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_log10f.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_log10f.c - 1.5KB - 51 lines
32: 
33:         GET_FLOAT_WORD(hx,x);
34: 
40: k -= 25; x *= two25; /* subnormal number, scale up x */ 41: GET_FLOAT_WORD(hx,x); 42: }