Home
last modified time | relevance | path

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

/external/lua/src/
Dlmathlib.c116 static int math_ceil (lua_State *L) { in math_ceil() function
357 {"ceil", math_ceil},
/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h44 {"ceil", (PyCFunction)math_ceil, METH_O, math_ceil__doc__},
/external/python/cpython2/Modules/
Dmathmodule.c1578 {"ceil", math_ceil, METH_O, math_ceil_doc},
/external/python/cpython3/Modules/
Dmathmodule.c1085 math_ceil(PyObject *module, PyObject *number) in math_ceil() function