Searched refs:MK_XSIG (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/math-emu/ |
H 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);
|
H 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);
|
H A D | poly.h | 48 #define MK_XSIG(a,b,c) { c, b, a } macro
|