Home
last modified time | relevance | path

Searched refs:ndigits_stored (Results 1 – 3 of 3) sorted by relevance

/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-decimal128.c460 uint16_t ndigits_stored = 0; /* The number of digits in digits */ in bson_decimal128_from_string() local
508 if (ndigits_stored < 34) { in bson_decimal128_from_string()
516 ndigits_stored++; in bson_decimal128_from_string()
565 if (!ndigits_stored) { /* value is zero */ in bson_decimal128_from_string()
570 ndigits_stored = 1; in bson_decimal128_from_string()
573 last_digit = ndigits_stored - 1; in bson_decimal128_from_string()
616 ndigits_stored < ndigits) { in bson_decimal128_from_string()
629 if (ndigits_stored < ndigits) { in bson_decimal128_from_string()
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-decimal128.c459 uint16_t ndigits_stored = 0; /* The number of digits in digits */ in bson_decimal128_from_string() local
506 if (ndigits_stored < 34) { in bson_decimal128_from_string()
514 ndigits_stored++; in bson_decimal128_from_string()
563 if (!ndigits_stored) { /* value is zero */ in bson_decimal128_from_string()
568 ndigits_stored = 1; in bson_decimal128_from_string()
571 last_digit = ndigits_stored - 1; in bson_decimal128_from_string()
614 while (exponent < BSON_DECIMAL128_EXPONENT_MIN || ndigits_stored < ndigits) { in bson_decimal128_from_string()
627 if (ndigits_stored < ndigits) { in bson_decimal128_from_string()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-decimal128.c497 uint16_t ndigits_stored = 0; /* The number of digits in digits */ in bson_decimal128_from_string_w_len() local
545 if (ndigits_stored < 34) { in bson_decimal128_from_string_w_len()
553 ndigits_stored++; in bson_decimal128_from_string_w_len()
602 if (!ndigits_stored) { /* value is zero */ in bson_decimal128_from_string_w_len()
607 ndigits_stored = 1; in bson_decimal128_from_string_w_len()
610 last_digit = ndigits_stored - 1; in bson_decimal128_from_string_w_len()
653 while (exponent < BSON_DECIMAL128_EXPONENT_MIN || ndigits_stored < ndigits) { in bson_decimal128_from_string_w_len()
666 if (ndigits_stored < ndigits) { in bson_decimal128_from_string_w_len()