gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SET_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
29:             if(jj0<0) {                        /* |x|<1 */
30:                 SET_FLOAT_WORD(*iptr,i0&0x80000000);   /* *iptr = +-0 */
31:                 return x;
37: GET_FLOAT_WORD(ix,x); 38: SET_FLOAT_WORD(x,ix&0x80000000); /* return +-0 */ 39: return x; 40: } else { 41: SET_FLOAT_WORD(*iptr,i0&(~i)); 42: return x - *iptr;
48: GET_FLOAT_WORD(ix,x); 49: SET_FLOAT_WORD(x,ix&0x80000000); /* return +-0 */ 50: return x;