Home
last modified time | relevance | path

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

12

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_copysign.c29 GET_HIGH_WORD(hx,x); in copysign()
30 GET_HIGH_WORD(hy,y); in copysign()
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_finite.c27 GET_HIGH_WORD(hx,x); in finite()
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()
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()
Ds_round.c41 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_rem_pio2.c62 GET_HIGH_WORD(hx,x); /* high word of x */ in __ieee754_rem_pio2()
144 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2()
152 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2()
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()
Ds_scalbn.c45 GET_HIGH_WORD(hx,x); in scalbn()
Dk_exp.c58 GET_HIGH_WORD(hx, exp_x); in __frexp_exp()
De_remainder.c71 GET_HIGH_WORD(hx,x); in __ieee754_remainder()
De_j1.c93 GET_HIGH_WORD(hx,x); in __ieee754_j1()
279 GET_HIGH_WORD(ix,x); in pone()
376 GET_HIGH_WORD(ix,x); in qone()
De_j0.c92 GET_HIGH_WORD(hx,x); in __ieee754_j0()
285 GET_HIGH_WORD(ix,x); in pzero()
381 GET_HIGH_WORD(ix,x); in qzero()
Ds_cbrt.c73 GET_HIGH_WORD(high,t); in cbrt()
Ds_exp2.c349 GET_HIGH_WORD(hx,x); in exp2()
/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()

12