Search | Google it | Results 1 - 1 of 1 for funcall:SET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_expf.c (0.00 seconds) |
83: GET_FLOAT_WORD(hy,y); 84: SET_FLOAT_WORD(y,hy+(k<<23)); /* add k to y's exponent */ 85: return y; 88: GET_FLOAT_WORD(hy,y); 89: SET_FLOAT_WORD(y,hy+((k+100)<<23)); /* add k to y's exponent */ 90: return y*twom100;