Search | Google it | Results 1 - 1 of 1 for funcall:SET_HIGH_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_exp.c (0.00 seconds) |
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;