Home
last modified time | relevance | path

Searched refs:UB1 (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
94 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
99 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
106 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
113 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
94 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
99 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
106 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
113 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
94 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
99 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
106 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
113 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
94 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
99 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
106 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
113 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
94 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
99 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
106 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
113 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
94 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
99 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
106 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
113 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
94 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
99 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
106 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
113 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
94 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
99 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
106 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
113 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
94 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
99 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
106 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
113 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
94 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
99 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
106 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
113 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp93 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
94 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
98 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
99 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
104 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
106 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
111 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
113 static_assert(!std::is_assignable<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/condense/Hessenberg/
H A DL.hpp31 Matrix<F> UB1, V01, VB1, G11; in L() local
41 UB1.Resize( n-k, nb ); in L()
44 hessenberg::LPan( ABR, t1, UB1, VB1, G11 ); in L()
48 auto U21 = ViewRange( UB1, nb, 0, n-k, nb ); in L()
54 Gemm( ADJOINT, NORMAL, F(1), AB0, UB1, V01 ); in L()
56 Gemm( NORMAL, ADJOINT, F(-1), UB1, V01, F(1), AB0 ); in L()
65 Gemm( NORMAL, NORMAL, F(1), A2R, UB1, F(0), V21 ); in L()
67 Gemm( NORMAL, ADJOINT, F(-1), V21, UB1, F(1), A2R ); in L()
H A DU.hpp31 Matrix<F> UB1, V01, VB1, G11; in U() local
41 UB1.Resize( n-k, nb ); in U()
44 hessenberg::UPan( ABR, t1, UB1, VB1, G11 ); in U()
48 auto U21 = ViewRange( UB1, nb, 0, n-k, nb ); in U()
53 Gemm( NORMAL, NORMAL, F(1), A0R, UB1, V01 ); in U()
55 Gemm( NORMAL, ADJOINT, F(-1), V01, UB1, F(1), A0R ); in U()
66 Gemm( ADJOINT, NORMAL, F(1), AB2, UB1, F(0), V21 ); in U()
68 Gemm( NORMAL, ADJOINT, F(-1), UB1, V21, F(1), AB2 ); in U()
/dports/math/cmlib/cmlib-3.0_8/src/pchips/
H A Dchfiv.f72 * UA1, UA2, UB1, UB2
99 UB1 = TB1**3
100 PHIB1 = UB1 * (TWO - TB1)
101 PSIB1 = UB1 * (THREE*TB1 - FOUR)
/dports/math/cmlib/cmlib-3.0_8/src/pchipd/
H A Ddchfiv.f74 * TB2, THREE, TWO, UA1, UA2, UB1, UB2
101 UB1 = TB1**3
102 PHIB1 = UB1 * (TWO - TB1)
103 PSIB1 = UB1 * (THREE*TB1 - FOUR)
/dports/math/PDL/PDL-2.019/Lib/Slatec/slatec/
H A Dchfie.f67 * TWO, UA1, UA2, UB1, UB2
93 UB1 = TB1**3
94 PHIB1 = UB1 * (TWO - TB1)
95 PSIB1 = UB1 * (THREE*TB1 - FOUR)
H A Ddchfie.f68 * TB1, TB2, THREE, TWO, UA1, UA2, UB1, UB2
94 UB1 = TB1**3
95 PHIB1 = UB1 * (TWO - TB1)
96 PSIB1 = UB1 * (THREE*TB1 - FOUR)
/dports/math/slatec/src/
H A Dchfie.f67 * TWO, UA1, UA2, UB1, UB2
93 UB1 = TB1**3
94 PHIB1 = UB1 * (TWO - TB1)
95 PSIB1 = UB1 * (THREE*TB1 - FOUR)
H A Ddchfie.f68 * TB1, TB2, THREE, TWO, UA1, UA2, UB1, UB2
94 UB1 = TB1**3
95 PHIB1 = UB1 * (TWO - TB1)
96 PSIB1 = UB1 * (THREE*TB1 - FOUR)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp113 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
114 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
118 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
119 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
124 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
126 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
131 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
133 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp113 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
114 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
118 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
119 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
124 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
126 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
131 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
133 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp113 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
114 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
118 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
119 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
124 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
126 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
131 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
133 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp113 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
114 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
118 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
119 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
124 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
126 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
131 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
133 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp113 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
114 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
118 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
119 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
124 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
126 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
131 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
133 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp113 using UB1 = std::unique_ptr<B, DB&>; in test_sfinae() typedef
114 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
118 using UB1 = std::unique_ptr<B, const DB&>; in test_sfinae() typedef
119 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
124 using UB1 = std::unique_ptr<B[]>; in test_sfinae() typedef
126 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()
131 using UB1 = std::unique_ptr<B[], NCGenericDeleter>; in test_sfinae() typedef
133 static_assert(!std::is_constructible<UA1, UB1&&>::value, ""); in test_sfinae()

1234567