Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dmathmodule.c3039 long longprod = (long)((unsigned long)a * b); in _check_long_mult_overflow() local
3041 double doubled_longprod = (double)longprod; in _check_long_mult_overflow()