OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luai_numisnan
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
luaconf.h
450
#define
luai_numisnan
(L,a) (!luai_numeq((a), (a)))
macro
ltable.c
408
else if (ttisnumber(key) &&
luai_numisnan
(L, nvalue(key)))
lcode.c
331
if (r == 0 ||
luai_numisnan
(NULL, r)) { /* handle -0 and NaN */
Completed in 29 milliseconds