Searched refs:math_trunc (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 88 {"trunc", (PyCFunction)math_trunc, METH_O, math_trunc__doc__},
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1144 math_trunc(PyObject *self, PyObject *number) in math_trunc() function 1610 {"trunc", math_trunc, METH_O, math_trunc_doc},
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 1726 math_trunc(PyObject *module, PyObject *x) in math_trunc() function
|