/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_js_ops.c | 109 if (c == DUK_FP_ZERO || c == DUK_FP_NAN) { in duk_js_toboolean() 261 if (c == DUK_FP_NAN) { in duk_js_tointeger_number() 293 if (c == DUK_FP_NAN || c == DUK_FP_ZERO || c == DUK_FP_INFINITE) { in duk__toint32_touint32_helper() 445 if (cx == DUK_FP_NAN || cy == DUK_FP_NAN) { in duk__js_equals_number() 464 DUK_ASSERT(DUK_FPCLASSIFY(x) != DUK_FP_NAN); in duk__js_equals_number() 465 DUK_ASSERT(DUK_FPCLASSIFY(y) != DUK_FP_NAN); in duk__js_equals_number() 483 if (cx == DUK_FP_NAN && cy == DUK_FP_NAN) { in duk__js_samevalue_number() 511 DUK_ASSERT(DUK_FPCLASSIFY(x) != DUK_FP_NAN); in duk__js_samevalue_number() 512 DUK_ASSERT(DUK_FPCLASSIFY(y) != DUK_FP_NAN); in duk__js_samevalue_number() 536 if (DUK_UNLIKELY(cx == DUK_FP_NAN && cy == DUK_FP_NAN)) { in duk__js_samevalue_number() [all …]
|
D | duk_replacements.c | 45 return DUK_FP_NAN; in duk_repl_fpclassify() 62 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE) { in duk_repl_isfinite() 73 return (c == DUK_FP_NAN); in duk_repl_isnan()
|
D | duk_bi_math.c | 40 if (DUK_FPCLASSIFY(t) == DUK_FP_NAN || DUK_FPCLASSIFY(res) == DUK_FP_NAN) { in duk__math_minmax() 99 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { in duk__round_fixed() 143 if (cy == DUK_FP_NAN) { in duk__pow_fixed()
|
D | duk_bi_number.c | 138 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE) { in duk_bi_number_prototype_to_fixed() 174 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE) { in duk_bi_number_prototype_to_exponential() 217 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE) { in duk_bi_number_prototype_to_precision()
|
D | duk_numconv.c | 1565 DUK_ASSERT(c == DUK_FP_NAN || DUK_SIGNBIT((double) x) == 0); in duk_numconv_stringify() 1567 if (c == DUK_FP_NAN) { in duk_numconv_stringify()
|
D | duk_config.h | 2157 #define DUK_FP_NAN 0 macro 2168 #define DUK_FP_NAN FP_NAN macro
|
D | duk_bi_json.c | 1359 if (DUK_LIKELY(!(c == DUK_FP_INFINITE || c == DUK_FP_NAN))) { 1386 } else if (c == DUK_FP_NAN) {
|
D | duk_api_stack.c | 94 if (c == DUK_FP_NAN) { in duk__api_coerce_d2i() 151 if (c == DUK_FP_NAN) { in duk__api_coerce_d2ui()
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_js_ops.c | 109 if (c == DUK_FP_ZERO || c == DUK_FP_NAN) { in duk_js_toboolean() 261 if (c == DUK_FP_NAN) { in duk_js_tointeger_number() 293 if (c == DUK_FP_NAN || c == DUK_FP_ZERO || c == DUK_FP_INFINITE) { in duk__toint32_touint32_helper() 445 if (cx == DUK_FP_NAN || cy == DUK_FP_NAN) { in duk__js_equals_number() 464 DUK_ASSERT(DUK_FPCLASSIFY(x) != DUK_FP_NAN); in duk__js_equals_number() 465 DUK_ASSERT(DUK_FPCLASSIFY(y) != DUK_FP_NAN); in duk__js_equals_number() 483 if (cx == DUK_FP_NAN && cy == DUK_FP_NAN) { in duk__js_samevalue_number() 511 DUK_ASSERT(DUK_FPCLASSIFY(x) != DUK_FP_NAN); in duk__js_samevalue_number() 512 DUK_ASSERT(DUK_FPCLASSIFY(y) != DUK_FP_NAN); in duk__js_samevalue_number() 536 if (DUK_UNLIKELY(cx == DUK_FP_NAN && cy == DUK_FP_NAN)) { in duk__js_samevalue_number() [all …]
|
D | duk_replacements.c | 45 return DUK_FP_NAN; in duk_repl_fpclassify() 62 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE) { in duk_repl_isfinite() 73 return (c == DUK_FP_NAN); in duk_repl_isnan()
|
D | duk_bi_math.c | 40 if (DUK_FPCLASSIFY(t) == DUK_FP_NAN || DUK_FPCLASSIFY(res) == DUK_FP_NAN) { in duk__math_minmax() 99 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { in duk__round_fixed() 143 if (cy == DUK_FP_NAN) { in duk__pow_fixed()
|
D | duk_bi_number.c | 138 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE) { in duk_bi_number_prototype_to_fixed() 174 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE) { in duk_bi_number_prototype_to_exponential() 217 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE) { in duk_bi_number_prototype_to_precision()
|
D | duk_numconv.c | 1565 DUK_ASSERT(c == DUK_FP_NAN || DUK_SIGNBIT((double) x) == 0); in duk_numconv_stringify() 1567 if (c == DUK_FP_NAN) { in duk_numconv_stringify()
|
D | duk_config.h | 2157 #define DUK_FP_NAN 0 macro 2168 #define DUK_FP_NAN FP_NAN macro
|
D | duk_bi_json.c | 1359 if (DUK_LIKELY(!(c == DUK_FP_INFINITE || c == DUK_FP_NAN))) { 1386 } else if (c == DUK_FP_NAN) {
|
D | duk_api_stack.c | 94 if (c == DUK_FP_NAN) { in duk__api_coerce_d2i() 151 if (c == DUK_FP_NAN) { in duk__api_coerce_d2ui()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duk_config.h | 2157 #define DUK_FP_NAN 0 macro 2168 #define DUK_FP_NAN FP_NAN macro
|
D | duktape.c | 8703 return DUK_FP_NAN; in duk_repl_fpclassify() 8720 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE) { in duk_repl_isfinite() 8731 return (c == DUK_FP_NAN); in duk_repl_isnan() 15039 if (c == DUK_FP_NAN) { in duk__api_coerce_d2i() 15096 if (c == DUK_FP_NAN) { in duk__api_coerce_d2ui() 30260 if (DUK_LIKELY(!(c == DUK_FP_INFINITE || c == DUK_FP_NAN))) { 30287 } else if (c == DUK_FP_NAN) { 32386 if (DUK_FPCLASSIFY(t) == DUK_FP_NAN || DUK_FPCLASSIFY(res) == DUK_FP_NAN) { 32445 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { 32489 if (cy == DUK_FP_NAN) { [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duk_config.h | 2157 #define DUK_FP_NAN 0 macro 2168 #define DUK_FP_NAN FP_NAN macro
|
D | duktape.c | 8708 return DUK_FP_NAN; in duk_repl_fpclassify() 8725 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE) { in duk_repl_isfinite() 8736 return (c == DUK_FP_NAN); in duk_repl_isnan() 15115 if (c == DUK_FP_NAN) { in duk__api_coerce_d2i() 15172 if (c == DUK_FP_NAN) { in duk__api_coerce_d2ui() 30467 if (DUK_LIKELY(!(c == DUK_FP_INFINITE || c == DUK_FP_NAN))) { 30494 } else if (c == DUK_FP_NAN) { 32593 if (DUK_FPCLASSIFY(t) == DUK_FP_NAN || DUK_FPCLASSIFY(res) == DUK_FP_NAN) { 32652 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { 32696 if (cy == DUK_FP_NAN) { [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duk_config.h | 2157 #define DUK_FP_NAN 0 macro 2168 #define DUK_FP_NAN FP_NAN macro
|
D | duktape.c | 8673 return DUK_FP_NAN; in duk_repl_fpclassify() 8690 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE) { in duk_repl_isfinite() 8701 return (c == DUK_FP_NAN); in duk_repl_isnan() 15060 if (c == DUK_FP_NAN) { in duk__api_coerce_d2i() 15117 if (c == DUK_FP_NAN) { in duk__api_coerce_d2ui() 30399 if (DUK_LIKELY(!(c == DUK_FP_INFINITE || c == DUK_FP_NAN))) { 30426 } else if (c == DUK_FP_NAN) { 32523 if (DUK_FPCLASSIFY(t) == DUK_FP_NAN || DUK_FPCLASSIFY(res) == DUK_FP_NAN) { 32582 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { 32626 if (cy == DUK_FP_NAN) { [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duk_config.h | 2157 #define DUK_FP_NAN 0 macro 2168 #define DUK_FP_NAN FP_NAN macro
|
D | duktape.c | 8668 return DUK_FP_NAN; in duk_repl_fpclassify() 8685 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE) { in duk_repl_isfinite() 8696 return (c == DUK_FP_NAN); in duk_repl_isnan() 14984 if (c == DUK_FP_NAN) { in duk__api_coerce_d2i() 15041 if (c == DUK_FP_NAN) { in duk__api_coerce_d2ui() 30192 if (DUK_LIKELY(!(c == DUK_FP_INFINITE || c == DUK_FP_NAN))) { 30219 } else if (c == DUK_FP_NAN) { 32316 if (DUK_FPCLASSIFY(t) == DUK_FP_NAN || DUK_FPCLASSIFY(res) == DUK_FP_NAN) { 32375 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { 32419 if (cy == DUK_FP_NAN) { [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/ |
D | duk_config.h-modular-dll | 2157 #define DUK_FP_NAN 0 2168 #define DUK_FP_NAN FP_NAN
|