Home
last modified time | relevance | path

Searched refs:DUK_FP_ZERO (Results 1 – 25 of 98) sorted by relevance

1234

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_js_ops.c109 if (c == DUK_FP_ZERO || c == DUK_FP_NAN) { in duk_js_toboolean()
263 } else if (c == DUK_FP_ZERO || c == DUK_FP_INFINITE) { in duk_js_tointeger_number()
293 if (c == DUK_FP_NAN || c == DUK_FP_ZERO || c == DUK_FP_INFINITE) { in duk__toint32_touint32_helper()
338 DUK_ASSERT(DUK_FPCLASSIFY(d) == DUK_FP_ZERO || DUK_FPCLASSIFY(d) == DUK_FP_NORMAL); in duk_js_toint32()
356 DUK_ASSERT(DUK_FPCLASSIFY(d) == DUK_FP_ZERO || DUK_FPCLASSIFY(d) == DUK_FP_NORMAL); in duk_js_touint32()
448 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) { in duk__js_equals_number()
472 DUK_ASSERT(!(DUK_FPCLASSIFY(x) == DUK_FP_ZERO && DUK_FPCLASSIFY(y) == DUK_FP_ZERO)); in duk__js_equals_number()
487 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) { in duk__js_samevalue_number()
515 if (DUK_UNLIKELY(cx == DUK_FP_ZERO && cy == DUK_FP_ZERO)) { in duk__js_samevalue_number()
531 DUK_ASSERT(!(DUK_FPCLASSIFY(x) == DUK_FP_ZERO && DUK_FPCLASSIFY(y) == DUK_FP_ZERO)); in duk__js_samevalue_number()
[all …]
H A Dduk_bi_math.c99 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { in duk__round_fixed()
155 if (cx == DUK_FP_ZERO && y < 0.0) { in duk__pow_fixed()
H A Dduk_replacements.c36 return DUK_FP_ZERO; in duk_repl_fpclassify()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_js_ops.c109 if (c == DUK_FP_ZERO || c == DUK_FP_NAN) { in duk_js_toboolean()
263 } else if (c == DUK_FP_ZERO || c == DUK_FP_INFINITE) { in duk_js_tointeger_number()
293 if (c == DUK_FP_NAN || c == DUK_FP_ZERO || c == DUK_FP_INFINITE) { in duk__toint32_touint32_helper()
338 DUK_ASSERT(DUK_FPCLASSIFY(d) == DUK_FP_ZERO || DUK_FPCLASSIFY(d) == DUK_FP_NORMAL); in duk_js_toint32()
356 DUK_ASSERT(DUK_FPCLASSIFY(d) == DUK_FP_ZERO || DUK_FPCLASSIFY(d) == DUK_FP_NORMAL); in duk_js_touint32()
448 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) { in duk__js_equals_number()
472 DUK_ASSERT(!(DUK_FPCLASSIFY(x) == DUK_FP_ZERO && DUK_FPCLASSIFY(y) == DUK_FP_ZERO)); in duk__js_equals_number()
487 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) { in duk__js_samevalue_number()
515 if (DUK_UNLIKELY(cx == DUK_FP_ZERO && cy == DUK_FP_ZERO)) { in duk__js_samevalue_number()
531 DUK_ASSERT(!(DUK_FPCLASSIFY(x) == DUK_FP_ZERO && DUK_FPCLASSIFY(y) == DUK_FP_ZERO)); in duk__js_samevalue_number()
[all …]
H A Dduk_bi_math.c99 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { in duk__round_fixed()
155 if (cx == DUK_FP_ZERO && y < 0.0) { in duk__pow_fixed()
H A Dduk_replacements.c36 return DUK_FP_ZERO; in duk_repl_fpclassify()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_js_ops.c110 if (c == DUK_FP_ZERO || c == DUK_FP_NAN) { in duk_js_toboolean()
320 if (c == DUK_FP_NAN || c == DUK_FP_ZERO || c == DUK_FP_INFINITE) { in duk__toint32_touint32_helper()
365 DUK_ASSERT(DUK_FPCLASSIFY(d) == DUK_FP_ZERO || DUK_FPCLASSIFY(d) == DUK_FP_NORMAL); in duk_js_toint32()
383 DUK_ASSERT(DUK_FPCLASSIFY(d) == DUK_FP_ZERO || DUK_FPCLASSIFY(d) == DUK_FP_NORMAL); in duk_js_touint32()
430 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) { in duk__js_equals_number()
454 DUK_ASSERT(!(DUK_FPCLASSIFY(x) == DUK_FP_ZERO && DUK_FPCLASSIFY(y) == DUK_FP_ZERO)); in duk__js_equals_number()
469 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) { in duk__js_samevalue_number()
497 if (DUK_UNLIKELY(cx == DUK_FP_ZERO && cy == DUK_FP_ZERO)) { in duk__js_samevalue_number()
511 DUK_ASSERT(!(DUK_FPCLASSIFY(x) == DUK_FP_ZERO && DUK_FPCLASSIFY(y) == DUK_FP_ZERO)); in duk__js_samevalue_number()
819 if (c1 == DUK_FP_ZERO && c2 == DUK_FP_ZERO) { in duk__compare_number()
H A Dduk_replacements.c36 return DUK_FP_ZERO; in duk_repl_fpclassify()
H A Dduk_bi_math.c107 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { in duk__cbrt()
156 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { in duk__round_fixed()
H A Dduk_js_arith.c86 if (cx == DUK_FP_ZERO && y < 0.0) { in duk_js_arith_pow()
H A Dduk_bi_cbor.c204 DUK_ASSERT(DUK_FPCLASSIFY(d) != DUK_FP_ZERO); in duk__cbor_encode_double_fp()
423 DUK_ASSERT(DUK_FPCLASSIFY(d) != DUK_FP_ZERO); in duk__cbor_encode_double()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_js_ops.c110 if (c == DUK_FP_ZERO || c == DUK_FP_NAN) { in duk_js_toboolean()
320 if (c == DUK_FP_NAN || c == DUK_FP_ZERO || c == DUK_FP_INFINITE) { in duk__toint32_touint32_helper()
365 DUK_ASSERT(DUK_FPCLASSIFY(d) == DUK_FP_ZERO || DUK_FPCLASSIFY(d) == DUK_FP_NORMAL); in duk_js_toint32()
383 DUK_ASSERT(DUK_FPCLASSIFY(d) == DUK_FP_ZERO || DUK_FPCLASSIFY(d) == DUK_FP_NORMAL); in duk_js_touint32()
430 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) { in duk__js_equals_number()
454 DUK_ASSERT(!(DUK_FPCLASSIFY(x) == DUK_FP_ZERO && DUK_FPCLASSIFY(y) == DUK_FP_ZERO)); in duk__js_equals_number()
469 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) { in duk__js_samevalue_number()
497 if (DUK_UNLIKELY(cx == DUK_FP_ZERO && cy == DUK_FP_ZERO)) { in duk__js_samevalue_number()
511 DUK_ASSERT(!(DUK_FPCLASSIFY(x) == DUK_FP_ZERO && DUK_FPCLASSIFY(y) == DUK_FP_ZERO)); in duk__js_samevalue_number()
819 if (c1 == DUK_FP_ZERO && c2 == DUK_FP_ZERO) { in duk__compare_number()
H A Dduk_replacements.c36 return DUK_FP_ZERO; in duk_repl_fpclassify()
H A Dduk_bi_math.c107 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { in duk__cbrt()
156 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { in duk__round_fixed()
H A Dduk_js_arith.c86 if (cx == DUK_FP_ZERO && y < 0.0) { in duk_js_arith_pow()
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_js_ops.c110 if (c == DUK_FP_ZERO || c == DUK_FP_NAN) { in duk_js_toboolean()
320 if (c == DUK_FP_NAN || c == DUK_FP_ZERO || c == DUK_FP_INFINITE) { in duk__toint32_touint32_helper()
365 DUK_ASSERT(DUK_FPCLASSIFY(d) == DUK_FP_ZERO || DUK_FPCLASSIFY(d) == DUK_FP_NORMAL); in duk_js_toint32()
383 DUK_ASSERT(DUK_FPCLASSIFY(d) == DUK_FP_ZERO || DUK_FPCLASSIFY(d) == DUK_FP_NORMAL); in duk_js_touint32()
430 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) { in duk__js_equals_number()
454 DUK_ASSERT(!(DUK_FPCLASSIFY(x) == DUK_FP_ZERO && DUK_FPCLASSIFY(y) == DUK_FP_ZERO)); in duk__js_equals_number()
469 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) { in duk__js_samevalue_number()
497 if (DUK_UNLIKELY(cx == DUK_FP_ZERO && cy == DUK_FP_ZERO)) { in duk__js_samevalue_number()
511 DUK_ASSERT(!(DUK_FPCLASSIFY(x) == DUK_FP_ZERO && DUK_FPCLASSIFY(y) == DUK_FP_ZERO)); in duk__js_samevalue_number()
819 if (c1 == DUK_FP_ZERO && c2 == DUK_FP_ZERO) { in duk__compare_number()
H A Dduk_replacements.c36 return DUK_FP_ZERO; in duk_repl_fpclassify()
H A Dduk_bi_math.c107 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { in duk__cbrt()
156 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { in duk__round_fixed()
H A Dduk_js_arith.c86 if (cx == DUK_FP_ZERO && y < 0.0) { in duk_js_arith_pow()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_js_ops.c110 if (c == DUK_FP_ZERO || c == DUK_FP_NAN) { in duk_js_toboolean()
320 if (c == DUK_FP_NAN || c == DUK_FP_ZERO || c == DUK_FP_INFINITE) { in duk__toint32_touint32_helper()
365 DUK_ASSERT(DUK_FPCLASSIFY(d) == DUK_FP_ZERO || DUK_FPCLASSIFY(d) == DUK_FP_NORMAL); in duk_js_toint32()
383 DUK_ASSERT(DUK_FPCLASSIFY(d) == DUK_FP_ZERO || DUK_FPCLASSIFY(d) == DUK_FP_NORMAL); in duk_js_touint32()
430 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) { in duk__js_equals_number()
454 DUK_ASSERT(!(DUK_FPCLASSIFY(x) == DUK_FP_ZERO && DUK_FPCLASSIFY(y) == DUK_FP_ZERO)); in duk__js_equals_number()
469 if (cx == DUK_FP_ZERO && cy == DUK_FP_ZERO) { in duk__js_samevalue_number()
497 if (DUK_UNLIKELY(cx == DUK_FP_ZERO && cy == DUK_FP_ZERO)) { in duk__js_samevalue_number()
511 DUK_ASSERT(!(DUK_FPCLASSIFY(x) == DUK_FP_ZERO && DUK_FPCLASSIFY(y) == DUK_FP_ZERO)); in duk__js_samevalue_number()
819 if (c1 == DUK_FP_ZERO && c2 == DUK_FP_ZERO) { in duk__compare_number()
H A Dduk_replacements.c36 return DUK_FP_ZERO; in duk_repl_fpclassify()
H A Dduk_bi_math.c107 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { in duk__cbrt()
156 if (c == DUK_FP_NAN || c == DUK_FP_INFINITE || c == DUK_FP_ZERO) { in duk__round_fixed()
H A Dduk_js_arith.c86 if (cx == DUK_FP_ZERO && y < 0.0) { in duk_js_arith_pow()
/dports/lang/duktape/duktape-2.6.0/config/header-snippets/
H A Dplatform_fillins.h.in201 #define DUK_FP_ZERO 2 macro
212 #define DUK_FP_ZERO FP_ZERO macro
/dports/lang/duktape-lib/duktape-2.6.0/config/header-snippets/
H A Dplatform_fillins.h.in201 #define DUK_FP_ZERO 2 macro
212 #define DUK_FP_ZERO FP_ZERO macro

1234