Searched refs:Xsig (Results 1 – 6 of 6) sorted by relevance
/linux/arch/x86/math-emu/ |
A D | poly.h | 28 } Xsig; typedef 35 asmlinkage void mul32_Xsig(Xsig *, const unsigned long mult); 36 asmlinkage void mul64_Xsig(Xsig *, const unsigned long long *mult); 37 asmlinkage void mul_Xsig_Xsig(Xsig *dest, const Xsig *mult); 39 asmlinkage void shr_Xsig(Xsig *, const int n); 40 asmlinkage int round_Xsig(Xsig *); 41 asmlinkage int norm_Xsig(Xsig *); 42 asmlinkage void div_Xsig(Xsig *x1, const Xsig *x2, const Xsig *dest); 74 static inline void add_Xsig_Xsig(Xsig *dest, const Xsig *x2) in add_Xsig_Xsig() 88 static inline void add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp) in add_two_Xsig() [all …]
|
A D | poly_2xm1.c | 36 static const Xsig hiterm = MK_XSIG(0xb17217f7, 0xd1cf79ab, 0xc8a39194); 41 static const Xsig shiftterm0 = MK_XSIG(0, 0, 0); 42 static const Xsig shiftterm1 = MK_XSIG(0x9837f051, 0x8db8a96f, 0x46ad2318); 43 static const Xsig shiftterm2 = MK_XSIG(0xb504f333, 0xf9de6484, 0x597d89b3); 44 static const Xsig shiftterm3 = MK_XSIG(0xd744fcca, 0xd69d6af4, 0x39a68bb9); 46 static const Xsig *shiftterm[] = { &shiftterm0, &shiftterm1, 57 Xsig accumulator, Denom, argSignif; in poly_2xm1()
|
A D | poly_l2.c | 22 Xsig * accum_result, long int *expon); 30 Xsig accumulator, expon_accum, yaccum; in poly_l2() 111 Xsig accumulator, yaccum; in poly_l2p1() 182 static void log2_kernel(FPU_REG const *arg, u_char argsign, Xsig *accum_result, in log2_kernel() 187 Xsig accumulator, Numer, Denom, argSignif, arg_signif; in log2_kernel()
|
A D | poly_atan.c | 45 static const Xsig fixedpterm = MK_XSIG(0xaaaaaaaa, 0xaaaaaaaa, 0xaaaaaaaa); 47 static const Xsig pi_signif = MK_XSIG(0xc90fdaa2, 0x2168c234, 0xc4c6628b); 58 Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq; in poly_atan()
|
A D | poly_sin.c | 61 Xsig accumulator, argSqrd, argTo4; in poly_sine() 205 Xsig accumulator, argSqrd, fix_up, argTo4; in poly_cos()
|
A D | poly_tan.c | 55 Xsig argSq, argSqSq, accumulatoro, accumulatore, accum, in poly_tan()
|
Completed in 6 milliseconds