Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dminus1.pass.cpp43 void test_dec(const char *expected) in test_dec() function
86 test_dec<uint16_t>( "65535"); in main()
87 test_dec< int16_t>( "-1"); in main()
88 test_dec<uint32_t>( "4294967295"); in main()
89 test_dec< int32_t>( "-1"); in main()
90 test_dec<uint64_t>("18446744073709551615"); in main()
91 test_dec< int64_t>( "-1"); in main()
93 test_dec<unsigned long>("18446744073709551615"); in main()
94 test_dec< long>( "-1"); in main()
97 test_dec<unsigned long long>("18446744073709551615"); in main()
[all …]