Searched refs:SET_FLOAT_WORD (Results 1 – 11 of 11) sorted by relevance
/lk-master/external/lib/libm/ |
A D | e_powf.c | 144 SET_FLOAT_WORD(t1,is&0xfffff000); in __ieee754_powf() 159 SET_FLOAT_WORD(ax,ix); in __ieee754_powf() 167 SET_FLOAT_WORD(s_h,is&0xfffff000); in __ieee754_powf() 170 SET_FLOAT_WORD(t_h,is+0x00400000+(k<<21)); in __ieee754_powf() 180 SET_FLOAT_WORD(t_h,is&0xfffff000); in __ieee754_powf() 188 SET_FLOAT_WORD(p_h,is&0xfffff000); in __ieee754_powf() 196 SET_FLOAT_WORD(t1,is&0xfffff000); in __ieee754_powf() 202 SET_FLOAT_WORD(y1,is&0xfffff000); in __ieee754_powf() 226 SET_FLOAT_WORD(t,n&~(0x007fffff>>k)); in __ieee754_powf() 233 SET_FLOAT_WORD(t,is&0xffff8000); in __ieee754_powf() [all …]
|
A D | s_scalbnf.c | 44 {SET_FLOAT_WORD(x,(ix&0x807fffff)|(k<<23)); return x;} in scalbnf() 51 SET_FLOAT_WORD(x,(ix&0x807fffff)|(k<<23)); in scalbnf()
|
A D | s_fabsf.c | 32 SET_FLOAT_WORD(x,ix&0x7fffffff); in fabsf()
|
A D | s_copysignf.c | 33 SET_FLOAT_WORD(x,(ix&0x7fffffff)|(iy&0x80000000)); in copysignf()
|
A D | s_ceilf.c | 50 SET_FLOAT_WORD(x,i0); in ceilf()
|
A D | s_floorf.c | 59 SET_FLOAT_WORD(x,i0); in floorf()
|
A D | e_rem_pio2f.c | 80 SET_FLOAT_WORD(z, ix - ((int32_t)(e0<<23))); in __ieee754_rem_pio2f()
|
A D | e_sqrtf.c | 101 SET_FLOAT_WORD(z,ix); in __ieee754_sqrtf()
|
A D | e_asinf.c | 76 SET_FLOAT_WORD(w,iw&0xfffff000); in __ieee754_asinf()
|
A D | e_acosf.c | 73 SET_FLOAT_WORD(df,idf&0xfffff000); in __ieee754_acosf()
|
A D | math_private.h | 177 #define SET_FLOAT_WORD(d,i) \ macro 583 SET_FLOAT_WORD(*xp, __hx); \
|
Completed in 10 milliseconds