Home
last modified time | relevance | path

Searched refs:doubled_longprod (Results 1 – 1 of 1) 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()