OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l_mathop
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h
408
@@
l_mathop
allows the addition of an 'l' or 'f' to all math operations
410
#define
l_mathop
(x) (x)
macro
435
#define luai_nummod(L,a,b) ((a) -
l_mathop
(floor)((a)/(b))*(b))
436
#define luai_numpow(L,a,b) (
l_mathop
(pow)(a,b))
/external/skia/third_party/lua/src/
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))
/external/syslinux/com32/lua/src/
luaconf.h
435
@@
l_mathop
allows the addition of an 'l' or 'f' to all math operations
437
#define
l_mathop
(x) (x)
macro
467
#define luai_nummod(L,a,b) ((a) -
l_mathop
(floor)((a)/(b))*(b))
468
#define luai_numpow(L,a,b) (
l_mathop
(pow)(a,b))
Completed in 479 milliseconds