Home
last modified time | relevance | path

Searched refs:GET_FLOAT_WORD (Results 1 – 14 of 14) sorted by relevance

/device/google/contexthub/lib/libm/
Def_atan2.c41 GET_FLOAT_WORD(hx,x);
43 GET_FLOAT_WORD(hy,y);
93 GET_FLOAT_WORD(zh,z);
Dsf_scalbn.c46 GET_FLOAT_WORD(ix,x);
55 GET_FLOAT_WORD(ix,x);
Def_rem_pio2.c110 GET_FLOAT_WORD(hx,x);
151 GET_FLOAT_WORD(high,y[0]);
159 GET_FLOAT_WORD(high,y[0]);
Dsf_sin.c28 GET_FLOAT_WORD(ix,x);
Dsf_cos.c34 GET_FLOAT_WORD(ix,x);
Dsf_floor.c42 GET_FLOAT_WORD(i0,x);
Dkf_sin.c40 GET_FLOAT_WORD(ix,x);
Dkf_cos.c40 GET_FLOAT_WORD(ix,x);
Dsf_atan.c77 GET_FLOAT_WORD(hx,x);
Dfdlibm.h349 #define GET_FLOAT_WORD(i,d) \ macro
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
De_atan2f.c38 GET_FLOAT_WORD(hx,x); in __ieee754_atan2f()
40 GET_FLOAT_WORD(hy,y); in __ieee754_atan2f()
Ds_atanf.c54 GET_FLOAT_WORD(hx,x); in atanf()
De_expf.c52 GET_FLOAT_WORD(hx,x); in __ieee754_expf()
Dmath_private.h179 #define GET_FLOAT_WORD(i,d) \ macro
592 GET_FLOAT_WORD(__hx, *xp); \