Home
last modified time | relevance | path

Searched refs:DUK_ISFINITE (Results 1 – 25 of 84) sorted by relevance

1234

/dports/lang/duktape-lib/duktape-2.6.0/config/config-options/
H A DDUK_USE_REPL_ISFINITE.yaml9 When enabled, define DUK_ISFINITE as duk_repl_isfinite.
11 # XXX: the dependency between DUK_USE_REPL_ISFINITE and DUK_ISFINITE
/dports/lang/duktape/duktape-2.6.0/config/config-options/
H A DDUK_USE_REPL_ISFINITE.yaml9 When enabled, define DUK_ISFINITE as duk_repl_isfinite.
11 # XXX: the dependency between DUK_USE_REPL_ISFINITE and DUK_ISFINITE
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_date.c467 if (!DUK_ISFINITE(x)) { in duk__timeclip()
556 if (!DUK_ISFINITE(year) || !DUK_ISFINITE(month)) { in duk__make_day()
782 if (DUK_ISFINITE(d)) { in duk_bi_date_get_timeval_from_dparts()
1028 DUK_ASSERT(DUK_ISFINITE(d)); in duk__to_string_helper()
1083 DUK_ASSERT(DUK_ISFINITE(d)); in duk__get_part_helper()
1113 DUK_ASSERT(DUK_ISFINITE(d) || DUK_ISNAN(d)); in duk__set_part_helper()
1115 if (DUK_ISFINITE(d)) { in duk__set_part_helper()
1189 if (DUK_ISFINITE(d)) { in duk__set_part_helper()
1557 DUK_ASSERT(DUK_ISFINITE(d) || DUK_ISNAN(d)); in duk_bi_date_prototype_value_of()
1574 if (!DUK_ISFINITE(d)) { in duk_bi_date_prototype_to_json()
[all …]
H A Dduk_bi_date_unix.c59 if (!DUK_ISFINITE(d)) { in duk_bi_date_get_local_tzoffset_gmtime()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_date.c467 if (!DUK_ISFINITE(x)) { in duk__timeclip()
556 if (!DUK_ISFINITE(year) || !DUK_ISFINITE(month)) { in duk__make_day()
782 if (DUK_ISFINITE(d)) { in duk_bi_date_get_timeval_from_dparts()
1028 DUK_ASSERT(DUK_ISFINITE(d)); in duk__to_string_helper()
1083 DUK_ASSERT(DUK_ISFINITE(d)); in duk__get_part_helper()
1113 DUK_ASSERT(DUK_ISFINITE(d) || DUK_ISNAN(d)); in duk__set_part_helper()
1115 if (DUK_ISFINITE(d)) { in duk__set_part_helper()
1189 if (DUK_ISFINITE(d)) { in duk__set_part_helper()
1557 DUK_ASSERT(DUK_ISFINITE(d) || DUK_ISNAN(d)); in duk_bi_date_prototype_value_of()
1574 if (!DUK_ISFINITE(d)) { in duk_bi_date_prototype_to_json()
[all …]
H A Dduk_bi_date_unix.c59 if (!DUK_ISFINITE(d)) { in duk_bi_date_get_local_tzoffset_gmtime()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_bi_date.c468 if (!DUK_ISFINITE(x)) { in duk__timeclip()
557 if (!DUK_ISFINITE(year) || !DUK_ISFINITE(month)) { in duk__make_day()
784 if (DUK_ISFINITE(d)) { in duk_bi_date_get_timeval_from_dparts()
1045 DUK_ASSERT(DUK_ISFINITE(d)); in duk__to_string_helper()
1100 DUK_ASSERT(DUK_ISFINITE(d)); in duk__get_part_helper()
1130 DUK_ASSERT(DUK_ISFINITE(d) || DUK_ISNAN(d)); in duk__set_part_helper()
1132 if (DUK_ISFINITE(d)) { in duk__set_part_helper()
1206 if (DUK_ISFINITE(d)) { in duk__set_part_helper()
1557 DUK_ASSERT(DUK_ISFINITE(d) || DUK_ISNAN(d)); in duk_bi_date_prototype_value_of()
1574 if (!DUK_ISFINITE(d)) { in duk_bi_date_prototype_to_json()
[all …]
H A Dduk_bi_date_unix.c62 if (!DUK_ISFINITE(d)) { in duk_bi_date_get_local_tzoffset_gmtime()
H A Dduk_bi_global.c692 duk_push_boolean(thr, (duk_bool_t) DUK_ISFINITE(d)); in duk_bi_global_object_is_finite()
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_bi_date.c468 if (!DUK_ISFINITE(x)) { in duk__timeclip()
557 if (!DUK_ISFINITE(year) || !DUK_ISFINITE(month)) { in duk__make_day()
784 if (DUK_ISFINITE(d)) { in duk_bi_date_get_timeval_from_dparts()
1045 DUK_ASSERT(DUK_ISFINITE(d)); in duk__to_string_helper()
1100 DUK_ASSERT(DUK_ISFINITE(d)); in duk__get_part_helper()
1130 DUK_ASSERT(DUK_ISFINITE(d) || DUK_ISNAN(d)); in duk__set_part_helper()
1132 if (DUK_ISFINITE(d)) { in duk__set_part_helper()
1206 if (DUK_ISFINITE(d)) { in duk__set_part_helper()
1557 DUK_ASSERT(DUK_ISFINITE(d) || DUK_ISNAN(d)); in duk_bi_date_prototype_value_of()
1574 if (!DUK_ISFINITE(d)) { in duk_bi_date_prototype_to_json()
[all …]
H A Dduk_bi_date_unix.c62 if (!DUK_ISFINITE(d)) { in duk_bi_date_get_local_tzoffset_gmtime()
H A Dduk_bi_global.c692 duk_push_boolean(thr, (duk_bool_t) DUK_ISFINITE(d)); in duk_bi_global_object_is_finite()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_bi_date.c468 if (!DUK_ISFINITE(x)) { in duk__timeclip()
557 if (!DUK_ISFINITE(year) || !DUK_ISFINITE(month)) { in duk__make_day()
784 if (DUK_ISFINITE(d)) { in duk_bi_date_get_timeval_from_dparts()
1045 DUK_ASSERT(DUK_ISFINITE(d)); in duk__to_string_helper()
1100 DUK_ASSERT(DUK_ISFINITE(d)); in duk__get_part_helper()
1130 DUK_ASSERT(DUK_ISFINITE(d) || DUK_ISNAN(d)); in duk__set_part_helper()
1132 if (DUK_ISFINITE(d)) { in duk__set_part_helper()
1206 if (DUK_ISFINITE(d)) { in duk__set_part_helper()
1557 DUK_ASSERT(DUK_ISFINITE(d) || DUK_ISNAN(d)); in duk_bi_date_prototype_value_of()
1574 if (!DUK_ISFINITE(d)) { in duk_bi_date_prototype_to_json()
[all …]
H A Dduk_bi_date_unix.c62 if (!DUK_ISFINITE(d)) { in duk_bi_date_get_local_tzoffset_gmtime()
H A Dduk_bi_global.c692 duk_push_boolean(thr, (duk_bool_t) DUK_ISFINITE(d)); in duk_bi_global_object_is_finite()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_bi_date.c468 if (!DUK_ISFINITE(x)) { in duk__timeclip()
557 if (!DUK_ISFINITE(year) || !DUK_ISFINITE(month)) { in duk__make_day()
784 if (DUK_ISFINITE(d)) { in duk_bi_date_get_timeval_from_dparts()
1045 DUK_ASSERT(DUK_ISFINITE(d)); in duk__to_string_helper()
1100 DUK_ASSERT(DUK_ISFINITE(d)); in duk__get_part_helper()
1130 DUK_ASSERT(DUK_ISFINITE(d) || DUK_ISNAN(d)); in duk__set_part_helper()
1132 if (DUK_ISFINITE(d)) { in duk__set_part_helper()
1206 if (DUK_ISFINITE(d)) { in duk__set_part_helper()
1557 DUK_ASSERT(DUK_ISFINITE(d) || DUK_ISNAN(d)); in duk_bi_date_prototype_value_of()
1574 if (!DUK_ISFINITE(d)) { in duk_bi_date_prototype_to_json()
[all …]
H A Dduk_bi_date_unix.c62 if (!DUK_ISFINITE(d)) { in duk_bi_date_get_local_tzoffset_gmtime()
H A Dduk_bi_global.c692 duk_push_boolean(thr, (duk_bool_t) DUK_ISFINITE(d)); in duk_bi_global_object_is_finite()
/dports/lang/duktape/duktape-2.6.0/config/header-snippets/
H A Dplatform_fillins.h.in196 #define DUK_ISFINITE duk_repl_isfinite macro
207 #define DUK_ISFINITE isfinite macro
/dports/lang/duktape-lib/duktape-2.6.0/config/header-snippets/
H A Dplatform_fillins.h.in196 #define DUK_ISFINITE duk_repl_isfinite macro
207 #define DUK_ISFINITE isfinite macro
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxembed/
H A Dduk_config.h2339 #define DUK_ISFINITE duk_repl_isfinite macro
2350 #define DUK_ISFINITE isfinite macro
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxembed/
H A Dduk_config.h2339 #define DUK_ISFINITE duk_repl_isfinite macro
2350 #define DUK_ISFINITE isfinite macro
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxembed/
H A Dduk_config.h2339 #define DUK_ISFINITE duk_repl_isfinite macro
2350 #define DUK_ISFINITE isfinite macro
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxembed/
H A Dduk_config.h2339 #define DUK_ISFINITE duk_repl_isfinite macro
2350 #define DUK_ISFINITE isfinite macro
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxembed/
H A Dduk_config.h2339 #define DUK_ISFINITE duk_repl_isfinite macro
2350 #define DUK_ISFINITE isfinite macro

1234