Search | Google it | Results 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_exp2f.c (0.00 seconds) |
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;