Searched refs:Xsig (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.h10 | Declarations and definitions for functions operating on Xsig (12-byte |
27 } Xsig; typedef in typeref:struct:__anon10649
31 asmlinkage void polynomial_Xsig(Xsig *, const unsigned long long *x,
34 asmlinkage void mul32_Xsig(Xsig *, const unsigned long mult);
35 asmlinkage void mul64_Xsig(Xsig *, const unsigned long long *mult);
36 asmlinkage void mul_Xsig_Xsig(Xsig *dest, const Xsig *mult);
38 asmlinkage void shr_Xsig(Xsig *, const int n);
39 asmlinkage int round_Xsig(Xsig *);
40 asmlinkage int norm_Xsig(Xsig *);
[all...]
H A Dpoly_2xm1.c35 static const Xsig hiterm = MK_XSIG(0xb17217f7, 0xd1cf79ab, 0xc8a39194);
40 static const Xsig shiftterm0 = MK_XSIG(0, 0, 0);
41 static const Xsig shiftterm1 = MK_XSIG(0x9837f051, 0x8db8a96f, 0x46ad2318);
42 static const Xsig shiftterm2 = MK_XSIG(0xb504f333, 0xf9de6484, 0x597d89b3);
43 static const Xsig shiftterm3 = MK_XSIG(0xd744fcca, 0xd69d6af4, 0x39a68bb9);
45 static const Xsig *shiftterm[] = { &shiftterm0, &shiftterm1,
56 Xsig accumulator, Denom, argSignif;
H A Dpoly_l2.c21 Xsig * accum_result, long int *expon);
29 Xsig accumulator, expon_accum, yaccum;
110 Xsig accumulator, yaccum;
181 static void log2_kernel(FPU_REG const *arg, u_char argsign, Xsig *accum_result,
186 Xsig accumulator, Numer, Denom, argSignif, arg_signif;
H A Dpoly_atan.c44 static const Xsig fixedpterm = MK_XSIG(0xaaaaaaaa, 0xaaaaaaaa, 0xaaaaaaaa);
46 static const Xsig pi_signif = MK_XSIG(0xc90fdaa2, 0x2168c234, 0xc4c6628b);
57 Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq;
H A Dpoly_tan.c54 Xsig argSq, argSqSq, accumulatoro, accumulatore, accum,
H A Dpoly_sin.c60 Xsig accumulator, argSqrd, argTo4;
204 Xsig accumulator, argSqrd, fix_up, argTo4;

Completed in 44 milliseconds