Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h88 {"trunc", (PyCFunction)math_trunc, METH_O, math_trunc__doc__},
/external/python/cpython2/Modules/
Dmathmodule.c1144 math_trunc(PyObject *self, PyObject *number) in math_trunc() function
1610 {"trunc", math_trunc, METH_O, math_trunc_doc},
/external/python/cpython3/Modules/
Dmathmodule.c1726 math_trunc(PyObject *module, PyObject *x) in math_trunc() function