Search | Google it | Results 1 - 1 of 1 for funcall:GET_HIGH_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_j1.c (0.00 seconds) |
86: 87: GET_HIGH_WORD(hx,x); 88: ix = hx&0x7fffffff; 266: int32_t ix; 267: GET_HIGH_WORD(ix,x); 268: ix &= 0x7fffffff; 363: int32_t ix; 364: GET_HIGH_WORD(ix,x); 365: ix &= 0x7fffffff;