gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:GET_HIGH_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_expm1.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_expm1.c - 8.9KB - 230 lines
137: 
138:         GET_HIGH_WORD(hx,x);
139:         xsb = hx&0x80000000;           /* sign bit of x */
199: y = one-(e-x); 200: GET_HIGH_WORD(high,y); 201: SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */
208: y = t-(e-x); 209: GET_HIGH_WORD(high,y); 210: SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */
215: y += one; 216: GET_HIGH_WORD(high,y); 217: SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */