Home
last modified time | relevance | path

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

/external/lua/src/
Dlmathlib.c105 static int math_floor (lua_State *L) { in math_floor() function
362 {"floor", math_floor},
/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h55 {"floor", (PyCFunction)math_floor, METH_O, math_floor__doc__},
/external/v8/src/
Dcontexts.h64 V(MATH_FLOOR_INDEX, JSFunction, math_floor) \
Dbootstrapper.cc2767 Handle<JSFunction> math_floor = SimpleInstallFunction( in InitializeGlobal() local
2769 native_context()->set_math_floor(*math_floor); in InitializeGlobal()
/external/python/cpython2/Modules/
Dmathmodule.c1589 {"floor", math_floor, METH_O, math_floor_doc},
/external/python/cpython3/Modules/
Dmathmodule.c1143 math_floor(PyObject *module, PyObject *number) in math_floor() function