Searched refs:SET_FLOAT_WORD (Results 1 – 3 of 3) sorted by relevance
53 SET_FLOAT_WORD(x,hx|(i^0x3f800000)); /* normalize x or x/2 */ in __ieee754_log2f()79 SET_FLOAT_WORD(hi,hx&0xfffff000); in __ieee754_log2f()
184 #define SET_FLOAT_WORD(d,i) \ macro590 SET_FLOAT_WORD(*xp, __hx); \
125 #define SET_FLOAT_WORD(d,w) \ macro