gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_log2f.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_log2f.c - 2.3KB - 76 lines
37: 
38:         GET_FLOAT_WORD(ix,x);
39: 
45: k -= 25; x *= two25; /* subnormal number, scale up x */ 46: GET_FLOAT_WORD(ix,x); 47: }