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_hypotf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_hypotf.c - 2.5KB - 79 lines
24: 
25:         GET_FLOAT_WORD(ha,x);
26:         ha &= 0x7fffffff;
27:         GET_FLOAT_WORD(hb,y);
28:         hb &= 0x7fffffff;