Search | Google it | Results 1 - 1 of 1 for funcall:GET_HIGH_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_j0.c (0.00 seconds) |
85: 86: GET_HIGH_WORD(hx,x); 87: ix = hx&0x7fffffff; 272: int32_t ix; 273: GET_HIGH_WORD(ix,x); 274: ix &= 0x7fffffff; 368: int32_t ix; 369: GET_HIGH_WORD(ix,x); 370: ix &= 0x7fffffff;