HomeSort by relevance Sort by last modified time
    Searched refs:l_mathop (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lmathlib.c 27 lua_pushnumber(L, l_mathop(fabs)(luaL_checknumber(L, 1)));
32 lua_pushnumber(L, l_mathop(sin)(luaL_checknumber(L, 1)));
37 lua_pushnumber(L, l_mathop(sinh)(luaL_checknumber(L, 1)));
42 lua_pushnumber(L, l_mathop(cos)(luaL_checknumber(L, 1)));
47 lua_pushnumber(L, l_mathop(cosh)(luaL_checknumber(L, 1)));
52 lua_pushnumber(L, l_mathop(tan)(luaL_checknumber(L, 1)));
57 lua_pushnumber(L, l_mathop(tanh)(luaL_checknumber(L, 1)));
62 lua_pushnumber(L, l_mathop(asin)(luaL_checknumber(L, 1)));
67 lua_pushnumber(L, l_mathop(acos)(luaL_checknumber(L, 1)));
72 lua_pushnumber(L, l_mathop(atan)(luaL_checknumber(L, 1)))
    [all...]
luaconf.h 409 @@ l_mathop allows the addition of an 'l' or 'f' to all math operations
411 #define l_mathop(x) (x) macro
436 #define luai_nummod(L,a,b) ((a) - l_mathop(floor)((a)/(b))*(b))
437 #define luai_numpow(L,a,b) (l_mathop(pow)(a,b))
llimits.h 285 n = l_mathop(frexp)(n, &e) * (lua_Number)(INT_MAX - DBL_MAX_EXP); \
lobject.c 152 return l_mathop(ldexp)(r, e);

Completed in 147 milliseconds