Home
last modified time | relevance | path

Searched refs:SET_FLOAT_WORD (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dsf_modf.c46 SET_FLOAT_WORD(*iptr,i0&0x80000000); /* *iptr = +-0 */
54 SET_FLOAT_WORD(x,ix&0x80000000); /* return +-0 */
57 SET_FLOAT_WORD(*iptr,i0&(~i));
65 SET_FLOAT_WORD(x,ix&0x80000000); /* return +-0 */
A Dmath.c266 SET_FLOAT_WORD(t1, is & 0xfffff000); in powf()
290 SET_FLOAT_WORD(ax, ix); in powf()
298 SET_FLOAT_WORD(s_h, is & 0xfffff000); in powf()
301 SET_FLOAT_WORD(t_h, is + 0x00400000 + (k<<21)); in powf()
311 SET_FLOAT_WORD(t_h, is & 0xfffff000); in powf()
319 SET_FLOAT_WORD(p_h, is & 0xfffff000); in powf()
327 SET_FLOAT_WORD(t1, is & 0xfffff000); in powf()
333 SET_FLOAT_WORD(y1, is & 0xfffff000); in powf()
358 SET_FLOAT_WORD(t, n & ~(0x007fffff>>k)); in powf()
366 SET_FLOAT_WORD(t, is & 0xffff8000); in powf()
[all …]
A Dkf_tan.c97 SET_FLOAT_WORD(z,i&0xfffff000);
101 SET_FLOAT_WORD(t,i&0xfffff000);
A Dlibm.h49 #define SET_FLOAT_WORD(d,w) \ macro
A Dsf_frexp.c54 SET_FLOAT_WORD(x,hx);
A Dkf_cos.c62 SET_FLOAT_WORD(qx,ix-0x01000000); /* x/4 */
A Def_sqrt.c100 SET_FLOAT_WORD(z,ix); in sqrtf()
A Dasinfacosf.c126 SET_FLOAT_WORD(df,hx&0xfffff000); in acosf()
A Dsf_erf.c164 SET_FLOAT_WORD(z,ix&0xfffff000);
226 SET_FLOAT_WORD(z,ix&0xfffff000);
A Dfdlibm.h213 #define SET_FLOAT_WORD(d,i) \ macro
A Def_rem_pio2.c191 SET_FLOAT_WORD(z, ix - ((__int32_t)e0<<23));
/AliOS-Things-master/components/SDL2/src/libm/
A Dmath_private.h175 #define SET_FLOAT_WORD(d,i) \ macro

Completed in 11 milliseconds