Search | Google it | Results 1 - 1 of 1 for funcall:SET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_fmodf.c (0.00 seconds) |
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 */