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/ |
D | duk_numconv.c | 1131 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/ |
D | duk_numconv.c | 1131 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/ |
D | duktape.c | 76132 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/ |
D | duktape.c | 76534 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/ |
D | duktape.c | 76247 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/ |
D | duktape.c | 76419 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));
|