Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_numconv.c1128 …_t duk__dragon4_fixed_format_round(duk__numconv_stringify_ctx *nc_ctx, duk_small_int_t round_idx) { in duk__dragon4_fixed_format_round() argument
1141 if (round_idx >= nc_ctx->count) { in duk__dragon4_fixed_format_round()
1143 (long) round_idx, (long) nc_ctx->count)); in duk__dragon4_fixed_format_round()
1145 } else if (round_idx < 0) { in duk__dragon4_fixed_format_round()
1147 (long) round_idx)); in duk__dragon4_fixed_format_round()
1161 p = &nc_ctx->digits[round_idx]; in duk__dragon4_fixed_format_round()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_numconv.c1128 …_t duk__dragon4_fixed_format_round(duk__numconv_stringify_ctx *nc_ctx, duk_small_int_t round_idx) { in duk__dragon4_fixed_format_round() argument
1141 if (round_idx >= nc_ctx->count) { in duk__dragon4_fixed_format_round()
1143 (long) round_idx, (long) nc_ctx->count)); in duk__dragon4_fixed_format_round()
1145 } else if (round_idx < 0) { in duk__dragon4_fixed_format_round()
1147 (long) round_idx)); in duk__dragon4_fixed_format_round()
1161 p = &nc_ctx->digits[round_idx]; in duk__dragon4_fixed_format_round()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c76129 …_t duk__dragon4_fixed_format_round(duk__numconv_stringify_ctx *nc_ctx, duk_small_int_t round_idx) { argument
76142 if (round_idx >= nc_ctx->count) {
76144 (long) round_idx, (long) nc_ctx->count));
76146 } else if (round_idx < 0) {
76148 (long) round_idx));
76162 p = &nc_ctx->digits[round_idx];
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c76531 …_t duk__dragon4_fixed_format_round(duk__numconv_stringify_ctx *nc_ctx, duk_small_int_t round_idx) { argument
76544 if (round_idx >= nc_ctx->count) {
76546 (long) round_idx, (long) nc_ctx->count));
76548 } else if (round_idx < 0) {
76550 (long) round_idx));
76564 p = &nc_ctx->digits[round_idx];
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c76244 …_t duk__dragon4_fixed_format_round(duk__numconv_stringify_ctx *nc_ctx, duk_small_int_t round_idx) { argument
76257 if (round_idx >= nc_ctx->count) {
76259 (long) round_idx, (long) nc_ctx->count));
76261 } else if (round_idx < 0) {
76263 (long) round_idx));
76277 p = &nc_ctx->digits[round_idx];
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c76416 …_t duk__dragon4_fixed_format_round(duk__numconv_stringify_ctx *nc_ctx, duk_small_int_t round_idx) { argument
76429 if (round_idx >= nc_ctx->count) {
76431 (long) round_idx, (long) nc_ctx->count));
76433 } else if (round_idx < 0) {
76435 (long) round_idx));
76449 p = &nc_ctx->digits[round_idx];