Search | Google it | Results 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_lrintf.c (0.00 seconds) |
58: 59: GET_FLOAT_WORD(i0, x); 60: e = i0 >> SNG_FRACBITS; 76: 77: GET_FLOAT_WORD(i0, x); 78: e = ((i0 >> SNG_FRACBITS) & 0xff) - SNG_EXP_BIAS;