gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SET_HIGH_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_exp.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_exp.c - 5.9KB - 169 lines
151:             GET_HIGH_WORD(hy,y);
152:             SET_HIGH_WORD(y,hy+(k<<20));       /* add k to y's exponent */
153:             return y;
156: GET_HIGH_WORD(hy,y); 157: SET_HIGH_WORD(y,hy+((k+1000)<<20)); /* add k to y's exponent */ 158: return y*twom1000;