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_acosf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_acosf.c - 2.7KB - 77 lines
39:         int32_t hx,ix;
40:         GET_FLOAT_WORD(hx,x);
41:         ix = hx&0x7fffffff;
67: df = s; 68: GET_FLOAT_WORD(idf,df); 69: SET_FLOAT_WORD(df,idf&0xfffff000);