Home
last modified time | relevance | path

Searched refs:UA2 (Results 51 – 75 of 263) sorted by relevance

1234567891011

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/ada/acats/tests/c4/
H A Dc48005b.ada49 TYPE UA2 IS ARRAY(INTEGER RANGE <>, INTEGER RANGE <>) type
53 TYPE A_UA2 IS ACCESS UA2;
66 V_A_UA2 := NEW UA2(2 .. 3, 4 .. 6);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/ada/acats/tests/c4/
H A Dc48005b.ada49 TYPE UA2 IS ARRAY(INTEGER RANGE <>, INTEGER RANGE <>) type
53 TYPE A_UA2 IS ACCESS UA2;
66 V_A_UA2 := NEW UA2(2 .. 3, 4 .. 6);
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/ada/acats/tests/c4/
H A Dc48005b.ada49 TYPE UA2 IS ARRAY(INTEGER RANGE <>, INTEGER RANGE <>) type
53 TYPE A_UA2 IS ACCESS UA2;
66 V_A_UA2 := NEW UA2(2 .. 3, 4 .. 6);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/ada/acats/tests/c4/
H A Dc48005b.ada49 TYPE UA2 IS ARRAY(INTEGER RANGE <>, INTEGER RANGE <>) type
53 TYPE A_UA2 IS ACCESS UA2;
66 V_A_UA2 := NEW UA2(2 .. 3, 4 .. 6);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/ada/acats/tests/c4/
H A Dc48005b.ada49 TYPE UA2 IS ARRAY(INTEGER RANGE <>, INTEGER RANGE <>) type
53 TYPE A_UA2 IS ACCESS UA2;
66 V_A_UA2 := NEW UA2(2 .. 3, 4 .. 6);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/ada/acats/tests/c4/
H A Dc48005b.ada49 TYPE UA2 IS ARRAY(INTEGER RANGE <>, INTEGER RANGE <>) type
53 TYPE A_UA2 IS ACCESS UA2;
66 V_A_UA2 := NEW UA2(2 .. 3, 4 .. 6);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/ada/acats/tests/c4/
H A Dc48005b.ada49 TYPE UA2 IS ARRAY(INTEGER RANGE <>, INTEGER RANGE <>) type
53 TYPE A_UA2 IS ACCESS UA2;
66 V_A_UA2 := NEW UA2(2 .. 3, 4 .. 6);
/dports/math/cmlib/cmlib-3.0_8/src/pchips/
H A Dchfiv.f72 * UA1, UA2, UB1, UB2
95 UA2 = TA2**3
96 PHIA2 = UA2 * (TWO - TA2)
97 PSIA2 = -UA2 * (THREE*TA2 - FOUR)
/dports/math/cmlib/cmlib-3.0_8/src/pchipd/
H A Ddchfiv.f74 * TB2, THREE, TWO, UA1, UA2, UB1, UB2
97 UA2 = TA2**3
98 PHIA2 = UA2 * (TWO - TA2)
99 PSIA2 = -UA2 * (THREE*TA2 - FOUR)
/dports/math/PDL/PDL-2.019/Lib/Slatec/slatec/
H A Dchfie.f67 * TWO, UA1, UA2, UB1, UB2
89 UA2 = TA2**3
90 PHIA2 = UA2 * (TWO - TA2)
91 PSIA2 = -UA2 * (THREE*TA2 - FOUR)
H A Ddchfie.f68 * TB1, TB2, THREE, TWO, UA1, UA2, UB1, UB2
90 UA2 = TA2**3
91 PHIA2 = UA2 * (TWO - TA2)
92 PSIA2 = -UA2 * (THREE*TA2 - FOUR)
/dports/math/slatec/src/
H A Dchfie.f67 * TWO, UA1, UA2, UB1, UB2
89 UA2 = TA2**3
90 PHIA2 = UA2 * (TWO - TA2)
91 PSIA2 = -UA2 * (THREE*TA2 - FOUR)
H A Ddchfie.f68 * TB1, TB2, THREE, TWO, UA1, UA2, UB1, UB2
90 UA2 = TA2**3
91 PHIA2 = UA2 * (TWO - TA2)
92 PSIA2 = -UA2 * (THREE*TA2 - 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.asgn/
H A Dmove_convert.single.pass.cpp103 using UA2 = std::unique_ptr<A[]>; in test_sfinae() typedef
105 static_assert(!std::is_assignable<UA1, UA2&&>::value, ""); in test_sfinae()
110 using UA2 = std::unique_ptr<A[], NCGenericDeleter>; in test_sfinae() typedef
112 static_assert(!std::is_assignable<UA1, UA2&&>::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.cpp103 using UA2 = std::unique_ptr<A[]>; in test_sfinae() typedef
105 static_assert(!std::is_assignable<UA1, UA2&&>::value, ""); in test_sfinae()
110 using UA2 = std::unique_ptr<A[], NCGenericDeleter>; in test_sfinae() typedef
112 static_assert(!std::is_assignable<UA1, UA2&&>::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.cpp103 using UA2 = std::unique_ptr<A[]>; in test_sfinae() typedef
105 static_assert(!std::is_assignable<UA1, UA2&&>::value, ""); in test_sfinae()
110 using UA2 = std::unique_ptr<A[], NCGenericDeleter>; in test_sfinae() typedef
112 static_assert(!std::is_assignable<UA1, UA2&&>::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.cpp103 using UA2 = std::unique_ptr<A[]>; in test_sfinae() typedef
105 static_assert(!std::is_assignable<UA1, UA2&&>::value, ""); in test_sfinae()
110 using UA2 = std::unique_ptr<A[], NCGenericDeleter>; in test_sfinae() typedef
112 static_assert(!std::is_assignable<UA1, UA2&&>::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.cpp103 using UA2 = std::unique_ptr<A[]>; in test_sfinae() typedef
105 static_assert(!std::is_assignable<UA1, UA2&&>::value, ""); in test_sfinae()
110 using UA2 = std::unique_ptr<A[], NCGenericDeleter>; in test_sfinae() typedef
112 static_assert(!std::is_assignable<UA1, UA2&&>::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.cpp103 using UA2 = std::unique_ptr<A[]>; in test_sfinae() typedef
105 static_assert(!std::is_assignable<UA1, UA2&&>::value, ""); in test_sfinae()
110 using UA2 = std::unique_ptr<A[], NCGenericDeleter>; in test_sfinae() typedef
112 static_assert(!std::is_assignable<UA1, UA2&&>::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.cpp103 using UA2 = std::unique_ptr<A[]>; in test_sfinae() typedef
105 static_assert(!std::is_assignable<UA1, UA2&&>::value, ""); in test_sfinae()
110 using UA2 = std::unique_ptr<A[], NCGenericDeleter>; in test_sfinae() typedef
112 static_assert(!std::is_assignable<UA1, UA2&&>::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.cpp103 using UA2 = std::unique_ptr<A[]>; in test_sfinae() typedef
105 static_assert(!std::is_assignable<UA1, UA2&&>::value, ""); in test_sfinae()
110 using UA2 = std::unique_ptr<A[], NCGenericDeleter>; in test_sfinae() typedef
112 static_assert(!std::is_assignable<UA1, UA2&&>::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.cpp103 using UA2 = std::unique_ptr<A[]>; in test_sfinae() typedef
105 static_assert(!std::is_assignable<UA1, UA2&&>::value, ""); in test_sfinae()
110 using UA2 = std::unique_ptr<A[], NCGenericDeleter>; in test_sfinae() typedef
112 static_assert(!std::is_assignable<UA1, UA2&&>::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.cpp103 using UA2 = std::unique_ptr<A[]>; in test_sfinae() typedef
105 static_assert(!std::is_assignable<UA1, UA2&&>::value, ""); in test_sfinae()
110 using UA2 = std::unique_ptr<A[], NCGenericDeleter>; in test_sfinae() typedef
112 static_assert(!std::is_assignable<UA1, UA2&&>::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.cpp103 using UA2 = std::unique_ptr<A[]>; in test_sfinae() typedef
105 static_assert(!std::is_assignable<UA1, UA2&&>::value, ""); in test_sfinae()
110 using UA2 = std::unique_ptr<A[], NCGenericDeleter>; in test_sfinae() typedef
112 static_assert(!std::is_assignable<UA1, UA2&&>::value, ""); in test_sfinae()
/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.cpp123 using UA2 = std::unique_ptr<A[]>; in test_sfinae() typedef
125 static_assert(!std::is_constructible<UA1, UA2&&>::value, ""); in test_sfinae()
130 using UA2 = std::unique_ptr<A[], NCGenericDeleter>; in test_sfinae() typedef
132 static_assert(!std::is_constructible<UA1, UA2&&>::value, ""); in test_sfinae()

1234567891011