gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_fmodf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_fmodf.c - 3.1KB - 101 lines
92:             hx = ((hx-0x00800000)|((iy+127)<<23));
93:             SET_FLOAT_WORD(x,hx|sx);
94:         } else {               /* subnormal output */
96: hx >>= n; 97: SET_FLOAT_WORD(x,hx|sx); 98: x *= one; /* create necessary signal */