gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_modff.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_modff.c - 1.7KB - 52 lines
25:         u_int32_t i;
26:         GET_FLOAT_WORD(i0,x);
27:         jj0 = ((i0>>23)&0xff)-0x7f;    /* exponent of x */
36: *iptr = x; 37: GET_FLOAT_WORD(ix,x); 38: SET_FLOAT_WORD(x,ix&0x80000000); /* return +-0 */
47: *iptr = x*one; 48: GET_FLOAT_WORD(ix,x); 49: SET_FLOAT_WORD(x,ix&0x80000000); /* return +-0 */