Home
last modified time | relevance | path

Searched defs:DUK_DOUBLE_INFINITY (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h2263 #define DUK_DOUBLE_INFINITY (__builtin_inf()) macro
2265 #define DUK_DOUBLE_INFINITY ((double) INFINITY) macro
2268 #define DUK_DOUBLE_INFINITY (1.0 / 0.0) macro
2275 #define DUK_DOUBLE_INFINITY duk_computed_infinity macro

Completed in 14 milliseconds