Home
last modified time | relevance | path

Searched refs:math_modf (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlmathlib.c98 static int math_modf (lua_State *L) { in math_modf() function
254 {"modf", math_modf},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmathmodule.c1239 math_modf(PyObject *self, PyObject *arg) in math_modf() function
1593 {"modf", math_modf, METH_O, math_modf_doc},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmathmodule.c1239 math_modf(PyObject *self, PyObject *arg) in math_modf() function
1603 {"modf", math_modf, METH_O, math_modf_doc},