Home
last modified time | relevance | path

Searched refs:bson_decimal128_from_string (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/libbson/libbson-1.8.1/tests/
H A Dtest-decimal128.c275 bson_decimal128_from_string (".", &dec); in test_decimal128_from_string__invalid_inputs()
277 bson_decimal128_from_string (".e", &dec); in test_decimal128_from_string__invalid_inputs()
279 bson_decimal128_from_string ("", &dec); in test_decimal128_from_string__invalid_inputs()
283 bson_decimal128_from_string ("in", &dec); in test_decimal128_from_string__invalid_inputs()
285 bson_decimal128_from_string ("i", &dec); in test_decimal128_from_string__invalid_inputs()
287 bson_decimal128_from_string ("E02", &dec); in test_decimal128_from_string__invalid_inputs()
289 bson_decimal128_from_string ("..1", &dec); in test_decimal128_from_string__invalid_inputs()
319 bson_decimal128_from_string ("1e", &dec); in test_decimal128_from_string__nan()
378 bson_decimal128_from_string ("1", &one); in test_decimal128_from_string__simple()
380 bson_decimal128_from_string ("0", &zero); in test_decimal128_from_string__simple()
[all …]
H A Dtest-value.c117 BSON_ASSERT (bson_decimal128_from_string ("123.5", &dec)); in test_value_decimal128()
H A Dtest-bson-corpus.c233 ASSERT (!bson_decimal128_from_string (test->str, &dec)); in test_bson_corpus_parse_error()
H A Dtest-bcon-extract.c41 bson_decimal128_from_string ("12", &dec); in test_decimal128()
H A Dtest-bcon-basic.c45 bson_decimal128_from_string ("120E20", &dec); in test_decimal128()
/dports/devel/libbson/libbson-1.8.1/doc/
H A Dbson_decimal128_from_string.rst1 :man_page: bson_decimal128_from_string
3 bson_decimal128_from_string()
12 bson_decimal128_from_string (const char *string, bson_decimal128_t *dec);
40 bson_decimal128_from_string ("1.00", &dec);
H A Dbson_decimal128_t.rst44 bson_decimal128_from_string
61 bson_decimal128_from_string ("100.00", &decimal128);
/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-decimal128.h56 bson_decimal128_from_string (const char *string,
H A Dbson-decimal128.c439 bson_decimal128_from_string (const char *string, /* IN */ in bson_decimal128_from_string() function
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-decimal128.h56 bson_decimal128_from_string (const char *string, bson_decimal128_t *dec);
H A Dbson-decimal128.c438 bson_decimal128_from_string (const char *string, /* IN */ in bson_decimal128_from_string() function
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-decimal128.h54 bson_decimal128_from_string (const char *string, bson_decimal128_t *dec);
H A Dbson-decimal128.c442 bson_decimal128_from_string (const char *string, /* IN */ in bson_decimal128_from_string() function
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/BSON/
H A DDecimal128.c35 if (!bson_decimal128_from_string(value, &intern->decimal)) { in php_phongo_decimal128_init()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dtabjmg.cpp591 if (bson_decimal128_from_string(Value->GetCharValue(), &dec))
H A Dcmgoconn.cpp1056 if (bson_decimal128_from_string(value->GetCharValue(), &dec)) in AddValue()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dtabjmg.cpp591 if (bson_decimal128_from_string(Value->GetCharValue(), &dec))
H A Dcmgoconn.cpp1056 if (bson_decimal128_from_string(value->GetCharValue(), &dec)) in AddValue()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dtabjmg.cpp591 if (bson_decimal128_from_string(Value->GetCharValue(), &dec))
H A Dcmgoconn.cpp1056 if (bson_decimal128_from_string(value->GetCharValue(), &dec)) in AddValue()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dtabjmg.cpp591 if (bson_decimal128_from_string(Value->GetCharValue(), &dec))
H A Dcmgoconn.cpp1056 if (bson_decimal128_from_string(value->GetCharValue(), &dec)) in AddValue()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dtabjmg.cpp591 if (bson_decimal128_from_string(Value->GetCharValue(), &dec))
H A Dcmgoconn.cpp1056 if (bson_decimal128_from_string(value->GetCharValue(), &dec))
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dtabjmg.cpp591 if (bson_decimal128_from_string(Value->GetCharValue(), &dec))

12