Search | Google it | Results 1 - 1 of 1 for funcall:SET_HIGH_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_log1p.c (0.00 seconds) |
140: if(hu<0x6a09e) { 141: SET_HIGH_WORD(u,hu|0x3ff00000); /* normalize u */ 142: } else { 143: k += 1; 144: SET_HIGH_WORD(u,hu|0x3fe00000); /* normalize u/2 */ 145: hu = (0x00100000-hu)>>2;