Search | Google it | Results 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_copysignf.c (0.00 seconds) |
28: u_int32_t ix,iy; 29: GET_FLOAT_WORD(ix,x); 30: GET_FLOAT_WORD(iy,y); 31: SET_FLOAT_WORD(x,(ix&0x7fffffff)|(iy&0x80000000));