Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h250 {"fmod", (PyCFunction)math_fmod, METH_FASTCALL, math_fmod__doc__},
256 math_fmod(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_fmod() function
/external/lua/src/
Dlmathlib.c127 static int math_fmod (lua_State *L) { in math_fmod() function
363 {"fmod", math_fmod},
/external/python/cpython2/Modules/
Dmathmodule.c1354 math_fmod(PyObject *self, PyObject *args) in math_fmod() function
1590 {"fmod", math_fmod, METH_VARARGS, math_fmod_doc},