HomeSort by relevance Sort by last modified time
    Searched defs:luai_numpow (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 436 #define luai_numpow(L,a,b) (l_mathop(pow)(a,b)) macro
  /external/skia/third_party/lua/src/
luaconf.h 437 #define luai_numpow(L,a,b) (l_mathop(pow)(a,b)) macro
  /external/syslinux/com32/lua/src/
luaconf.h 468 #define luai_numpow(L,a,b) (l_mathop(pow)(a,b)) macro
499 #define luai_numpow(L,a,b) (luai_ipow(L,a,b)) macro

Completed in 2320 milliseconds