gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:EXTRACT_WORDS from t2ex/bsd_source/lib/libc/src_bsd/math/e_pow.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_pow.c - 11.5KB - 311 lines
107: 
108:         EXTRACT_WORDS(hx,lx,x);
109:         EXTRACT_WORDS(hy,ly,y);
110:         ix = hx&0x7fffffff;  iy = hy&0x7fffffff;
257: z = p_l+p_h; 258: EXTRACT_WORDS(j,i,z); 259: if (j>=0x40900000) { /* z >= 1024 */