| tag | line | file | source code |
| Xsig | 31 | arch/i386/math-emu/poly.h | asmlinkage void polynomial_Xsig(Xsig *, const unsigned long long *x, |
| Xsig | 34 | arch/i386/math-emu/poly.h | asmlinkage void mul32_Xsig(Xsig *, const unsigned long mult); |
| Xsig | 35 | arch/i386/math-emu/poly.h | asmlinkage void mul64_Xsig(Xsig *, const unsigned long long *mult); |
| Xsig | 36 | arch/i386/math-emu/poly.h | asmlinkage void mul_Xsig_Xsig(Xsig *dest, const Xsig *mult); |
| Xsig | 38 | arch/i386/math-emu/poly.h | asmlinkage void shr_Xsig(Xsig *, const int n); |
| Xsig | 39 | arch/i386/math-emu/poly.h | asmlinkage int round_Xsig(Xsig *); |
| Xsig | 40 | arch/i386/math-emu/poly.h | asmlinkage int norm_Xsig(Xsig *); |
| Xsig | 41 | arch/i386/math-emu/poly.h | asmlinkage void div_Xsig(Xsig *x1, const Xsig *x2, const Xsig *dest); |
| Xsig | 71 | arch/i386/math-emu/poly.h | extern inline void add_Xsig_Xsig(Xsig *dest, const Xsig *x2) |
| Xsig | 86 | arch/i386/math-emu/poly.h | extern inline int add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp) |
| Xsig | 106 | arch/i386/math-emu/poly.h | extern inline void negate_Xsig(Xsig *x) |
| Xsig | 36 | arch/i386/math-emu/poly_2xm1.c | static const Xsig hiterm = MK_XSIG(0xb17217f7, 0xd1cf79ab, 0xc8a39194); |
| Xsig | 41 | arch/i386/math-emu/poly_2xm1.c | static const Xsig shiftterm0 = MK_XSIG(0, 0, 0); |
| Xsig | 42 | arch/i386/math-emu/poly_2xm1.c | static const Xsig shiftterm1 = MK_XSIG(0x9837f051, 0x8db8a96f, 0x46ad2318); |
| Xsig | 43 | arch/i386/math-emu/poly_2xm1.c | static const Xsig shiftterm2 = MK_XSIG(0xb504f333, 0xf9de6484, 0x597d89b3); |
| Xsig | 44 | arch/i386/math-emu/poly_2xm1.c | static const Xsig shiftterm3 = MK_XSIG(0xd744fcca, 0xd69d6af4, 0x39a68bb9); |
| Xsig | 46 | arch/i386/math-emu/poly_2xm1.c | static const Xsig *shiftterm[] = { &shiftterm0, &shiftterm1, |
| Xsig | 57 | arch/i386/math-emu/poly_2xm1.c | Xsig accumulator, Denom, argSignif; |
| Xsig | 46 | arch/i386/math-emu/poly_atan.c | static const Xsig fixedpterm = MK_XSIG(0xaaaaaaaa, 0xaaaaaaaa, 0xaaaaaaaa); |
| Xsig | 48 | arch/i386/math-emu/poly_atan.c | static const Xsig pi_signif = MK_XSIG(0xc90fdaa2, 0x2168c234, 0xc4c6628b); |
| Xsig | 59 | arch/i386/math-emu/poly_atan.c | Xsig accumulator, Numer, Denom, accumulatore, argSignif, |
| Xsig | 23 | arch/i386/math-emu/poly_l2.c | Xsig *accum_result, long int *expon); |
| Xsig | 32 | arch/i386/math-emu/poly_l2.c | Xsig accumulator, expon_accum, yaccum; |
| Xsig | 118 | arch/i386/math-emu/poly_l2.c | Xsig accumulator, yaccum; |
| Xsig | 183 | arch/i386/math-emu/poly_l2.c | static void log2_kernel(FPU_REG const *arg, Xsig *accum_result, |
| Xsig | 189 | arch/i386/math-emu/poly_l2.c | Xsig accumulator, Numer, Denom, argSignif, arg_signif; |
| Xsig | 68 | arch/i386/math-emu/poly_sin.c | Xsig accumulator, argSqrd, argTo4; |
| Xsig | 220 | arch/i386/math-emu/poly_sin.c | Xsig accumulator, argSqrd, fix_up, argTo4; |
| Xsig | 59 | arch/i386/math-emu/poly_tan.c | Xsig argSq, argSqSq, accumulatoro, accumulatore, accum, |