Home
last modified time | relevance | path

Searched refs:DUK_DOUBLE_2TO32 (Results 1 – 22 of 22) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_error_augment.c223 d = (noblame_fileline ? ((duk_double_t) DUK_TB_FLAG_NOBLAME_FILELINE) * DUK_DOUBLE_2TO32 : 0.0) + in duk__add_traceback()
267 …DUK_ASSERT((duk_double_t) pc < DUK_DOUBLE_2TO32); /* assume PC is at most 32 bits and non-negativ… in duk__add_traceback()
268 d = ((duk_double_t) thr_callstack->callstack[i].flags) * DUK_DOUBLE_2TO32 + (duk_double_t) pc; in duk__add_traceback()
354 …DUK_ASSERT((duk_double_t) pc < DUK_DOUBLE_2TO32); /* assume PC is at most 32 bits and non-negativ… in duk__add_fileline()
Dduk_bi_error.c160 pc = (duk_int_t) DUK_FMOD(d, DUK_DOUBLE_2TO32); in duk__error_getter_helper()
161 flags = (duk_int_t) DUK_FLOOR(d / DUK_DOUBLE_2TO32); in duk__error_getter_helper()
Dduk_js_ops.c309 x = DUK_FMOD(x, DUK_DOUBLE_2TO32); /* -> x in ]-2**32, 2**32[ */ in duk__toint32_touint32_helper()
312 x += DUK_DOUBLE_2TO32; in duk__toint32_touint32_helper()
320 x -= DUK_DOUBLE_2TO32; /* -> x in [-2**31,2**31[ */ in duk__toint32_touint32_helper()
Dduk_config.h2065 #if !defined(DUK_DOUBLE_2TO32)
2066 #define DUK_DOUBLE_2TO32 4294967296.0 macro
Dduk_hobject_props.c4761 if (val >= 0.0 && val < DUK_DOUBLE_2TO32) { in duk_hobject_get_length()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_error_augment.c223 d = (noblame_fileline ? ((duk_double_t) DUK_TB_FLAG_NOBLAME_FILELINE) * DUK_DOUBLE_2TO32 : 0.0) + in duk__add_traceback()
267 …DUK_ASSERT((duk_double_t) pc < DUK_DOUBLE_2TO32); /* assume PC is at most 32 bits and non-negativ… in duk__add_traceback()
268 d = ((duk_double_t) thr_callstack->callstack[i].flags) * DUK_DOUBLE_2TO32 + (duk_double_t) pc; in duk__add_traceback()
354 …DUK_ASSERT((duk_double_t) pc < DUK_DOUBLE_2TO32); /* assume PC is at most 32 bits and non-negativ… in duk__add_fileline()
Dduk_bi_error.c160 pc = (duk_int_t) DUK_FMOD(d, DUK_DOUBLE_2TO32); in duk__error_getter_helper()
161 flags = (duk_int_t) DUK_FLOOR(d / DUK_DOUBLE_2TO32); in duk__error_getter_helper()
Dduk_js_ops.c309 x = DUK_FMOD(x, DUK_DOUBLE_2TO32); /* -> x in ]-2**32, 2**32[ */ in duk__toint32_touint32_helper()
312 x += DUK_DOUBLE_2TO32; in duk__toint32_touint32_helper()
320 x -= DUK_DOUBLE_2TO32; /* -> x in [-2**31,2**31[ */ in duk__toint32_touint32_helper()
Dduk_config.h2065 #if !defined(DUK_DOUBLE_2TO32)
2066 #define DUK_DOUBLE_2TO32 4294967296.0 macro
Dduk_hobject_props.c4765 if (val >= 0.0 && val < DUK_DOUBLE_2TO32) { in duk_hobject_get_length()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduk_config.h2065 #if !defined(DUK_DOUBLE_2TO32)
2066 #define DUK_DOUBLE_2TO32 4294967296.0 macro
Dduktape.c27041 pc = (duk_int_t) DUK_FMOD(d, DUK_DOUBLE_2TO32); in duk__error_getter_helper()
27042 flags = (duk_int_t) DUK_FLOOR(d / DUK_DOUBLE_2TO32); in duk__error_getter_helper()
39863 d = (noblame_fileline ? ((duk_double_t) DUK_TB_FLAG_NOBLAME_FILELINE) * DUK_DOUBLE_2TO32 : 0.0) +
39907 …DUK_ASSERT((duk_double_t) pc < DUK_DOUBLE_2TO32); /* assume PC is at most 32 bits and non-negativ…
39908 d = ((duk_double_t) thr_callstack->callstack[i].flags) * DUK_DOUBLE_2TO32 + (duk_double_t) pc;
39994 …DUK_ASSERT((duk_double_t) pc < DUK_DOUBLE_2TO32); /* assume PC is at most 32 bits and non-negativ…
51953 if (val >= 0.0 && val < DUK_DOUBLE_2TO32) {
70164 x = DUK_FMOD(x, DUK_DOUBLE_2TO32); /* -> x in ]-2**32, 2**32[ */
70167 x += DUK_DOUBLE_2TO32;
70175 x -= DUK_DOUBLE_2TO32; /* -> x in [-2**31,2**31[ */
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduk_config.h2065 #if !defined(DUK_DOUBLE_2TO32)
2066 #define DUK_DOUBLE_2TO32 4294967296.0 macro
Dduktape.c27249 pc = (duk_int_t) DUK_FMOD(d, DUK_DOUBLE_2TO32); in duk__error_getter_helper()
27250 flags = (duk_int_t) DUK_FLOOR(d / DUK_DOUBLE_2TO32); in duk__error_getter_helper()
40082 d = (noblame_fileline ? ((duk_double_t) DUK_TB_FLAG_NOBLAME_FILELINE) * DUK_DOUBLE_2TO32 : 0.0) +
40126 …DUK_ASSERT((duk_double_t) pc < DUK_DOUBLE_2TO32); /* assume PC is at most 32 bits and non-negativ…
40127 d = ((duk_double_t) thr_callstack->callstack[i].flags) * DUK_DOUBLE_2TO32 + (duk_double_t) pc;
40213 …DUK_ASSERT((duk_double_t) pc < DUK_DOUBLE_2TO32); /* assume PC is at most 32 bits and non-negativ…
52200 if (val >= 0.0 && val < DUK_DOUBLE_2TO32) {
70423 x = DUK_FMOD(x, DUK_DOUBLE_2TO32); /* -> x in ]-2**32, 2**32[ */
70426 x += DUK_DOUBLE_2TO32;
70434 x -= DUK_DOUBLE_2TO32; /* -> x in [-2**31,2**31[ */
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduk_config.h2065 #if !defined(DUK_DOUBLE_2TO32)
2066 #define DUK_DOUBLE_2TO32 4294967296.0 macro
Dduktape.c27184 pc = (duk_int_t) DUK_FMOD(d, DUK_DOUBLE_2TO32); in duk__error_getter_helper()
27185 flags = (duk_int_t) DUK_FLOOR(d / DUK_DOUBLE_2TO32); in duk__error_getter_helper()
39999 d = (noblame_fileline ? ((duk_double_t) DUK_TB_FLAG_NOBLAME_FILELINE) * DUK_DOUBLE_2TO32 : 0.0) +
40043 …DUK_ASSERT((duk_double_t) pc < DUK_DOUBLE_2TO32); /* assume PC is at most 32 bits and non-negativ…
40044 d = ((duk_double_t) thr_callstack->callstack[i].flags) * DUK_DOUBLE_2TO32 + (duk_double_t) pc;
40130 …DUK_ASSERT((duk_double_t) pc < DUK_DOUBLE_2TO32); /* assume PC is at most 32 bits and non-negativ…
52097 if (val >= 0.0 && val < DUK_DOUBLE_2TO32) {
70311 x = DUK_FMOD(x, DUK_DOUBLE_2TO32); /* -> x in ]-2**32, 2**32[ */
70314 x += DUK_DOUBLE_2TO32;
70322 x -= DUK_DOUBLE_2TO32; /* -> x in [-2**31,2**31[ */
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduk_config.h2065 #if !defined(DUK_DOUBLE_2TO32)
2066 #define DUK_DOUBLE_2TO32 4294967296.0 macro
Dduktape.c26976 pc = (duk_int_t) DUK_FMOD(d, DUK_DOUBLE_2TO32); in duk__error_getter_helper()
26977 flags = (duk_int_t) DUK_FLOOR(d / DUK_DOUBLE_2TO32); in duk__error_getter_helper()
39780 d = (noblame_fileline ? ((duk_double_t) DUK_TB_FLAG_NOBLAME_FILELINE) * DUK_DOUBLE_2TO32 : 0.0) +
39824 …DUK_ASSERT((duk_double_t) pc < DUK_DOUBLE_2TO32); /* assume PC is at most 32 bits and non-negativ…
39825 d = ((duk_double_t) thr_callstack->callstack[i].flags) * DUK_DOUBLE_2TO32 + (duk_double_t) pc;
39911 …DUK_ASSERT((duk_double_t) pc < DUK_DOUBLE_2TO32); /* assume PC is at most 32 bits and non-negativ…
51850 if (val >= 0.0 && val < DUK_DOUBLE_2TO32) {
70052 x = DUK_FMOD(x, DUK_DOUBLE_2TO32); /* -> x in ]-2**32, 2**32[ */
70055 x += DUK_DOUBLE_2TO32;
70063 x -= DUK_DOUBLE_2TO32; /* -> x in [-2**31,2**31[ */
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dduk_config.h-modular-dll2065 #if !defined(DUK_DOUBLE_2TO32)
2066 #define DUK_DOUBLE_2TO32 4294967296.0
Dduk_config.h-modular-static2065 #if !defined(DUK_DOUBLE_2TO32)
2066 #define DUK_DOUBLE_2TO32 4294967296.0
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dduk_config.h-modular-dll2065 #if !defined(DUK_DOUBLE_2TO32)
2066 #define DUK_DOUBLE_2TO32 4294967296.0
Dduk_config.h-modular-static2065 #if !defined(DUK_DOUBLE_2TO32)
2066 #define DUK_DOUBLE_2TO32 4294967296.0