Search | Google it | Results 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_expm1f.c (0.00 seconds) |
40: 41: GET_FLOAT_WORD(hx,x); 42: xsb = hx&0x80000000; /* sign bit of x */ 99: y = one-(e-x); 100: GET_FLOAT_WORD(i,y); 101: SET_FLOAT_WORD(y,i+(k<<23)); /* add k to y's exponent */ 108: y = t-(e-x); 109: GET_FLOAT_WORD(i,y); 110: SET_FLOAT_WORD(y,i+(k<<23)); /* add k to y's exponent */ 115: y += one; 116: GET_FLOAT_WORD(i,y); 117: SET_FLOAT_WORD(y,i+(k<<23)); /* add k to y's exponent */