Search | Google it | Results 1 - 1 of 1 for funcall:GET_HIGH_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_copysign.c (0.00 seconds) |
30: u_int32_t hx,hy; 31: GET_HIGH_WORD(hx,x); 32: GET_HIGH_WORD(hy,y); 33: SET_HIGH_WORD(x,(hx&0x7fffffff)|(hy&0x80000000));