D | e_powf.c | 64 int32_t hx,hy,ix,iy,is; in powf() local 148 GET_FLOAT_WORD(is,t1); in powf() 149 SET_FLOAT_WORD(t1,is&0xfffff000); in powf() 171 GET_FLOAT_WORD(is,s_h); in powf() 172 SET_FLOAT_WORD(s_h,is&0xfffff000); in powf() 174 is = ((ix>>1)&0xfffff000)|0x20000000; in powf() 175 SET_FLOAT_WORD(t_h,is+0x00400000+(k<<21)); in powf() 184 GET_FLOAT_WORD(is,t_h); in powf() 185 SET_FLOAT_WORD(t_h,is&0xfffff000); in powf() 192 GET_FLOAT_WORD(is,p_h); in powf() [all …]
|