Searched refs:SET_FLOAT_WORD (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | sf_modf.c | 46 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 D | math.c | 266 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 D | kf_tan.c | 97 SET_FLOAT_WORD(z,i&0xfffff000); 101 SET_FLOAT_WORD(t,i&0xfffff000);
|
A D | libm.h | 49 #define SET_FLOAT_WORD(d,w) \ macro
|
A D | sf_frexp.c | 54 SET_FLOAT_WORD(x,hx);
|
A D | kf_cos.c | 62 SET_FLOAT_WORD(qx,ix-0x01000000); /* x/4 */
|
A D | ef_sqrt.c | 100 SET_FLOAT_WORD(z,ix); in sqrtf()
|
A D | asinfacosf.c | 126 SET_FLOAT_WORD(df,hx&0xfffff000); in acosf()
|
A D | sf_erf.c | 164 SET_FLOAT_WORD(z,ix&0xfffff000); 226 SET_FLOAT_WORD(z,ix&0xfffff000);
|
A D | fdlibm.h | 213 #define SET_FLOAT_WORD(d,i) \ macro
|
A D | ef_rem_pio2.c | 191 SET_FLOAT_WORD(z, ix - ((__int32_t)e0<<23));
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | math_private.h | 175 #define SET_FLOAT_WORD(d,i) \ macro
|
Completed in 11 milliseconds