Search | Google it | Results 1 - 1 of 1 for funcall:GET_HIGH_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_jn.c (0.00 seconds) |
251: /* quit if b is -inf */ 252: GET_HIGH_WORD(high,b); 253: for(i=1;i<n&&high!=0xfff00000;i++){ 255: b = ((double)(i+i)/x)*b - a; 256: GET_HIGH_WORD(high,b); 257: a = temp;