Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfloatobject.c1058 const long aslong = (long)wholepart; in float_trunc() local
1059 return PyInt_FromLong(aslong); in float_trunc()