Searched refs:mul_32_32 (Results 1 – 3 of 3) sorted by relevance
178 fix_up -= mul_32_32(0x898cc517, argSqrd.msw) / 6; in poly_sine()180 fix_up = mul_32_32(fix_up, LL_MSW(fixed_arg)); in poly_sine()370 fix_up.msw -= mul_32_32(0x898cc517, argSqrd.msw) / 2; in poly_cos()371 fix_up.msw += mul_32_32(0x898cc517, argTo4.msw) / 24; in poly_cos()
188 adj = mul_32_32(adj, adj); /* tan^2 */ in poly_tan()192 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