Search | Google it | Results 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_erff.c (0.00 seconds) |
98: float R,S,P,Q,s,y,z,r; 99: GET_FLOAT_WORD(hx,x); 100: ix = hx&0x7fffffff; 140: } 141: GET_FLOAT_WORD(ix,x); 142: SET_FLOAT_WORD(z,ix&0xfffff000); 151: float R,S,P,Q,s,y,z,r; 152: GET_FLOAT_WORD(hx,x); 153: ix = hx&0x7fffffff; 198: } 199: GET_FLOAT_WORD(ix,x); 200: SET_FLOAT_WORD(z,ix&0xfffff000);