gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/k_tanf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/k_tanf.c - 2.9KB - 90 lines
43:         int32_t ix,hx;
44:         GET_FLOAT_WORD(hx,x);
45:         ix = hx&0x7fffffff;    /* high word of |x| */
80: z = w; 81: GET_FLOAT_WORD(i,z); 82: SET_FLOAT_WORD(z,i&0xfffff000);
84: t = a = -(float)1.0/w; /* a = -1.0/w */ 85: GET_FLOAT_WORD(i,t); 86: SET_FLOAT_WORD(t,i&0xfffff000);