- t2ex
- bsd_source/lib/libc/src_bsd/math/s_ilogb.c - 1.5KB - 57 lines
31:
32: GET_HIGH_WORD(hx,x);
33: hx &= 0x7fffffff;
- bsd_source/lib/libc/src_bsd/math/s_log1p.c - 6.2KB - 171 lines
105:
106: GET_HIGH_WORD(hx,x);
107: ax = hx&0x7fffffff;
- More results from s_log1p.c
- bsd_source/lib/libc/src_bsd/math/s_lrint.c - 3.5KB - 110 lines
62:
63: GET_HIGH_WORD(i0, x);
64: e = i0 >> DBL_FRACHBITS;
- bsd_source/lib/libc/src_bsd/math/s_lround.c - 3.3KB - 100 lines
55:
56: GET_HIGH_WORD(i0, x);
57: e = i0 >> DBL_FRACHBITS;
- bsd_source/lib/libc/src_bsd/math/s_remquo.c - 4.9KB - 163 lines
148: }
149: GET_HIGH_WORD(hx,x);
150: SET_HIGH_WORD(x,hx^sx);
- bsd_source/lib/libc/src_bsd/math/s_rint.c - 2.5KB - 89 lines
55: t = w-TWO52[sx];
56: GET_HIGH_WORD(i0,t);
57: SET_HIGH_WORD(t,(i0&0x7fffffff)|(sx<<31));
- bsd_source/lib/libc/src_bsd/math/s_sin.c - 2.4KB - 88 lines
58: /* High word of x. */
59: GET_HIGH_WORD(ix,x);
60:
- bsd_source/lib/libc/src_bsd/math/s_tan.c - 2.3KB - 82 lines
57: /* High word of x. */
58: GET_HIGH_WORD(ix,x);
59: