Home
last modified time | relevance | path

Searched refs:stoul (Results 1 – 25 of 919) sorted by relevance

12345678910>>...37

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/string.conversions/
H A Dstoul.pass.cpp22 assert(std::stoul("0") == 0); in main()
23 assert(std::stoul(L"0") == 0); in main()
24 assert(std::stoul("-0") == 0); in main()
25 assert(std::stoul(L"-0") == 0); in main()
26 assert(std::stoul(" 10") == 10); in main()
38 std::stoul("", &idx); in main()
47 std::stoul(L"", &idx); in main()
56 std::stoul(" - 8", &idx); in main()
65 std::stoul(L" - 8", &idx); in main()
74 std::stoul("a1", &idx); in main()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/string.conversions/
H A Dstoul.pass.cpp26 assert(std::stoul("0") == 0); in main()
27 assert(std::stoul(L"0") == 0); in main()
28 assert(std::stoul("-0") == 0); in main()
29 assert(std::stoul(L"-0") == 0); in main()
30 assert(std::stoul(" 10") == 10); in main()
42 std::stoul("", &idx); in main()
51 std::stoul(L"", &idx); in main()
60 std::stoul(" - 8", &idx); in main()
69 std::stoul(L" - 8", &idx); in main()
78 std::stoul("a1", &idx); in main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/strings/string.conversions/
H A Dstoul.pass.cpp22 assert(std::stoul("0") == 0); in main()
23 assert(std::stoul(L"0") == 0); in main()
24 assert(std::stoul("-0") == 0); in main()
25 assert(std::stoul(L"-0") == 0); in main()
26 assert(std::stoul(" 10") == 10); in main()
38 std::stoul("", &idx); in main()
47 std::stoul(L"", &idx); in main()
56 std::stoul(" - 8", &idx); in main()
65 std::stoul(L" - 8", &idx); in main()
74 std::stoul("a1", &idx); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/strings/string.conversions/
H A Dstoul.pass.cpp26 assert(std::stoul("0") == 0); in main()
27 assert(std::stoul(L"0") == 0); in main()
28 assert(std::stoul("-0") == 0); in main()
29 assert(std::stoul(L"-0") == 0); in main()
30 assert(std::stoul(" 10") == 10); in main()
42 std::stoul("", &idx); in main()
51 std::stoul(L"", &idx); in main()
60 std::stoul(" - 8", &idx); in main()
69 std::stoul(L" - 8", &idx); in main()
78 std::stoul("a1", &idx); in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/strings/string.conversions/
H A Dstoul.pass.cpp22 assert(std::stoul("0") == 0); in main()
23 assert(std::stoul(L"0") == 0); in main()
24 assert(std::stoul("-0") == 0); in main()
25 assert(std::stoul(L"-0") == 0); in main()
26 assert(std::stoul(" 10") == 10); in main()
38 std::stoul("", &idx); in main()
47 std::stoul(L"", &idx); in main()
56 std::stoul(" - 8", &idx); in main()
65 std::stoul(L" - 8", &idx); in main()
74 std::stoul("a1", &idx); in main()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/strings/string.conversions/
H A Dstoul.pass.cpp26 assert(std::stoul("0") == 0); in main()
27 assert(std::stoul(L"0") == 0); in main()
28 assert(std::stoul("-0") == 0); in main()
29 assert(std::stoul(L"-0") == 0); in main()
30 assert(std::stoul(" 10") == 10); in main()
42 std::stoul("", &idx); in main()
51 std::stoul(L"", &idx); in main()
60 std::stoul(" - 8", &idx); in main()
69 std::stoul(L" - 8", &idx); in main()
78 std::stoul("a1", &idx); in main()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/strings/string.conversions/
H A Dstoul.pass.cpp22 assert(std::stoul("0") == 0); in main()
23 assert(std::stoul(L"0") == 0); in main()
24 assert(std::stoul("-0") == 0); in main()
25 assert(std::stoul(L"-0") == 0); in main()
26 assert(std::stoul(" 10") == 10); in main()
38 std::stoul("", &idx); in main()
47 std::stoul(L"", &idx); in main()
56 std::stoul(" - 8", &idx); in main()
65 std::stoul(L" - 8", &idx); in main()
74 std::stoul("a1", &idx); in main()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/strings/string.conversions/
H A Dstoul.pass.cpp22 assert(std::stoul("0") == 0); in main()
23 assert(std::stoul(L"0") == 0); in main()
24 assert(std::stoul("-0") == 0); in main()
25 assert(std::stoul(L"-0") == 0); in main()
26 assert(std::stoul(" 10") == 10); in main()
38 std::stoul("", &idx); in main()
47 std::stoul(L"", &idx); in main()
56 std::stoul(" - 8", &idx); in main()
65 std::stoul(L" - 8", &idx); in main()
74 std::stoul("a1", &idx); in main()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/strings/string.conversions/
H A Dstoul.pass.cpp22 assert(std::stoul("0") == 0); in main()
23 assert(std::stoul(L"0") == 0); in main()
24 assert(std::stoul("-0") == 0); in main()
25 assert(std::stoul(L"-0") == 0); in main()
26 assert(std::stoul(" 10") == 10); in main()
38 std::stoul("", &idx); in main()
47 std::stoul(L"", &idx); in main()
56 std::stoul(" - 8", &idx); in main()
65 std::stoul(L" - 8", &idx); in main()
74 std::stoul("a1", &idx); in main()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/strings/string.conversions/
H A Dstoul.pass.cpp22 assert(std::stoul("0") == 0);
23 assert(std::stoul(L"0") == 0);
24 assert(std::stoul("-0") == 0);
25 assert(std::stoul(L"-0") == 0);
26 assert(std::stoul(" 10") == 10);
38 std::stoul("", &idx);
47 std::stoul(L"", &idx);
56 std::stoul(" - 8", &idx);
65 std::stoul(L" - 8", &idx);
74 std::stoul("a1", &idx);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/strings/string.conversions/
H A Dstoul.pass.cpp22 assert(std::stoul("0") == 0); in main()
23 assert(std::stoul("-0") == 0); in main()
24 assert(std::stoul(" 10") == 10); in main()
34 std::stoul("", &idx); in main()
43 std::stoul(" - 8", &idx); in main()
52 std::stoul("a1", &idx); in main()
71 assert(std::stoul(L"0") == 0); in main()
72 assert(std::stoul(L"-0") == 0); in main()
73 assert(std::stoul(L" 10") == 10); in main()
83 std::stoul(L"", &idx); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/utils/google-benchmark/test/
H A Dstring_util_gtest.cc9 TEST(StringUtilTest, stoul) { in TEST() argument
12 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
17 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
22 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
28 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
40 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
45 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
50 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
55 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
60 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/google-benchmark/test/
H A Dstring_util_gtest.cc9 TEST(StringUtilTest, stoul) { in TEST() argument
12 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
17 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
22 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
28 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
40 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
45 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
50 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
55 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
60 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/utils/google-benchmark/test/
H A Dstring_util_gtest.cc9 TEST(StringUtilTest, stoul) { in TEST() argument
12 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
17 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
22 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
28 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
40 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
45 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
50 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
55 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
60 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/utils/google-benchmark/test/
H A Dstring_util_gtest.cc9 TEST(StringUtilTest, stoul) { in TEST() argument
12 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
17 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
22 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
28 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
40 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
45 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
50 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
55 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
60 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/test/
H A Dstring_util_gtest.cc10 TEST(StringUtilTest, stoul) { in TEST() argument
13 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
18 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
23 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
29 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
41 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
46 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
51 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
56 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
61 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/benchmark-1.5.0/test/
H A Dstring_util_gtest.cc9 TEST(StringUtilTest, stoul) { in TEST() argument
12 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
17 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
22 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
28 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
40 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
45 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
50 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
55 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
60 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/benchmark-1.5.0/test/
H A Dstring_util_gtest.cc9 TEST(StringUtilTest, stoul) { in TEST() argument
12 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
17 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
22 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
28 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
40 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
45 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
50 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
55 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
60 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/utils/google-benchmark/test/
H A Dstring_util_gtest.cc9 TEST(StringUtilTest, stoul) { in TEST() argument
12 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
17 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
22 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
28 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
40 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
45 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
50 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
55 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
60 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/utils/google-benchmark/test/
H A Dstring_util_gtest.cc9 TEST(StringUtilTest, stoul) { in TEST() argument
12 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
17 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
22 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
28 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
40 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
45 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
50 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
55 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
60 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/utils/google-benchmark/test/
H A Dstring_util_gtest.cc9 TEST(StringUtilTest, stoul) { in TEST() argument
12 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
17 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
22 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
28 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
40 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
45 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
50 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
55 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
60 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/science/conduit/conduit-0.8.0/src/blt/thirdparty_builtin/benchmark-1.5.0/test/
H A Dstring_util_gtest.cc9 TEST(StringUtilTest, stoul) { in TEST() argument
12 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
17 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
22 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
28 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
40 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
45 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
50 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
55 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
60 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/googlebenchmark/test/
H A Dstring_util_gtest.cc9 TEST(StringUtilTest, stoul) { in TEST() argument
12 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
17 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
22 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
28 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
40 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
45 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
50 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
55 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
60 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/test/
H A Dstring_util_gtest.cc10 TEST(StringUtilTest, stoul) { in TEST() argument
13 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
18 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
23 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
29 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
41 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
46 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
51 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
56 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
61 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/utils/google-benchmark/test/
H A Dstring_util_gtest.cc10 TEST(StringUtilTest, stoul) { in TEST() argument
13 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
18 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
23 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
29 EXPECT_EQ(0xFFFFFFFFul, benchmark::stoul("4294967295", &pos)); in TEST()
41 EXPECT_EQ(10ul, benchmark::stoul("1010", &pos, 2)); in TEST()
46 EXPECT_EQ(520ul, benchmark::stoul("1010", &pos, 8)); in TEST()
51 EXPECT_EQ(1010ul, benchmark::stoul("1010", &pos, 10)); in TEST()
56 EXPECT_EQ(4112ul, benchmark::stoul("1010", &pos, 16)); in TEST()
61 EXPECT_EQ(0xBEEFul, benchmark::stoul("BEEF", &pos, 16)); in TEST()
[all …]

12345678910>>...37