Home
last modified time | relevance | path

Searched refs:ull1 (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01()
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; in test01() local
69 ull1 = stoull(one, 0, 16); in test01()
76 VERIFY( ull1 == 10 ); in test01()
82 ull1 = stoull(one, &idx1, 8); in test01()
89 VERIFY( ull1 == 7 ); in test01()
102 VERIFY( ull1 == 11 ); in test01()
115 VERIFY( ull1 == 14 ); in test01()
122 ull1 = stoull(one); in test01()
132 VERIFY( ull1 == 14 ); in test01()
137 string one(to_string(ull1)); in test01()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstoull.cc66 unsigned long long ull1 = 0; in test01() local
70 ull1 = stoull(one, 0, 16); in test01()
77 VERIFY( ull1 == 10 ); in test01()
83 ull1 = stoull(one, &idx1, 8); in test01()
90 VERIFY( ull1 == 7 ); in test01()
103 VERIFY( ull1 == 11 ); in test01()
116 VERIFY( ull1 == 14 ); in test01()
123 ull1 = stoull(one); in test01()
133 VERIFY( ull1 == 14 ); in test01()
138 wstring one(to_wstring(ull1)); in test01()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstoull.cc66 unsigned long long ull1 = 0; in test01() local
70 ull1 = stoull(one, 0, 16); in test01()
77 VERIFY( ull1 == 10 ); in test01()
83 ull1 = stoull(one, &idx1, 8); in test01()
90 VERIFY( ull1 == 7 ); in test01()
103 VERIFY( ull1 == 11 ); in test01()
116 VERIFY( ull1 == 14 ); in test01()
123 ull1 = stoull(one); in test01()
133 VERIFY( ull1 == 14 ); in test01()
138 wstring one(to_wstring(ull1)); in test01()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstoull.cc66 unsigned long long ull1 = 0; in test01() local
70 ull1 = stoull(one, 0, 16); in test01()
77 VERIFY( ull1 == 10 ); in test01()
83 ull1 = stoull(one, &idx1, 8); in test01()
90 VERIFY( ull1 == 7 ); in test01()
103 VERIFY( ull1 == 11 ); in test01()
116 VERIFY( ull1 == 14 ); in test01()
123 ull1 = stoull(one); in test01()
133 VERIFY( ull1 == 14 ); in test01()
138 wstring one(to_wstring(ull1)); in test01()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstoull.cc66 unsigned long long ull1 = 0; in test01() local
70 ull1 = stoull(one, 0, 16); in test01()
77 VERIFY( ull1 == 10 ); in test01()
83 ull1 = stoull(one, &idx1, 8); in test01()
90 VERIFY( ull1 == 7 ); in test01()
96 ull1 = stoull(one, &idx1, 2); in test01()
103 VERIFY( ull1 == 11 ); in test01()
116 VERIFY( ull1 == 14 ); in test01()
123 ull1 = stoull(one); in test01()
133 VERIFY( ull1 == 14 ); in test01()
[all …]

12345678910>>...13