Home
last modified time | relevance | path

Searched refs:DUK_FP_NAN (Results 1 – 25 of 28) sorted by relevance

12

/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_js_ops.c109 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 …]
Dduk_replacements.c45 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()
Dduk_bi_math.c40 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()
Dduk_bi_number.c138 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()
Dduk_numconv.c1565 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()
Dduk_config.h2157 #define DUK_FP_NAN 0 macro
2168 #define DUK_FP_NAN FP_NAN macro
Dduk_bi_json.c1359 if (DUK_LIKELY(!(c == DUK_FP_INFINITE || c == DUK_FP_NAN))) {
1386 } else if (c == DUK_FP_NAN) {
Dduk_api_stack.c94 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/
Dduk_js_ops.c109 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 …]
Dduk_replacements.c45 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()
Dduk_bi_math.c40 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()
Dduk_bi_number.c138 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()
Dduk_numconv.c1565 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()
Dduk_config.h2157 #define DUK_FP_NAN 0 macro
2168 #define DUK_FP_NAN FP_NAN macro
Dduk_bi_json.c1359 if (DUK_LIKELY(!(c == DUK_FP_INFINITE || c == DUK_FP_NAN))) {
1386 } else if (c == DUK_FP_NAN) {
Dduk_api_stack.c94 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/
Dduk_config.h2157 #define DUK_FP_NAN 0 macro
2168 #define DUK_FP_NAN FP_NAN macro
Dduktape.c8703 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/
Dduk_config.h2157 #define DUK_FP_NAN 0 macro
2168 #define DUK_FP_NAN FP_NAN macro
Dduktape.c8708 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/
Dduk_config.h2157 #define DUK_FP_NAN 0 macro
2168 #define DUK_FP_NAN FP_NAN macro
Dduktape.c8673 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/
Dduk_config.h2157 #define DUK_FP_NAN 0 macro
2168 #define DUK_FP_NAN FP_NAN macro
Dduktape.c8668 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/
Dduk_config.h-modular-dll2157 #define DUK_FP_NAN 0
2168 #define DUK_FP_NAN FP_NAN

12