Search | Google it | Results 1 - 1 of 1 for funcall:GET_LOW_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_exp2.c (0.00 seconds) |
352: if(ix >= 0x7ff00000) { 353: GET_LOW_WORD(lx,x); 354: if(((ix & 0xfffff) | lx) != 0 || (hx & 0x80000000) == 0) 368: STRICT_ASSIGN(double, t, x + redux); 369: GET_LOW_WORD(i0, t); 370: i0 += TBLSIZE / 2;