HomeSort by: relevance | last modified time | path
    Searched refs:GET_HIGH_WORD (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/lib/libm/src/
s_finite.c 33 GET_HIGH_WORD(hx,x);
s_copysign.c 36 GET_HIGH_WORD(hx,x);
37 GET_HIGH_WORD(hy,y);
s_cbrt.c 49 GET_HIGH_WORD(hx,x);
61 t*=x; GET_HIGH_WORD(high,t); SET_HIGH_WORD(t,high/3+B2);
73 GET_HIGH_WORD(high,t);
85 GET_HIGH_WORD(high,t);
s_fabs.c 33 GET_HIGH_WORD(high,x);
s_tan.c 61 GET_HIGH_WORD(ix,x);
s_modf.c 54 GET_HIGH_WORD(high,x);
67 GET_HIGH_WORD(high,x);
75 GET_HIGH_WORD(high,x);
s_frexp.c 48 GET_HIGH_WORD(hx,x);
s_cos.c 62 GET_HIGH_WORD(ix,x);
s_sin.c 62 GET_HIGH_WORD(ix,x);
e_hypotl.c 41 #undef GET_HIGH_WORD
42 #define GET_HIGH_WORD(i, v) GET_LDBL_EXPSIGN(i, v)
63 GET_HIGH_WORD(ha,x);
65 GET_HIGH_WORD(hb,y);
130 GET_HIGH_WORD(high,t1);
e_exp.c 112 GET_HIGH_WORD(hx,x);
153 GET_HIGH_WORD(hy,y);
158 GET_HIGH_WORD(hy,y);
e_hypot.c 59 GET_HIGH_WORD(ha,x);
61 GET_HIGH_WORD(hb,y);
121 GET_HIGH_WORD(high,t1);
s_log1p.c 116 GET_HIGH_WORD(hx,x);
139 GET_HIGH_WORD(hu,u);
145 GET_HIGH_WORD(hu,u);
e_log10.c 77 GET_HIGH_WORD(hx,x);
k_sin.c 63 GET_HIGH_WORD(ix,x);
s_asinh.c 42 GET_HIGH_WORD(hx,x);
s_expm1.c 139 GET_HIGH_WORD(hx,x);
204 GET_HIGH_WORD(high,y);
213 GET_HIGH_WORD(high,y);
220 GET_HIGH_WORD(high,y);
s_ilogb.c 41 GET_HIGH_WORD(hx, x);
s_tanh.c 54 GET_HIGH_WORD(jx,x);
e_rem_pio2.c 67 GET_HIGH_WORD(hx,x); /* high word of x */
108 GET_HIGH_WORD(high,y[0]);
116 GET_HIGH_WORD(high,y[0]);
e_cosh.c 52 GET_HIGH_WORD(ix,x);
e_remainder.c 70 GET_HIGH_WORD(hx,x);
e_sinh.c 49 GET_HIGH_WORD(jx,x);
k_cos.c 70 GET_HIGH_WORD(ix,x);
s_rint.c 55 GET_HIGH_WORD(i0,t);

Completed in 38 milliseconds

1 2