Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h160 {"modf", (PyCFunction)math_modf, METH_O, math_modf__doc__},
166 math_modf(PyObject *module, PyObject *arg) in math_modf() function
/external/lua/src/
Dlmathlib.c149 static int math_modf (lua_State *L) { in math_modf() function
368 {"modf", math_modf},
/external/python/cpython2/Modules/
Dmathmodule.c1238 math_modf(PyObject *self, PyObject *arg) in math_modf() function
1602 {"modf", math_modf, METH_O, math_modf_doc},