Home
last modified time | relevance | path

Searched refs:DUK_DOUBLE_INFINITY (Results 1 – 20 of 20) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_bi_math.c163 return DUK_DOUBLE_INFINITY; in duk__pow_fixed()
180 return -DUK_DOUBLE_INFINITY; in duk__pow_fixed()
183 return DUK_DOUBLE_INFINITY; in duk__pow_fixed()
307 return duk__math_minmax(ctx, -DUK_DOUBLE_INFINITY, duk__fmax_fixed); in duk_bi_math_object_max()
311 return duk__math_minmax(ctx, DUK_DOUBLE_INFINITY, duk__fmin_fixed); in duk_bi_math_object_min()
Dduk_config.h2072 #if !defined(DUK_DOUBLE_INFINITY)
2076 #define DUK_DOUBLE_INFINITY (__builtin_inf()) macro
2078 #define DUK_DOUBLE_INFINITY ((double) INFINITY) macro
2080 #define DUK_DOUBLE_INFINITY (1.0 / 0.0) macro
2087 #define DUK_DOUBLE_INFINITY duk_computed_infinity macro
Dduk_numconv.c1852 res = DUK_DOUBLE_INFINITY; in duk_numconv_parse()
2195 res = (duk_double_t) DUK_DOUBLE_INFINITY; in duk_numconv_parse()
Dduk_bi_json.c895 duk_push_number(ctx, -DUK_DOUBLE_INFINITY);
922 duk_push_number(ctx, DUK_DOUBLE_INFINITY);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_bi_math.c163 return DUK_DOUBLE_INFINITY; in duk__pow_fixed()
180 return -DUK_DOUBLE_INFINITY; in duk__pow_fixed()
183 return DUK_DOUBLE_INFINITY; in duk__pow_fixed()
307 return duk__math_minmax(ctx, -DUK_DOUBLE_INFINITY, duk__fmax_fixed); in duk_bi_math_object_max()
311 return duk__math_minmax(ctx, DUK_DOUBLE_INFINITY, duk__fmin_fixed); in duk_bi_math_object_min()
Dduk_config.h2072 #if !defined(DUK_DOUBLE_INFINITY)
2076 #define DUK_DOUBLE_INFINITY (__builtin_inf()) macro
2078 #define DUK_DOUBLE_INFINITY ((double) INFINITY) macro
2080 #define DUK_DOUBLE_INFINITY (1.0 / 0.0) macro
2087 #define DUK_DOUBLE_INFINITY duk_computed_infinity macro
Dduk_numconv.c1852 res = DUK_DOUBLE_INFINITY; in duk_numconv_parse()
2195 res = (duk_double_t) DUK_DOUBLE_INFINITY; in duk_numconv_parse()
Dduk_bi_json.c895 duk_push_number(ctx, -DUK_DOUBLE_INFINITY);
922 duk_push_number(ctx, DUK_DOUBLE_INFINITY);
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduk_config.h2072 #if !defined(DUK_DOUBLE_INFINITY)
2076 #define DUK_DOUBLE_INFINITY (__builtin_inf()) macro
2078 #define DUK_DOUBLE_INFINITY ((double) INFINITY) macro
2080 #define DUK_DOUBLE_INFINITY (1.0 / 0.0) macro
2087 #define DUK_DOUBLE_INFINITY duk_computed_infinity macro
Dduktape.c29796 duk_push_number(ctx, -DUK_DOUBLE_INFINITY);
29823 duk_push_number(ctx, DUK_DOUBLE_INFINITY);
32509 return DUK_DOUBLE_INFINITY;
32526 return -DUK_DOUBLE_INFINITY;
32529 return DUK_DOUBLE_INFINITY;
32653 return duk__math_minmax(ctx, -DUK_DOUBLE_INFINITY, duk__fmax_fixed);
32657 return duk__math_minmax(ctx, DUK_DOUBLE_INFINITY, duk__fmin_fixed);
76968 res = DUK_DOUBLE_INFINITY;
77311 res = (duk_double_t) DUK_DOUBLE_INFINITY;
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduk_config.h2072 #if !defined(DUK_DOUBLE_INFINITY)
2076 #define DUK_DOUBLE_INFINITY (__builtin_inf()) macro
2078 #define DUK_DOUBLE_INFINITY ((double) INFINITY) macro
2080 #define DUK_DOUBLE_INFINITY (1.0 / 0.0) macro
2087 #define DUK_DOUBLE_INFINITY duk_computed_infinity macro
Dduktape.c30003 duk_push_number(ctx, -DUK_DOUBLE_INFINITY);
30030 duk_push_number(ctx, DUK_DOUBLE_INFINITY);
32716 return DUK_DOUBLE_INFINITY;
32733 return -DUK_DOUBLE_INFINITY;
32736 return DUK_DOUBLE_INFINITY;
32860 return duk__math_minmax(ctx, -DUK_DOUBLE_INFINITY, duk__fmax_fixed);
32864 return duk__math_minmax(ctx, DUK_DOUBLE_INFINITY, duk__fmin_fixed);
77255 res = DUK_DOUBLE_INFINITY;
77598 res = (duk_double_t) DUK_DOUBLE_INFINITY;
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduk_config.h2072 #if !defined(DUK_DOUBLE_INFINITY)
2076 #define DUK_DOUBLE_INFINITY (__builtin_inf()) macro
2078 #define DUK_DOUBLE_INFINITY ((double) INFINITY) macro
2080 #define DUK_DOUBLE_INFINITY (1.0 / 0.0) macro
2087 #define DUK_DOUBLE_INFINITY duk_computed_infinity macro
Dduktape.c29935 duk_push_number(ctx, -DUK_DOUBLE_INFINITY);
29962 duk_push_number(ctx, DUK_DOUBLE_INFINITY);
32646 return DUK_DOUBLE_INFINITY;
32663 return -DUK_DOUBLE_INFINITY;
32666 return DUK_DOUBLE_INFINITY;
32790 return duk__math_minmax(ctx, -DUK_DOUBLE_INFINITY, duk__fmax_fixed);
32794 return duk__math_minmax(ctx, DUK_DOUBLE_INFINITY, duk__fmin_fixed);
77140 res = DUK_DOUBLE_INFINITY;
77483 res = (duk_double_t) DUK_DOUBLE_INFINITY;
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduk_config.h2072 #if !defined(DUK_DOUBLE_INFINITY)
2076 #define DUK_DOUBLE_INFINITY (__builtin_inf()) macro
2078 #define DUK_DOUBLE_INFINITY ((double) INFINITY) macro
2080 #define DUK_DOUBLE_INFINITY (1.0 / 0.0) macro
2087 #define DUK_DOUBLE_INFINITY duk_computed_infinity macro
Dduktape.c29728 duk_push_number(ctx, -DUK_DOUBLE_INFINITY);
29755 duk_push_number(ctx, DUK_DOUBLE_INFINITY);
32439 return DUK_DOUBLE_INFINITY;
32456 return -DUK_DOUBLE_INFINITY;
32459 return DUK_DOUBLE_INFINITY;
32583 return duk__math_minmax(ctx, -DUK_DOUBLE_INFINITY, duk__fmax_fixed);
32587 return duk__math_minmax(ctx, DUK_DOUBLE_INFINITY, duk__fmin_fixed);
76853 res = DUK_DOUBLE_INFINITY;
77196 res = (duk_double_t) DUK_DOUBLE_INFINITY;
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dduk_config.h-modular-dll2072 #if !defined(DUK_DOUBLE_INFINITY)
2076 #define DUK_DOUBLE_INFINITY (__builtin_inf())
2078 #define DUK_DOUBLE_INFINITY ((double) INFINITY)
2080 #define DUK_DOUBLE_INFINITY (1.0 / 0.0)
2087 #define DUK_DOUBLE_INFINITY duk_computed_infinity
Dduk_config.h-modular-static2072 #if !defined(DUK_DOUBLE_INFINITY)
2076 #define DUK_DOUBLE_INFINITY (__builtin_inf())
2078 #define DUK_DOUBLE_INFINITY ((double) INFINITY)
2080 #define DUK_DOUBLE_INFINITY (1.0 / 0.0)
2087 #define DUK_DOUBLE_INFINITY duk_computed_infinity
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dduk_config.h-modular-dll2072 #if !defined(DUK_DOUBLE_INFINITY)
2076 #define DUK_DOUBLE_INFINITY (__builtin_inf())
2078 #define DUK_DOUBLE_INFINITY ((double) INFINITY)
2080 #define DUK_DOUBLE_INFINITY (1.0 / 0.0)
2087 #define DUK_DOUBLE_INFINITY duk_computed_infinity
Dduk_config.h-modular-static2072 #if !defined(DUK_DOUBLE_INFINITY)
2076 #define DUK_DOUBLE_INFINITY (__builtin_inf())
2078 #define DUK_DOUBLE_INFINITY ((double) INFINITY)
2080 #define DUK_DOUBLE_INFINITY (1.0 / 0.0)
2087 #define DUK_DOUBLE_INFINITY duk_computed_infinity