Home
last modified time | relevance | path

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

/lk-master/external/lib/libm/
A De_powf.c144 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 Ds_scalbnf.c44 {SET_FLOAT_WORD(x,(ix&0x807fffff)|(k<<23)); return x;} in scalbnf()
51 SET_FLOAT_WORD(x,(ix&0x807fffff)|(k<<23)); in scalbnf()
A Ds_fabsf.c32 SET_FLOAT_WORD(x,ix&0x7fffffff); in fabsf()
A Ds_copysignf.c33 SET_FLOAT_WORD(x,(ix&0x7fffffff)|(iy&0x80000000)); in copysignf()
A Ds_ceilf.c50 SET_FLOAT_WORD(x,i0); in ceilf()
A Ds_floorf.c59 SET_FLOAT_WORD(x,i0); in floorf()
A De_rem_pio2f.c80 SET_FLOAT_WORD(z, ix - ((int32_t)(e0<<23))); in __ieee754_rem_pio2f()
A De_sqrtf.c101 SET_FLOAT_WORD(z,ix); in __ieee754_sqrtf()
A De_asinf.c76 SET_FLOAT_WORD(w,iw&0xfffff000); in __ieee754_asinf()
A De_acosf.c73 SET_FLOAT_WORD(df,idf&0xfffff000); in __ieee754_acosf()
A Dmath_private.h177 #define SET_FLOAT_WORD(d,i) \ macro
583 SET_FLOAT_WORD(*xp, __hx); \

Completed in 10 milliseconds