Searched refs:HIPOWER (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | poly_2xm1.c | 21 #define HIPOWER 11 macro 22 static const unsigned long long lterms[HIPOWER] = { 95 polynomial_Xsig(&accumulator, &Xll, lterms, HIPOWER - 1); in poly_2xm1()
|
H A D | poly_l2.c | 161 #undef HIPOWER macro 162 #define HIPOWER 10 macro 163 static const unsigned long long logterms[HIPOWER] = { 232 polynomial_Xsig(&accumulator, &Xsq, logterms, HIPOWER - 1); in log2_kernel()
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | poly_2xm1.c | 21 #define HIPOWER 11 macro 22 static const unsigned long long lterms[HIPOWER] = { 95 polynomial_Xsig(&accumulator, &Xll, lterms, HIPOWER - 1); in poly_2xm1()
|
H A D | poly_l2.c | 161 #undef HIPOWER macro 162 #define HIPOWER 10 macro 163 static const unsigned long long logterms[HIPOWER] = { 232 polynomial_Xsig(&accumulator, &Xsq, logterms, HIPOWER - 1); in log2_kernel()
|
Completed in 2 milliseconds