Home
last modified time | relevance | path

Searched refs:GET_HIGH_WORD (Results 1 – 25 of 43) sorted by relevance

12

/bionic/libc/upstream-freebsd/lib/libc/gen/
Dldexp.c63 #define GET_HIGH_WORD(i,d) \ macro
91 GET_HIGH_WORD(hx,x); in _copysign()
92 GET_HIGH_WORD(hy,y); in _copysign()
106 GET_HIGH_WORD(hx,x); in ldexp()
/bionic/libm/upstream-freebsd/lib/msun/src/
De_hypotl.c32 #undef GET_HIGH_WORD
33 #define GET_HIGH_WORD(i, v) GET_LDBL_EXPSIGN(i, v) macro
54 GET_HIGH_WORD(ha,x); in hypotl()
56 GET_HIGH_WORD(hb,y); in hypotl()
120 GET_HIGH_WORD(high,t1); in hypotl()
Ds_modf.c48 GET_HIGH_WORD(high,x); in modf()
63 GET_HIGH_WORD(high,x); in modf()
71 GET_HIGH_WORD(high,x); in modf()
Ds_copysign.c29 GET_HIGH_WORD(hx,x); in copysign()
30 GET_HIGH_WORD(hy,y); in copysign()
De_hypot.c60 GET_HIGH_WORD(ha,x); in __ieee754_hypot()
62 GET_HIGH_WORD(hb,y); in __ieee754_hypot()
123 GET_HIGH_WORD(high,t1); in __ieee754_hypot()
Ds_log1p.c107 GET_HIGH_WORD(hx,x); in log1p()
130 GET_HIGH_WORD(hu,u); in log1p()
136 GET_HIGH_WORD(hu,u); in log1p()
De_rem_pio2.c62 GET_HIGH_WORD(hx,x); /* high word of x */ in __ieee754_rem_pio2()
138 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2()
146 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2()
De_j1.c92 GET_HIGH_WORD(hx,x); in __ieee754_j1()
276 GET_HIGH_WORD(ix,x); in pone()
373 GET_HIGH_WORD(ix,x); in qone()
De_j0.c91 GET_HIGH_WORD(hx,x); in __ieee754_j0()
282 GET_HIGH_WORD(ix,x); in pzero()
379 GET_HIGH_WORD(ix,x); in qzero()
Ds_clog.c65 GET_HIGH_WORD(hax, ax); in clog()
67 GET_HIGH_WORD(hay, ay); in clog()
Ds_finite.c27 GET_HIGH_WORD(hx,x); in finite()
Ds_round.c43 GET_HIGH_WORD(hx, x); in round()
Ds_logb.c40 GET_HIGH_WORD(ix,x); in logb()
Ds_tan.c60 GET_HIGH_WORD(ix,x); in tan()
Ds_frexp.c44 GET_HIGH_WORD(hx,x); in frexp()
Ds_cos.c61 GET_HIGH_WORD(ix,x); in cos()
Ds_sin.c61 GET_HIGH_WORD(ix,x); in sin()
De_cosh.c52 GET_HIGH_WORD(ix,x); in __ieee754_cosh()
Ds_tanh.c54 GET_HIGH_WORD(jx,x); in tanh()
Ds_asinh.c42 GET_HIGH_WORD(hx,x); in asinh()
De_sinh.c49 GET_HIGH_WORD(jx,x); in __ieee754_sinh()
De_jn.c265 GET_HIGH_WORD(high,b); in __ieee754_yn()
269 GET_HIGH_WORD(high,b); in __ieee754_yn()
Ds_sincos.c33 GET_HIGH_WORD(ix, x); in sincos()
Ds_scalbn.c43 GET_HIGH_WORD(hx,x); in scalbn()
Dk_exp.c60 GET_HIGH_WORD(hx, exp_x); in __frexp_exp()

12