gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_lroundf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_lroundf.c - 2.9KB - 83 lines
52: 
53:         GET_FLOAT_WORD(i0, x);
54:         e = i0 >> SNG_FRACBITS;
70: 71: GET_FLOAT_WORD(i0, x); 72: e = ((i0 >> SNG_FRACBITS) & 0xff) - SNG_EXP_BIAS;