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

/external/syslinux/com32/lua/src/
H A Dlmathlib.c92 static int math_fmod (lua_State *L) { function
245 {"fmod", math_fmod},
/external/python/cpython2/Modules/
H A Dmathmodule.c1354 math_fmod(PyObject *self, PyObject *args) function
1368 PyFPE_START_PROTECT("in math_fmod", return 0);
1590 {"fmod", math_fmod, METH_VARARGS, math_fmod_doc},
/external/python/cpython3/Modules/
H A Dmathmodule.c1763 math_fmod(PyObject *self, PyObject *args) function
1777 PyFPE_START_PROTECT("in math_fmod", return 0);
2089 {"fmod", math_fmod, METH_VARARGS, math_fmod_doc},

Completed in 145 milliseconds