Searched refs:ll1 (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstoll.cc65 long long ll1 = 0; local
69 ll1 = stoll(one, 0, 16);
76 VERIFY( ll1 == 10 );
82 ll1 = stoll(one, &idx1, 8);
89 VERIFY( ll1 == 7 );
95 ll1 = stoll(one, &idx1, 2);
102 VERIFY( ll1 == 11 );
108 ll1 = stoll(one, &idx1, 0);
115 VERIFY( ll1 == 14 );
122 ll1
[all...]
H A Dto_string.cc34 long long ll1 = -2; local
35 string one(to_string(ll1));
H A Dstoi.cc182 long long ll1 = numeric_limits<int>::min(); local
183 --ll1;
184 string one(to_string(ll1));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstoll.cc66 long long ll1 = 0; local
70 ll1 = stoll(one, 0, 16);
77 VERIFY( ll1 == 10 );
83 ll1 = stoll(one, &idx1, 8);
90 VERIFY( ll1 == 7 );
96 ll1 = stoll(one, &idx1, 2);
103 VERIFY( ll1 == 11 );
109 ll1 = stoll(one, &idx1, 0);
116 VERIFY( ll1 == 14 );
123 ll1
[all...]
H A Dto_wstring.cc35 long long ll1 = -2; local
36 wstring one(to_wstring(ll1));
H A Dstoi.cc183 long long ll1 = numeric_limits<int>::min(); local
184 --ll1;
185 wstring one(to_wstring(ll1));
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dabs_1.c30 volatile long long ll0 = 0LL, ll1 = 1LL, llm1 = -1LL; local
35 if (abs64 (ll1) != 1LL)
44 if (abs64_in_dreg (ll1) != 1LL)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dabs-2.c22 volatile long long ll0 = 0LL, ll1 = 1LL, llm1 = -1LL; local
70 if (llabs (ll1) != 1LL)
H A Dabs-3.c18 volatile long long ll0 = 0LL, ll1 = 1LL, llm1 = -1LL; local
66 if (__builtin_llabs (ll1) != 1LL)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D16.cc46 long long ll01, ll1 = numeric_limits<long long>::max(); local
162 ss << ll1; local
166 VERIFY( ll01 == ll1 );
171 ss << ll1 << '6'; local
H A D1.cc134 long long ll1 = 9223372036854775807LL; local
141 VERIFY( ll == ll1 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D1.cc133 long long ll1 = 9223372036854775807LL; local
140 VERIFY( ll == ll1 );
H A D16.cc46 long long ll01, ll1 = numeric_limits<long long>::max(); local
162 ss << ll1; local
166 VERIFY( ll01 == ll1 );
171 ss << ll1 << L'6';
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D1.cc148 long long ll1 = 9223372036854775807LL; local
152 np.put(oss.rdbuf(), oss, '+', ll1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dexcess-precision-3.c63 volatile long long ll1 = 0x4000000000000001ll; variable
79 if ((float)ll1 != 0x1.0p62f)
83 if ((double)ll1 != 0x1.0p62)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D1.cc148 long long ll1 = 9223372036854775807LL; local
152 np.put(oss.rdbuf(), oss, L'+', ll1);

Completed in 121 milliseconds