gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SET_HIGH_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_log1p.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_log1p.c - 6.2KB - 171 lines
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;