Searched refs:ull1 (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoull.cc65 unsigned long long ull1 = 0; local
69 ull1 = stoull(one, 0, 16);
76 VERIFY( ull1 == 10 );
82 ull1 = stoull(one, &idx1, 8);
89 VERIFY( ull1 == 7 );
95 ull1 = stoull(one, &idx1, 2);
102 VERIFY( ull1 == 11 );
108 ull1 = stoull(one, &idx1, 0);
115 VERIFY( ull1 == 14 );
122 ull1
[all...]
H A Dto_string.cc42 unsigned long long ull1 = 2; local
43 string three(to_string(ull1));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstoull.cc66 unsigned long long ull1 = 0; local
70 ull1 = stoull(one, 0, 16);
77 VERIFY( ull1 == 10 );
83 ull1 = stoull(one, &idx1, 8);
90 VERIFY( ull1 == 7 );
96 ull1 = stoull(one, &idx1, 2);
103 VERIFY( ull1 == 11 );
109 ull1 = stoull(one, &idx1, 0);
116 VERIFY( ull1 == 14 );
123 ull1
[all...]
H A Dto_wstring.cc43 unsigned long long ull1 = 2; local
44 wstring three(to_wstring(ull1));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D15565.cc49 unsigned long long ull1 = 31ULL; local
53 np.put(oss.rdbuf(), oss, ' ', ull1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D15565.cc49 unsigned long long ull1 = 31ULL; local
53 np.put(oss.rdbuf(), oss, L' ', ull1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D15565.cc50 unsigned long long ull1 = 31ULL; local
54 np.put(oss.rdbuf(), oss, ' ', ull1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D15565.cc50 unsigned long long ull1 = 31ULL; local
54 np.put(oss.rdbuf(), oss, L' ', ull1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dexcess-precision-3.c57 volatile unsigned long long ull1 = 0x8000000000000001ull; variable
74 if ((float)ull1 != 0x1.0p63f)
78 if ((double)ull1 != 0x1.0p63)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D16.cc45 unsigned long long ull0, ull1 = numeric_limits<unsigned long long>::max(); local
144 ss << ull1 << ' '; local
148 VERIFY( ull0 == ull1 );
153 ss << ull1 << '5'; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D16.cc46 unsigned long long ull0, ull1 = numeric_limits<unsigned long long>::max(); local
145 ss << ull1 << ' '; local
149 VERIFY( ull0 == ull1 );
154 ss << ull1 << '5'; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D16.cc45 unsigned long long ull0, ull1 = numeric_limits<unsigned long long>::max(); local
144 ss << ull1 << L' ';
148 VERIFY( ull0 == ull1 );
153 ss << ull1 << L'5';
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D16.cc46 unsigned long long ull0, ull1 = numeric_limits<unsigned long long>::max(); local
145 ss << ull1 << L' ';
149 VERIFY( ull0 == ull1 );
154 ss << ull1 << L'5';

Completed in 83 milliseconds