Lines Matching full:prod
1725 bool __builtin_mul_overflow (type1 x, type2 y, type3 *prod);
1732 bool __builtin_umul_overflow (unsigned x, unsigned y, unsigned *prod);
1733 bool __builtin_umull_overflow (unsigned long x, unsigned long y, unsigned long *prod);
1734 bool __builtin_umulll_overflow(unsigned long long x, unsigned long long y, unsigned long long *prod);
1741 bool __builtin_smul_overflow (int x, int y, int *prod);
1742 bool __builtin_smull_overflow (long x, long y, long *prod);
1743 bool __builtin_smulll_overflow(long long x, long long y, long long *prod);