Home
last modified time | relevance | path

Searched refs:mul_32_32 (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/x86/math-emu/
Dpoly_sin.c171 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()
Dpoly_tan.c182 adj = mul_32_32(adj, adj); /* tan^2 */ in poly_tan()
185 adj = mul_32_32(0x898cc517, adj); /* delta * tan^2 */ in poly_tan()
Dpoly.h63 static inline unsigned long mul_32_32(const unsigned long arg1, in mul_32_32() function