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_nexttowardf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_nexttowardf.c - 2.5KB - 74 lines
43:             volatile float u;
44:             SET_FLOAT_WORD(x,(u_int32_t)(hy&0x80000000)|1);/* return +-minsub*/
45:             u = x;
71: } 72: SET_FLOAT_WORD(x,hx); 73: return x;