Search | Google it | Results 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_atan2f.c (0.00 seconds) |
32: 33: GET_FLOAT_WORD(hx,x); 34: ix = hx&0x7fffffff; 35: GET_FLOAT_WORD(hy,y); 36: iy = hy&0x7fffffff; 84: u_int32_t zh; 85: GET_FLOAT_WORD(zh,z); 86: SET_FLOAT_WORD(z,zh ^ 0x80000000);