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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dpoly_tan.c73 XSIG_LL(accum) = significand(st0_ptr);
78 XSIG_LL(accum) <<= 1;
81 XSIG_LL(accum) = 0x921fb54442d18469LL - XSIG_LL(accum);
83 if (XSIG_LL(accum) == 0xffffffffffffffffLL) {
92 XSIG_LL(argSignif) = XSIG_LL(accum);
97 XSIG_LL(accum) = XSIG_LL(argSignif) = significand(st0_ptr);
101 if (FPU_shrx(&XSIG_LL(accu
[all...]
H A Dpoly_2xm1.c70 XSIG_LL(argSignif) = Xll = significand(arg);
76 XSIG_LL(argSignif) <<= 2;
82 XSIG_LL(argSignif) <<= 1;
117 XSIG_LL(Denom) = XSIG_LL(accumulator);
122 XSIG_LL(Denom) <<= 1;
124 XSIG_LL(Denom) |= 1;
135 significand(result) = XSIG_LL(accumulator);
H A Dpoly_sin.c85 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_l,
90 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_l,
107 XSIG_LL(accumulator) += significand(st0_ptr);
130 XSIG_LL(argSqrd) = fixed_arg;
134 XSIG_LL(argTo4) = XSIG_LL(argSqrd);
138 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_h,
143 polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_h,
177 XSIG_LL(accumulator)--;
184 significand(&result) = XSIG_LL(accumulato
[all...]
H A Dpoly_atan.c83 XSIG_LL(Numer) = significand(st0_ptr);
84 XSIG_LL(Denom) = significand(st1_ptr);
89 XSIG_LL(Numer) = significand(st1_ptr);
90 XSIG_LL(Denom) = significand(st0_ptr);
113 XSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif);
141 XSIG_LL(accumulatore) = XSIG_LL(argSq);
151 polynomial_Xsig(&accumulator, &XSIG_LL(argSqS
[all...]
H A Dpoly_l2.c79 XSIG_LL(yaccum) = significand(st1_ptr);
89 significand(st1_ptr) = XSIG_LL(accumulator);
116 XSIG_LL(yaccum) = significand(st1_ptr);
125 significand(dest) = XSIG_LL(accumulator);
190 XSIG_LL(Numer) = XSIG_LL(Denom) = significand(arg);
219 XSIG_LL(arg_signif) = XSIG_LL(argSignif);
222 XSIG_LL(accumulator) = XSIG_LL(argSigni
[all...]
H A Dpoly.h50 #define XSIG_LL(x) (*(unsigned long long *)&x.midw) macro

Completed in 47 milliseconds