Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpymath.h73 PyAPI_FUNC(double) _Py_force_double(double);
74 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X))
/third_party/python/Python/
Dpymath.c8 double _Py_force_double(double x) in _Py_force_double() function