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_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_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_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()
Ds_finite.c27 GET_HIGH_WORD(hx,x); in finite()
De_hypot.c60 GET_HIGH_WORD(ha,x); in hypot()
62 GET_HIGH_WORD(hb,y); in hypot()
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()
De_j1.c92 GET_HIGH_WORD(hx,x); in j1()
276 GET_HIGH_WORD(ix,x); in pone()
373 GET_HIGH_WORD(ix,x); in qone()
Ds_frexp.c44 GET_HIGH_WORD(hx,x); in frexp()
Ds_cos.c61 GET_HIGH_WORD(ix,x); in cos()
Ds_clog.c65 GET_HIGH_WORD(hax, ax); in clog()
67 GET_HIGH_WORD(hay, ay); in clog()
Ds_sin.c61 GET_HIGH_WORD(ix,x); in sin()
De_j0.c91 GET_HIGH_WORD(hx,x); in j0()
282 GET_HIGH_WORD(ix,x); in pzero()
379 GET_HIGH_WORD(ix,x); in qzero()
De_cosh.c52 GET_HIGH_WORD(ix,x); in cosh()
Ds_tanh.c54 GET_HIGH_WORD(jx,x); in tanh()
De_sinh.c49 GET_HIGH_WORD(jx,x); in sinh()
Ds_asinh.c42 GET_HIGH_WORD(hx,x); in asinh()
Ds_sincos.c33 GET_HIGH_WORD(ix, x); in sincos()
Dk_exp.c60 GET_HIGH_WORD(hx, exp_x); in __frexp_exp()
De_remainder.c71 GET_HIGH_WORD(hx,x); in remainder()
Ds_cbrt.c74 GET_HIGH_WORD(high,t); in cbrt()
Ds_rint.c55 GET_HIGH_WORD(i0,t); in rint()

12