Searched refs:math_ceil (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | lmathlib.c | 116 static int math_ceil (lua_State *L) { in math_ceil() function 357 {"ceil", math_ceil},
|
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 44 {"ceil", (PyCFunction)math_ceil, METH_O, math_ceil__doc__},
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1578 {"ceil", math_ceil, METH_O, math_ceil_doc},
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 1085 math_ceil(PyObject *module, PyObject *number) in math_ceil() function
|