gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:GET_HIGH_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_hypot.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_hypot.c - 4.1KB - 134 lines
58: 
59:         GET_HIGH_WORD(ha,x);
60:         ha &= 0x7fffffff;
61:         GET_HIGH_WORD(hb,y);
62:         hb &= 0x7fffffff;
120: t1 = 1.0; 121: GET_HIGH_WORD(high,t1); 122: SET_HIGH_WORD(t1,high+(k<<20));