gonzui


Format: Advanced Search

SearchGoogle itResults 11 - 20 of 48 for funcall:GET_FLOAT_WORD (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_log10f.c - 1.5KB - 51 lines
32: 
33:         GET_FLOAT_WORD(hx,x);
34: 
More results from e_log10f.c
bsd_source/lib/libc/src_bsd/math/e_log2f.c - 2.3KB - 76 lines
37: 
38:         GET_FLOAT_WORD(ix,x);
39: 
More results from e_log2f.c
bsd_source/lib/libc/src_bsd/math/e_logf.c - 2.6KB - 81 lines
38: 
39:         GET_FLOAT_WORD(ix,x);
40: 
More results from e_logf.c
bsd_source/lib/libc/src_bsd/math/e_powf.c - 8.7KB - 241 lines
59: 
60:         GET_FLOAT_WORD(hx,x);
61:         GET_FLOAT_WORD(hy,y);
More results from e_powf.c
bsd_source/lib/libc/src_bsd/math/e_rem_pio2f.c - 6.5KB - 176 lines
92: 
93:         GET_FLOAT_WORD(hx,x);
94:         ix = hx&0x7fffffff;
More results from e_rem_pio2f.c
bsd_source/lib/libc/src_bsd/math/e_remainderf.c - 1.6KB - 60 lines
27: 
28:         GET_FLOAT_WORD(hx,x);
29:         GET_FLOAT_WORD(hp,p);
More results from e_remainderf.c
bsd_source/lib/libc/src_bsd/math/e_sinhf.c - 1.6KB - 56 lines
26: 
27:         GET_FLOAT_WORD(jx,x);
28:         ix = jx&0x7fffffff;
bsd_source/lib/libc/src_bsd/math/e_sqrtf.c - 2.4KB - 85 lines
28: 
29:         GET_FLOAT_WORD(ix,x);
30: 
bsd_source/lib/libc/src_bsd/math/k_cosf.c - 1.7KB - 52 lines
32:         int32_t ix;
33:         GET_FLOAT_WORD(ix,x);
34:         ix &= 0x7fffffff;                      /* ix = |x|'s high word*/
bsd_source/lib/libc/src_bsd/math/k_sinf.c - 1.3KB - 42 lines
32:         int32_t ix;
33:         GET_FLOAT_WORD(ix,x);
34:         ix &= 0x7fffffff;                      /* high word of x */