Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpymath.h72 PyAPI_FUNC(double) _Py_force_double(double);
73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X))
/external/python/cpython2/Python/
Dpymath.c8 double _Py_force_double(double x) in _Py_force_double() function