Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/gen/
H A Dmodf.c68 #define GET_HIGH_WORD(i,d) \ macro
103 GET_HIGH_WORD(high,x); in modf()
118 GET_HIGH_WORD(high,x); in modf()
126 GET_HIGH_WORD(high,x); in modf()
/freebsd/lib/msun/src/
H A De_hypotl.c28 #undef GET_HIGH_WORD
29 #define GET_HIGH_WORD(i, v) GET_LDBL_EXPSIGN(i, v) macro
50 GET_HIGH_WORD(ha,x); in hypotl()
52 GET_HIGH_WORD(hb,y); in hypotl()
116 GET_HIGH_WORD(high,t1); in hypotl()
H A Ds_modf.c43 GET_HIGH_WORD(high,x); in modf()
58 GET_HIGH_WORD(high,x); in modf()
66 GET_HIGH_WORD(high,x); in modf()
H A Ds_log1p.c103 GET_HIGH_WORD(hx,x); in log1p()
126 GET_HIGH_WORD(hu,u); in log1p()
132 GET_HIGH_WORD(hu,u); in log1p()
H A Ds_copysign.c25 GET_HIGH_WORD(hx,x); in copysign()
26 GET_HIGH_WORD(hy,y); in copysign()
H A De_rem_pio2.c58 GET_HIGH_WORD(hx,x); /* high word of x */ in __ieee754_rem_pio2()
134 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2()
142 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2()
H A De_j1.c88 GET_HIGH_WORD(hx,x); in j1()
272 GET_HIGH_WORD(ix,x); in pone()
369 GET_HIGH_WORD(ix,x); in qone()
H A De_hypot.c56 GET_HIGH_WORD(ha,x); in hypot()
58 GET_HIGH_WORD(hb,y); in hypot()
H A De_j0.c87 GET_HIGH_WORD(hx,x); in j0()
278 GET_HIGH_WORD(ix,x); in pzero()
375 GET_HIGH_WORD(ix,x); in qzero()
H A Ds_clog.c62 GET_HIGH_WORD(hax, ax); in clog()
64 GET_HIGH_WORD(hay, ay); in clog()
H A Ds_finite.c23 GET_HIGH_WORD(hx,x); in finite()
H A Ds_fabs.c23 GET_HIGH_WORD(high,x); in fabs()
H A Ds_round.c40 GET_HIGH_WORD(hx, x); in round()
H A Ds_logb.c36 GET_HIGH_WORD(ix,x); in logb()
H A Ds_tan.c56 GET_HIGH_WORD(ix,x); in tan()
H A Ds_frexp.c40 GET_HIGH_WORD(hx,x); in frexp()
H A De_jn.c261 GET_HIGH_WORD(high,b); in yn()
265 GET_HIGH_WORD(high,b); in yn()
H A Ds_cos.c57 GET_HIGH_WORD(ix,x); in cos()
H A Ds_sin.c57 GET_HIGH_WORD(ix,x); in sin()
H A De_cosh.c48 GET_HIGH_WORD(ix,x); in cosh()
H A De_sinh.c45 GET_HIGH_WORD(jx,x); in sinh()
H A Ds_asinh.c38 GET_HIGH_WORD(hx,x); in asinh()
H A Ds_tanh.c50 GET_HIGH_WORD(jx,x); in tanh()
H A Ds_sincos.c30 GET_HIGH_WORD(ix, x); in sincos()
H A Dk_exp.c57 GET_HIGH_WORD(hx, exp_x); in __frexp_exp()

12