Home
last modified time | relevance | path

Searched refs:math_floor (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlmathlib.c95 static int math_floor (lua_State *L) { in math_floor() function
714 {"floor", math_floor},
/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h25 {"floor", (PyCFunction)math_floor, METH_O, math_floor__doc__},
/external/python/cpython2/Modules/
Dmathmodule.c1589 {"floor", math_floor, METH_O, math_floor_doc},
/external/python/cpython3/Modules/
Dmathmodule.c1255 math_floor(PyObject *module, PyObject *number) in math_floor() function