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_exp2f.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_exp2f.c - 4.7KB - 135 lines
100:         /* Filter out exceptional cases. */
101:         GET_FLOAT_WORD(hx, x);
102:         ix = hx & 0x7fffffff;          /* high word of |x| */
119: STRICT_ASSIGN(float, t, x + redux); 120: GET_FLOAT_WORD(i0, t); 121: i0 += TBLSIZE / 2;