Searched refs:mul_32_32 (Results 1 – 3 of 3) sorted by relevance
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()
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()
63 static inline unsigned long mul_32_32(const unsigned long arg1, in mul_32_32() function
Completed in 4 milliseconds