/freebsd/lib/libc/gen/ |
H A D | modf.c | 68 #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 D | e_hypotl.c | 28 #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 D | s_modf.c | 43 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 D | s_log1p.c | 103 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 D | s_copysign.c | 25 GET_HIGH_WORD(hx,x); in copysign() 26 GET_HIGH_WORD(hy,y); in copysign()
|
H A D | e_rem_pio2.c | 58 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 D | e_j1.c | 88 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 D | e_hypot.c | 56 GET_HIGH_WORD(ha,x); in hypot() 58 GET_HIGH_WORD(hb,y); in hypot()
|
H A D | e_j0.c | 87 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 D | s_clog.c | 62 GET_HIGH_WORD(hax, ax); in clog() 64 GET_HIGH_WORD(hay, ay); in clog()
|
H A D | s_finite.c | 23 GET_HIGH_WORD(hx,x); in finite()
|
H A D | s_fabs.c | 23 GET_HIGH_WORD(high,x); in fabs()
|
H A D | s_round.c | 40 GET_HIGH_WORD(hx, x); in round()
|
H A D | s_logb.c | 36 GET_HIGH_WORD(ix,x); in logb()
|
H A D | s_tan.c | 56 GET_HIGH_WORD(ix,x); in tan()
|
H A D | s_frexp.c | 40 GET_HIGH_WORD(hx,x); in frexp()
|
H A D | e_jn.c | 261 GET_HIGH_WORD(high,b); in yn() 265 GET_HIGH_WORD(high,b); in yn()
|
H A D | s_cos.c | 57 GET_HIGH_WORD(ix,x); in cos()
|
H A D | s_sin.c | 57 GET_HIGH_WORD(ix,x); in sin()
|
H A D | e_cosh.c | 48 GET_HIGH_WORD(ix,x); in cosh()
|
H A D | e_sinh.c | 45 GET_HIGH_WORD(jx,x); in sinh()
|
H A D | s_asinh.c | 38 GET_HIGH_WORD(hx,x); in asinh()
|
H A D | s_tanh.c | 50 GET_HIGH_WORD(jx,x); in tanh()
|
H A D | s_sincos.c | 30 GET_HIGH_WORD(ix, x); in sincos()
|
H A D | k_exp.c | 57 GET_HIGH_WORD(hx, exp_x); in __frexp_exp()
|