Searched refs:XSIG_LL (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dpoly_tan.c77 XSIG_LL(accum) = significand(st0_ptr);
83 XSIG_LL(accum) <<= 1;
86 XSIG_LL(accum) = 0x921fb54442d18469LL - XSIG_LL(accum);
88 if ( XSIG_LL(accum) == 0xffffffffffffffffLL )
97 XSIG_LL(argSignif) = XSIG_LL(accum);
104 XSIG_LL(accum) = XSIG_LL(argSignif) = significand(st0_ptr);
109 if ( FPU_shrx(&XSIG_LL(accu
[all...]
H A Dpoly_2xm1.c73 XSIG_LL(argSignif) = Xll = significand(arg);
80 XSIG_LL(argSignif) <<= 2;
88 XSIG_LL(argSignif) <<= 1;
127 XSIG_LL(Denom) = XSIG_LL(accumulator);
133 XSIG_LL(Denom) <<= 1;
135 XSIG_LL(Denom) |= 1;
146 significand(result) = XSIG_LL(accumulator);
H A Dpoly_sin.c91 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_l,
96 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_l,
113 XSIG_LL(accumulator) += significand(st0_ptr);
139 XSIG_LL(argSqrd) = fixed_arg; argSqrd.lsw = 0;
142 XSIG_LL(argTo4) = XSIG_LL(argSqrd); argTo4.lsw = argSqrd.lsw;
145 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_h,
150 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_h,
185 XSIG_LL(accumulator) --;
192 significand(&result) = XSIG_LL(accumulato
[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);
133 XSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif);
160 XSIG_LL(accumulatore) = XSIG_LL(argSq);
170 polynomial_Xsig(&accumulator, &XSIG_LL(argSqS
[all...]
H A Dpoly_l2.c91 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);
248 arg_signif.lsw = argSignif.lsw; XSIG_LL(arg_signif) = XSIG_LL(argSignif);
250 accumulator.lsw = argSignif.lsw; XSIG_LL(accumulator) = XSIG_LL(argSigni
[all...]
H A Dpoly.h50 #define XSIG_LL(x) (*(unsigned long long *)&x.midw) macro

Completed in 35 milliseconds