Home
last modified time | relevance | path

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

/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-decimal128.c468 uint64_t significand_low = 0; /* The low 17 digits of the significand */ in bson_decimal128_from_string() local
678 significand_low = 0; /* The low 17 digits of the significand */ in bson_decimal128_from_string()
682 significand_low = 0; in bson_decimal128_from_string()
685 significand_low = digits[d_idx++]; in bson_decimal128_from_string()
688 significand_low *= 10; in bson_decimal128_from_string()
689 significand_low += digits[d_idx]; in bson_decimal128_from_string()
701 significand_low = digits[d_idx++]; in bson_decimal128_from_string()
704 significand_low *= 10; in bson_decimal128_from_string()
705 significand_low += digits[d_idx]; in bson_decimal128_from_string()
712 significand.low += significand_low; in bson_decimal128_from_string()
[all …]
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-decimal128.c466 uint64_t significand_low = 0; /* The low 17 digits of the significand */ in bson_decimal128_from_string() local
674 significand_low = 0; /* The low 17 digits of the significand */ in bson_decimal128_from_string()
678 significand_low = 0; in bson_decimal128_from_string()
681 significand_low = digits[d_idx++]; in bson_decimal128_from_string()
684 significand_low *= 10; in bson_decimal128_from_string()
685 significand_low += digits[d_idx]; in bson_decimal128_from_string()
697 significand_low = digits[d_idx++]; in bson_decimal128_from_string()
700 significand_low *= 10; in bson_decimal128_from_string()
701 significand_low += digits[d_idx]; in bson_decimal128_from_string()
706 significand.low += significand_low; in bson_decimal128_from_string()
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-decimal128.c504 uint64_t significand_low = 0; /* The low 17 digits of the significand */ in bson_decimal128_from_string_w_len() local
713 significand_low = 0; /* The low 17 digits of the significand */ in bson_decimal128_from_string_w_len()
717 significand_low = 0; in bson_decimal128_from_string_w_len()
720 significand_low = digits[d_idx++]; in bson_decimal128_from_string_w_len()
723 significand_low *= 10; in bson_decimal128_from_string_w_len()
724 significand_low += digits[d_idx]; in bson_decimal128_from_string_w_len()
736 significand_low = digits[d_idx++]; in bson_decimal128_from_string_w_len()
739 significand_low *= 10; in bson_decimal128_from_string_w_len()
740 significand_low += digits[d_idx]; in bson_decimal128_from_string_w_len()
745 significand.low += significand_low; in bson_decimal128_from_string_w_len()
[all …]