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()
Ds_fabs.c28 GET_HIGH_WORD(high,x); in fabs()
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_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_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_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.c50 GET_HIGH_WORD(ix,x); in __ieee754_cosh()
Ds_tanh.c51 GET_HIGH_WORD(jx,x); in tanh()
De_sinh.c47 GET_HIGH_WORD(jx,x); in __ieee754_sinh()
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()
Ds_asinh.c42 GET_HIGH_WORD(hx,x); in asinh()
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.c91 GET_HIGH_WORD(hx,x); in __ieee754_j1()
270 GET_HIGH_WORD(ix,x); in pone()
366 GET_HIGH_WORD(ix,x); in qone()
Ds_exp2.c349 GET_HIGH_WORD(hx,x); in exp2()
Ds_rint.c55 GET_HIGH_WORD(i0,t); in rint()
De_log2.c56 GET_HIGH_WORD(hx,x); in __ieee754_log2()
/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