gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_log1pf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_log1pf.c - 3.3KB - 96 lines
74:             if(hu<0x3504f7) {
75:                 SET_FLOAT_WORD(u,hu|0x3f800000);/* normalize u */
76:             } else {
77:                 k += 1; 
78:                 SET_FLOAT_WORD(u,hu|0x3f000000);      /* normalize u/2 */
79:                 hu = (0x00800000-hu)>>2;