Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libm/
Def_pow.c71 GET_FLOAT_WORD(hx,x);
72 GET_FLOAT_WORD(hy,y);
147 GET_FLOAT_WORD(is,t1);
155 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); }
170 GET_FLOAT_WORD(is,s_h);
182 GET_FLOAT_WORD(is,t_h);
190 GET_FLOAT_WORD(is,p_h);
198 GET_FLOAT_WORD(is,t1);
208 GET_FLOAT_WORD(is,y);
213 GET_FLOAT_WORD(j,z);
[all …]
Def_atan2.c41 GET_FLOAT_WORD(hx,x);
43 GET_FLOAT_WORD(hy,y);
93 GET_FLOAT_WORD(zh,z);
Def_exp.c53 GET_FLOAT_WORD(sx,x);
90 GET_FLOAT_WORD(hy,y);
95 GET_FLOAT_WORD(hy,y);
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]);
Def_fmod.c39 GET_FLOAT_WORD(hx,x);
40 GET_FLOAT_WORD(hy,y);
Def_asin.c49 GET_FLOAT_WORD(hx,x);
79 GET_FLOAT_WORD(iw,w);
Dsf_fpclassify.c14 GET_FLOAT_WORD(w,x); in __fpclassifyf()
Dsf_round.c25 GET_FLOAT_WORD(w, x);
Dsf_sin.c28 GET_FLOAT_WORD(ix,x);
Dsf_cos.c28 GET_FLOAT_WORD(ix,x);
Dkf_sin.c40 GET_FLOAT_WORD(ix,x);
Dsf_floor.c42 GET_FLOAT_WORD(i0,x);
Dkf_cos.c40 GET_FLOAT_WORD(ix,x);
Def_sqrt.c35 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); \
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
Dmath_private.h139 #define GET_FLOAT_WORD(i,d) \ macro