Home
last modified time | relevance | path

Searched refs:doubled_longprod (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dintobject.c526 double doubled_longprod; /* (double)longprod */ in int_mul() local
534 doubled_longprod = (double)longprod; in int_mul()
538 if (doubled_longprod == doubleprod) in int_mul()
547 const double diff = doubled_longprod - doubleprod; in int_mul()
/external/python/cpython3/Modules/
Dmathmodule.c2925 double doubled_longprod = (double)longprod; in _check_long_mult_overflow() local
2927 if (doubled_longprod == doubleprod) { in _check_long_mult_overflow()
2931 const double diff = doubled_longprod - doubleprod; in _check_long_mult_overflow()