Lines Matching defs:product
3355 * Returns the absolute value of the product, or NULL if error.
3493 * absolute value of the product (or NULL if error).
3512 * Then the original product is
3688 The product (ah+al)*(bh+bl) therefore has at most
3742 PyLongObject *product;
3749 product = k_mul(a, bslice);
3750 if (product == NULL)
3755 product->ob_digit, Py_SIZE(product));
3756 _Py_DECREF_INT(product);