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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dpoly.h62 static inline unsigned long mul_32_32(const unsigned long arg1, function
H A Dpoly_tan.c181 adj = mul_32_32(adj, adj); /* tan^2 */
184 adj = mul_32_32(0x898cc517, adj); /* delta * tan^2 */
H A Dpoly_sin.c170 fix_up -= mul_32_32(0x898cc517, argSqrd.msw) / 6;
172 fix_up = mul_32_32(fix_up, LL_MSW(fixed_arg));
352 fix_up.msw -= mul_32_32(0x898cc517, argSqrd.msw) / 2;
353 fix_up.msw += mul_32_32(0x898cc517, argTo4.msw) / 24;

Completed in 40 milliseconds