Home
last modified time | relevance | path

Searched refs:roundup_limit (Results 1 – 6 of 6) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_numconv.c1131 duk_uint8_t roundup_limit; in duk__dragon4_fixed_format_round() local
1159 roundup_limit = (duk_uint8_t) ((nc_ctx->B + 1) / 2); in duk__dragon4_fixed_format_round()
1162 if (*p >= roundup_limit) { in duk__dragon4_fixed_format_round()
1180 … (long) nc_ctx->B, (long) roundup_limit, (void *) p, (void *) nc_ctx->digits)); in duk__dragon4_fixed_format_round()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_numconv.c1131 duk_uint8_t roundup_limit; in duk__dragon4_fixed_format_round() local
1159 roundup_limit = (duk_uint8_t) ((nc_ctx->B + 1) / 2); in duk__dragon4_fixed_format_round()
1162 if (*p >= roundup_limit) { in duk__dragon4_fixed_format_round()
1180 … (long) nc_ctx->B, (long) roundup_limit, (void *) p, (void *) nc_ctx->digits)); in duk__dragon4_fixed_format_round()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c76132 duk_uint8_t roundup_limit; local
76160 roundup_limit = (duk_uint8_t) ((nc_ctx->B + 1) / 2);
76163 if (*p >= roundup_limit) {
76181 … (long) nc_ctx->B, (long) roundup_limit, (void *) p, (void *) nc_ctx->digits));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c76534 duk_uint8_t roundup_limit; local
76562 roundup_limit = (duk_uint8_t) ((nc_ctx->B + 1) / 2);
76565 if (*p >= roundup_limit) {
76583 … (long) nc_ctx->B, (long) roundup_limit, (void *) p, (void *) nc_ctx->digits));
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c76247 duk_uint8_t roundup_limit; local
76275 roundup_limit = (duk_uint8_t) ((nc_ctx->B + 1) / 2);
76278 if (*p >= roundup_limit) {
76296 … (long) nc_ctx->B, (long) roundup_limit, (void *) p, (void *) nc_ctx->digits));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c76419 duk_uint8_t roundup_limit; local
76447 roundup_limit = (duk_uint8_t) ((nc_ctx->B + 1) / 2);
76450 if (*p >= roundup_limit) {
76468 … (long) nc_ctx->B, (long) roundup_limit, (void *) p, (void *) nc_ctx->digits));