Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlmathlib.c139 static int math_exp (lua_State *L) { in math_exp() function
243 {"exp", math_exp},
/external/skia/third_party/lua/src/
Dlmathlib.c139 static int math_exp (lua_State *L) { in math_exp() function
243 {"exp", math_exp},
/external/python/cpython2/Modules/
Dmathmodule.c1585 {"exp", math_exp, METH_O, math_exp_doc},