Searched refs:significand (Results 1 - 17 of 17) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dsigcontext.h19 unsigned short significand[4]; member in struct:_fpreg
24 unsigned short significand[4]; member in struct:_fpxreg
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dsigcontext32.h9 unsigned short significand[4]; member in struct:_fpreg
14 unsigned short significand[4]; member in struct:_fpxreg
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dsigcontext32.h9 unsigned short significand[4]; member in struct:_fpreg
14 unsigned short significand[4]; member in struct:_fpxreg
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dsigcontext.h19 unsigned short significand[4]; member in struct:_fpreg
24 unsigned short significand[4]; member in struct:_fpxreg
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/math-emu/
H A Dpoly_sin.c85 mul64_Xsig(&argSqrd, &significand(st0_ptr));
102 mul64_Xsig(&accumulator, &significand(st0_ptr));
103 mul64_Xsig(&accumulator, &significand(st0_ptr));
104 mul64_Xsig(&accumulator, &significand(st0_ptr));
113 XSIG_LL(accumulator) += significand(st0_ptr);
124 fixed_arg = significand(st0_ptr);
192 significand(&result) = XSIG_LL(accumulator);
198 && (significand(&result) > 0x8000000000000000LL) )
221 && (significand(st0_ptr) > 0xc90fdaa22168c234LL)) )
239 mul64_Xsig(&argSqrd, &significand(st0_pt
[all...]
H A Dpoly_l2.c43 significand(&x) = - significand(st0_ptr);
91 yaccum.lsw = 0; XSIG_LL(yaccum) = significand(st1_ptr);
102 significand(st1_ptr) = XSIG_LL(accumulator);
131 XSIG_LL(yaccum) = significand(st1_ptr);
139 significand(dest) = XSIG_LL(accumulator);
212 XSIG_LL(Numer) = XSIG_LL(Denom) = significand(arg);
H A Dpoly_tan.c77 XSIG_LL(accum) = significand(st0_ptr);
91 significand(st0_ptr) = 0x8a51e04daabda360LL;
104 XSIG_LL(accum) = XSIG_LL(argSignif) = significand(st0_ptr);
219 significand(st0_ptr) = XSIG_LL(accum);
H A Dfpu_trig.c57 q = significand(&tmp);
60 rem_kernel(significand(st0_ptr),
61 &significand(&tmp),
62 significand(&CONST_PI2),
83 significand(&tmp) = q + 1;
116 significand(&tmp) = q;
682 && (significand(st0_ptr) <= 0xc90fdaa22168c234LL)) )
911 q = significand(&tmp);
913 rem_kernel(significand(&st0),
914 &significand(
[all...]
H A Dpoly_atan.c96 XSIG_LL(Numer) = significand(st0_ptr);
97 XSIG_LL(Denom) = significand(st1_ptr);
104 XSIG_LL(Numer) = significand(st1_ptr);
105 XSIG_LL(Denom) = significand(st0_ptr);
220 significand(st1_ptr) = XSIG_LL(accumulator);
H A Dpoly_2xm1.c73 XSIG_LL(argSignif) = Xll = significand(arg);
146 significand(result) = XSIG_LL(accumulator);
H A Derrors.c454 if ( significand(b) > significand(a) )
456 else if ( significand(b) == significand(a) )
H A Dreg_ld_str.c264 significand(st0_ptr) = s;
364 significand(st0_ptr) = l;
1059 ll = significand(&t);
1116 In the case of overflow, the returned significand always has the
1126 significand(r) = 0;
1148 significand(r) ++;
1156 significand(r) ++;
1164 significand(r) ++;
H A Dfpu_emu.h184 #define significand(x) ( ((unsigned long long *)&((x)->sigl))[0] ) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dfpu32.c47 if ( !st->significand[0] &&
48 !st->significand[1] &&
49 !st->significand[2] &&
50 !st->significand[3] ) {
57 if (st->significand[3] & 0x8000) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Di387.c147 if ( !st->significand[0] &&
148 !st->significand[1] &&
149 !st->significand[2] &&
150 !st->significand[3] ) {
157 if ( st->significand[3] & 0x8000 ) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dia32.h72 unsigned short significand[4]; member in struct:_fpreg_ia32
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dia32.h72 unsigned short significand[4]; member in struct:_fpreg_ia32

Completed in 104 milliseconds