Searched refs:mul_32_32 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | poly_sin.c | 171 fix_up -= mul_32_32(0x898cc517, argSqrd.msw) / 6; in poly_sine() 173 fix_up = mul_32_32(fix_up, LL_MSW(fixed_arg)); in poly_sine() 353 fix_up.msw -= mul_32_32(0x898cc517, argSqrd.msw) / 2; in poly_cos() 354 fix_up.msw += mul_32_32(0x898cc517, argTo4.msw) / 24; in poly_cos()
|
H A D | poly_tan.c | 182 adj = mul_32_32(adj, adj); /* tan^2 */ in poly_tan() 185 adj = mul_32_32(0x898cc517, adj); /* delta * tan^2 */ in poly_tan()
|
H A D | poly.h | 63 static inline unsigned long mul_32_32(const unsigned long arg1, in mul_32_32() function
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | poly_sin.c | 171 fix_up -= mul_32_32(0x898cc517, argSqrd.msw) / 6; in poly_sine() 173 fix_up = mul_32_32(fix_up, LL_MSW(fixed_arg)); in poly_sine() 353 fix_up.msw -= mul_32_32(0x898cc517, argSqrd.msw) / 2; in poly_cos() 354 fix_up.msw += mul_32_32(0x898cc517, argTo4.msw) / 24; in poly_cos()
|
H A D | poly_tan.c | 182 adj = mul_32_32(adj, adj); /* tan^2 */ in poly_tan() 185 adj = mul_32_32(0x898cc517, adj); /* delta * tan^2 */ in poly_tan()
|
H A D | poly.h | 63 static inline unsigned long mul_32_32(const unsigned long arg1, in mul_32_32() function
|
Completed in 3 milliseconds