/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_error_augment.c | 223 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()
|
D | duk_bi_error.c | 160 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()
|
D | duk_js_ops.c | 309 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()
|
D | duk_config.h | 2065 #if !defined(DUK_DOUBLE_2TO32) 2066 #define DUK_DOUBLE_2TO32 4294967296.0 macro
|
D | duk_hobject_props.c | 4761 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/ |
D | duk_error_augment.c | 223 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()
|
D | duk_bi_error.c | 160 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()
|
D | duk_js_ops.c | 309 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()
|
D | duk_config.h | 2065 #if !defined(DUK_DOUBLE_2TO32) 2066 #define DUK_DOUBLE_2TO32 4294967296.0 macro
|
D | duk_hobject_props.c | 4765 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/ |
D | duk_config.h | 2065 #if !defined(DUK_DOUBLE_2TO32) 2066 #define DUK_DOUBLE_2TO32 4294967296.0 macro
|
D | duktape.c | 27041 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/ |
D | duk_config.h | 2065 #if !defined(DUK_DOUBLE_2TO32) 2066 #define DUK_DOUBLE_2TO32 4294967296.0 macro
|
D | duktape.c | 27249 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/ |
D | duk_config.h | 2065 #if !defined(DUK_DOUBLE_2TO32) 2066 #define DUK_DOUBLE_2TO32 4294967296.0 macro
|
D | duktape.c | 27184 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/ |
D | duk_config.h | 2065 #if !defined(DUK_DOUBLE_2TO32) 2066 #define DUK_DOUBLE_2TO32 4294967296.0 macro
|
D | duktape.c | 26976 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/ |
D | duk_config.h-modular-dll | 2065 #if !defined(DUK_DOUBLE_2TO32) 2066 #define DUK_DOUBLE_2TO32 4294967296.0
|
D | duk_config.h-modular-static | 2065 #if !defined(DUK_DOUBLE_2TO32) 2066 #define DUK_DOUBLE_2TO32 4294967296.0
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/ |
D | duk_config.h-modular-dll | 2065 #if !defined(DUK_DOUBLE_2TO32) 2066 #define DUK_DOUBLE_2TO32 4294967296.0
|
D | duk_config.h-modular-static | 2065 #if !defined(DUK_DOUBLE_2TO32) 2066 #define DUK_DOUBLE_2TO32 4294967296.0
|