Searched refs:math_modf (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lmathlib.c | 98 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/ |
D | mathmodule.c | 1239 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/ |
D | mathmodule.c | 1239 math_modf(PyObject *self, PyObject *arg) in math_modf() function 1603 {"modf", math_modf, METH_O, math_modf_doc},
|