Home
last modified time | relevance | path

Searched defs:math_ceil (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dlmathlib.c106 static int math_ceil (lua_State *L) { in math_ceil() function
/aosp_15_r20/external/python/cpython3/Modules/
Dmathmodule.c1215 math_ceil(PyObject *module, PyObject *number) in math_ceil() function