Home
last modified time | relevance | path

Searched +defs:B +defs:y (Results 1 – 25 of 22480) sorted by relevance

12345678910>>...900

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCUDA/
H A Ddevice-use-host-var.cu15 struct B { struct
17 B() {} in B() argument
18 B(T _x) { x = _x; } in B() argument
19 static const B<T> y; argument
23 struct B<int> { struct
25 B() { x = 1; } in B() function
26 static const B<int> y; argument
30 const B<T> B<T>::y; member in B<T>
32 const B<int> B<int>::y; member in B<int>
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCUDA/
H A Ddevice-use-host-var.cu15 struct B { struct
17 B() {} in B() argument
18 B(T _x) { x = _x; } in B() argument
19 static const B<T> y; argument
23 struct B<int> { struct
25 B() { x = 1; } in B() argument
26 static const B<int> y; argument
30 const B<T> B<T>::y; member in B<T>
32 const B<int> B<int>::y; member in B<int>
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCUDA/
H A Ddevice-use-host-var.cu15 struct B { struct
17 B() {} in B() argument
18 B(T _x) { x = _x; } in B() function
19 static const B<T> y; argument
23 struct B<int> { struct
25 B() { x = 1; } in B() argument
26 static const B<int> y; argument
30 const B<T> B<T>::y; member in B<T>
32 const B<int> B<int>::y; member in B<int>
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCUDA/
H A Ddevice-use-host-var.cu15 struct B { struct
17 B() {} in B() argument
18 B(T _x) { x = _x; } in B() argument
19 static const B<T> y; argument
23 struct B<int> { struct
25 B() { x = 1; } in B() function
26 static const B<int> y; argument
30 const B<T> B<T>::y; member in B<T>
32 const B<int> B<int>::y; member in B<int>
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCUDA/
H A Ddevice-use-host-var.cu15 struct B { struct
17 B() {} in B() function
18 B(T _x) { x = _x; } in B() function
19 static const B<T> y; argument
23 struct B<int> { struct
25 B() { x = 1; } in B() function
26 static const B<int> y; argument
30 const B<T> B<T>::y; member in B<T>
32 const B<int> B<int>::y; member in B<int>
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCUDA/
H A Ddevice-use-host-var.cu15 struct B { struct
17 B() {} in B() argument
18 B(T _x) { x = _x; } in B() function
19 static const B<T> y; argument
23 struct B<int> { struct
25 B() { x = 1; } in B() argument
26 static const B<int> y; argument
30 const B<T> B<T>::y; member in B<T>
32 const B<int> B<int>::y; member in B<int>
/dports/devel/xtl-quant-stack/xtl-0.7.4/test/
H A Dtest_common_macros.hpp39 #define TEST(A,B) TEST_CASE(#A"."#B ) argument
40 #define EXPECT_EQ(A,B) CHECK_EQ(A,B) argument
41 #define EXPECT_NE(A,B) CHECK_NE(A,B) argument
42 #define EXPECT_LE(A,B) CHECK_LE(A,B) argument
43 #define EXPECT_GE(A,B) CHECK_GE(A,B) argument
44 #define EXPECT_LT(A,B) CHECK_LT(A,B) argument
45 #define EXPECT_GT(A,B) CHECK_GT(A,B) argument
54 #define EXPECT_COMPLEX_APPROX_EQ(x,y)\ argument
58 #define ASSERT_EQ(A,B) REQUIRE_EQ(A,B) argument
59 #define ASSERT_NE(A,B) REQUIRE_NE(A,B) argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Duzp2_2.c17 #define PERM0(B) B, B + 2 argument
18 #define PERM1(B) PERM0 (B), PERM0 (B + 4) argument
19 #define PERM2(B) PERM1 (B), PERM1 (B + 8) argument
20 #define PERM3(B) PERM2 (B), PERM2 (B + 16) argument
21 #define PERM4(B) PERM3 (B), PERM3 (B + 32) argument
22 #define PERM5(B) PERM4 (B), PERM4 (B + 64) argument
23 #define PERM6(B) PERM5 (B), PERM5 (B + 128) argument
56 qi_uzp2_h_two_op (v128qi x, v128qi y) in qi_uzp2_h_two_op()
92 qi_uzp2_s_two_op (v64qi x, v64qi y) in qi_uzp2_s_two_op()
128 qi_uzp2_d_two_op (v32qi x, v32qi y) in qi_uzp2_d_two_op()
[all …]
H A Duzp1_2.c17 #define PERM0(B) B, B + 2 argument
18 #define PERM1(B) PERM0 (B), PERM0 (B + 4) argument
19 #define PERM2(B) PERM1 (B), PERM1 (B + 8) argument
20 #define PERM3(B) PERM2 (B), PERM2 (B + 16) argument
21 #define PERM4(B) PERM3 (B), PERM3 (B + 32) argument
22 #define PERM5(B) PERM4 (B), PERM4 (B + 64) argument
23 #define PERM6(B) PERM5 (B), PERM5 (B + 128) argument
56 qi_uzp1_h_two_op (v128qi x, v128qi y) in qi_uzp1_h_two_op()
92 qi_uzp1_s_two_op (v64qi x, v64qi y) in qi_uzp1_s_two_op()
128 qi_uzp1_d_two_op (v32qi x, v32qi y) in qi_uzp1_d_two_op()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/sve/
H A Duzp2_2.c17 #define PERM0(B) B, B + 2 argument
18 #define PERM1(B) PERM0 (B), PERM0 (B + 4) argument
19 #define PERM2(B) PERM1 (B), PERM1 (B + 8) argument
20 #define PERM3(B) PERM2 (B), PERM2 (B + 16) argument
21 #define PERM4(B) PERM3 (B), PERM3 (B + 32) argument
22 #define PERM5(B) PERM4 (B), PERM4 (B + 64) argument
23 #define PERM6(B) PERM5 (B), PERM5 (B + 128) argument
56 qi_uzp2_h_two_op (v128qi x, v128qi y) in qi_uzp2_h_two_op()
92 qi_uzp2_s_two_op (v64qi x, v64qi y) in qi_uzp2_s_two_op()
128 qi_uzp2_d_two_op (v32qi x, v32qi y) in qi_uzp2_d_two_op()
[all …]
H A Duzp1_2.c17 #define PERM0(B) B, B + 2 argument
18 #define PERM1(B) PERM0 (B), PERM0 (B + 4) argument
19 #define PERM2(B) PERM1 (B), PERM1 (B + 8) argument
20 #define PERM3(B) PERM2 (B), PERM2 (B + 16) argument
21 #define PERM4(B) PERM3 (B), PERM3 (B + 32) argument
22 #define PERM5(B) PERM4 (B), PERM4 (B + 64) argument
23 #define PERM6(B) PERM5 (B), PERM5 (B + 128) argument
56 qi_uzp1_h_two_op (v128qi x, v128qi y) in qi_uzp1_h_two_op()
92 qi_uzp1_s_two_op (v64qi x, v64qi y) in qi_uzp1_s_two_op()
128 qi_uzp1_d_two_op (v32qi x, v32qi y) in qi_uzp1_d_two_op()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Duzp1_2.c17 #define PERM0(B) B, B + 2 argument
18 #define PERM1(B) PERM0 (B), PERM0 (B + 4) argument
19 #define PERM2(B) PERM1 (B), PERM1 (B + 8) argument
20 #define PERM3(B) PERM2 (B), PERM2 (B + 16) argument
21 #define PERM4(B) PERM3 (B), PERM3 (B + 32) argument
22 #define PERM5(B) PERM4 (B), PERM4 (B + 64) argument
23 #define PERM6(B) PERM5 (B), PERM5 (B + 128) argument
56 qi_uzp1_h_two_op (v128qi x, v128qi y) in qi_uzp1_h_two_op()
92 qi_uzp1_s_two_op (v64qi x, v64qi y) in qi_uzp1_s_two_op()
128 qi_uzp1_d_two_op (v32qi x, v32qi y) in qi_uzp1_d_two_op()
[all …]
H A Duzp2_2.c17 #define PERM0(B) B, B + 2 argument
18 #define PERM1(B) PERM0 (B), PERM0 (B + 4) argument
19 #define PERM2(B) PERM1 (B), PERM1 (B + 8) argument
20 #define PERM3(B) PERM2 (B), PERM2 (B + 16) argument
21 #define PERM4(B) PERM3 (B), PERM3 (B + 32) argument
22 #define PERM5(B) PERM4 (B), PERM4 (B + 64) argument
23 #define PERM6(B) PERM5 (B), PERM5 (B + 128) argument
56 qi_uzp2_h_two_op (v128qi x, v128qi y) in qi_uzp2_h_two_op()
92 qi_uzp2_s_two_op (v64qi x, v64qi y) in qi_uzp2_s_two_op()
128 qi_uzp2_d_two_op (v32qi x, v32qi y) in qi_uzp2_d_two_op()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/sve/
H A Duzp1_2.c17 #define PERM0(B) B, B + 2 argument
18 #define PERM1(B) PERM0 (B), PERM0 (B + 4) argument
19 #define PERM2(B) PERM1 (B), PERM1 (B + 8) argument
20 #define PERM3(B) PERM2 (B), PERM2 (B + 16) argument
21 #define PERM4(B) PERM3 (B), PERM3 (B + 32) argument
22 #define PERM5(B) PERM4 (B), PERM4 (B + 64) argument
23 #define PERM6(B) PERM5 (B), PERM5 (B + 128) argument
56 qi_uzp1_h_two_op (v128qi x, v128qi y) in qi_uzp1_h_two_op()
92 qi_uzp1_s_two_op (v64qi x, v64qi y) in qi_uzp1_s_two_op()
128 qi_uzp1_d_two_op (v32qi x, v32qi y) in qi_uzp1_d_two_op()
[all …]
H A Duzp2_2.c17 #define PERM0(B) B, B + 2 argument
18 #define PERM1(B) PERM0 (B), PERM0 (B + 4) argument
19 #define PERM2(B) PERM1 (B), PERM1 (B + 8) argument
20 #define PERM3(B) PERM2 (B), PERM2 (B + 16) argument
21 #define PERM4(B) PERM3 (B), PERM3 (B + 32) argument
22 #define PERM5(B) PERM4 (B), PERM4 (B + 64) argument
23 #define PERM6(B) PERM5 (B), PERM5 (B + 128) argument
56 qi_uzp2_h_two_op (v128qi x, v128qi y) in qi_uzp2_h_two_op()
92 qi_uzp2_s_two_op (v64qi x, v64qi y) in qi_uzp2_s_two_op()
128 qi_uzp2_d_two_op (v32qi x, v32qi y) in qi_uzp2_d_two_op()
[all …]
/dports/math/xtensor/xtensor-0.24.0/test/
H A Dtest_common_macros.hpp14 #define XT_EXPECT_THROW(x, y) #warning "XT_EXPECT_THROW IS DISABLED WHEN EXCEPTIONS ARE DISABLED" ; argument
15 #define XT_ASSERT_THROW(x, y) #warning "XT_ASSERT_THROW IS DISABLED WHEN EXCEPTIONS ARE DISABLED" ; argument
23 #define XT_EXPECT_THROW(x, y) CHECK_THROWS_AS(x, y); argument
24 #define XT_ASSERT_THROW(x, y) REQUIRE_THROWS_AS(x, y); argument
33 #define EXPECT_THROW(x, y) XT_EXPECT_THROW(x,y) argument
36 #define EXPECT_EQ(A,B) CHECK_EQ(A,B) argument
37 #define EXPECT_NE(A,B) CHECK_NE(A,B) argument
38 #define EXPECT_LE(A,B) CHECK_LE(A,B) argument
39 #define EXPECT_GE(A,B) CHECK_GE(A,B) argument
54 #define EXPECT_DOUBLE_EQ(x,y) CHECK(xt::scalar_near(x,y)); argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcxx2a-initializer-aggregates.cpp13 int y; member
17 struct B { struct
18 int x;
19 int y; member
32 struct A { int x, y; }; member
33 struct B { A a; }; struct
73 int y; member
87 struct A { int x, y; }; member
88 union B { int x, y; }; union
109 struct D { int y, x; }; member
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-initializer-aggregates.cpp13 int y; member
17 struct B { struct
18 int x;
19 int y; member
32 struct A { int x, y; }; member
33 struct B { A a; }; struct
73 int y; member
87 struct A { int x, y; }; member
88 union B { int x, y; }; union
109 struct D { int y, x; }; member
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx2a-initializer-aggregates.cpp13 int y; member
17 struct B { struct
18 int x;
19 int y; member
32 struct A { int x, y; }; member
33 struct B { A a; }; argument
73 int y; member
87 struct A { int x, y; }; member
88 union B { int x, y; }; union
109 struct D { int y, x; }; member
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-initializer-aggregates.cpp13 int y; member
17 struct B { struct
18 int x;
19 int y; member
32 struct A { int x, y; }; member
33 struct B { A a; }; argument
73 int y; member
87 struct A { int x, y; }; member
88 union B { int x, y; }; union
109 struct D { int y, x; }; member
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcxx2a-initializer-aggregates.cpp13 int y; member
17 struct B { struct
18 int x;
19 int y; member
32 struct A { int x, y; }; member
33 struct B { A a; }; argument
73 int y; member
87 struct A { int x, y; }; member
88 union B { int x, y; }; union
109 struct D { int y, x; }; member
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx2a-initializer-aggregates.cpp13 int y; member
17 struct B { struct
18 int x;
19 int y; member
32 struct A { int x, y; }; member
33 struct B { A a; }; struct
73 int y; member
87 struct A { int x, y; }; member
88 union B { int x, y; }; union
109 struct D { int y, x; }; member
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-initializer-aggregates.cpp13 int y; member
17 struct B { struct
18 int x;
19 int y; member
32 struct A { int x, y; }; member
33 struct B { A a; }; struct
73 int y; member
87 struct A { int x, y; }; member
88 union B { int x, y; }; union
109 struct D { int y, x; }; member
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr27959-2.c9 struct B struct
29 foo (void *x, struct B *y, unsigned int *z) in foo()
41 baz (unsigned int *x, unsigned int y) in baz()
47 inline int bar (unsigned int *x, unsigned int y) in bar()
56 test (struct D *x, unsigned int *y) in test()
88 unsigned int y = 2; in main() local
H A Dpr27959.c8 struct B struct
28 foo (void *x, struct B *y, unsigned int *z) in foo()
40 baz (unsigned int *x, unsigned int y) in baz()
46 inline int bar (unsigned int *x, unsigned int y) in bar()
55 test (struct D *x, unsigned int *y) in test()
87 unsigned int y = 2; in main() local

12345678910>>...900