Home
last modified time | relevance | path

Searched defs:math_floor (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlmathlib.c105 static int math_floor (lua_State *L) { in math_floor() function
/external/python/cpython3/Modules/
Dmathmodule.c1166 math_floor(PyObject *module, PyObject *number) in math_floor() function
/external/v8/src/init/
Dbootstrapper.cc2655 Handle<JSFunction> math_floor = SimpleInstallFunction( in InitializeGlobal() local