Home
last modified time | relevance | path

Searched refs:make_signed (Results 1 – 25 of 1354) sorted by relevance

12345678910>>...55

/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/type_traits/test/
H A Dmake_signed_test.cpp16 TT_TEST_BEGIN(make_signed)
18 BOOST_CHECK_TYPE(::tt::make_signed<signed char>::type, signed char);
19 BOOST_CHECK_TYPE(::tt::make_signed<short>::type, short);
20 BOOST_CHECK_TYPE(::tt::make_signed<int>::type, int);
21 BOOST_CHECK_TYPE(::tt::make_signed<long>::type, long);
25 BOOST_CHECK_TYPE(::tt::make_signed<__int64>::type, __int64);
30 BOOST_CHECK_TYPE(::tt::make_signed<const int>::type, const int);
31 BOOST_CHECK_TYPE(::tt::make_signed<const long>::type, const long);
61 BOOST_CHECK_TYPE(::tt::make_signed<unsigned int>::type, int);
62 BOOST_CHECK_TYPE(::tt::make_signed<unsigned long>::type, long);
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/type_traits/test/
H A Dmake_signed_test.cpp16 TT_TEST_BEGIN(make_signed)
18 BOOST_CHECK_TYPE(::tt::make_signed<signed char>::type, signed char);
19 BOOST_CHECK_TYPE(::tt::make_signed<short>::type, short);
20 BOOST_CHECK_TYPE(::tt::make_signed<int>::type, int);
21 BOOST_CHECK_TYPE(::tt::make_signed<long>::type, long);
25 BOOST_CHECK_TYPE(::tt::make_signed<__int64>::type, __int64);
30 BOOST_CHECK_TYPE(::tt::make_signed<const int>::type, const int);
31 BOOST_CHECK_TYPE(::tt::make_signed<const long>::type, const long);
61 BOOST_CHECK_TYPE(::tt::make_signed<unsigned int>::type, int);
62 BOOST_CHECK_TYPE(::tt::make_signed<unsigned long>::type, long);
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/type_traits/test/
H A Dmake_signed_test.cpp16 TT_TEST_BEGIN(make_signed)
18 BOOST_CHECK_TYPE(::tt::make_signed<signed char>::type, signed char);
19 BOOST_CHECK_TYPE(::tt::make_signed<short>::type, short);
20 BOOST_CHECK_TYPE(::tt::make_signed<int>::type, int);
21 BOOST_CHECK_TYPE(::tt::make_signed<long>::type, long);
25 BOOST_CHECK_TYPE(::tt::make_signed<__int64>::type, __int64);
30 BOOST_CHECK_TYPE(::tt::make_signed<const int>::type, const int);
31 BOOST_CHECK_TYPE(::tt::make_signed<const long>::type, const long);
61 BOOST_CHECK_TYPE(::tt::make_signed<unsigned int>::type, int);
62 BOOST_CHECK_TYPE(::tt::make_signed<unsigned long>::type, long);
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/type_traits/test/
H A Dmake_signed_test.cpp16 TT_TEST_BEGIN(make_signed)
18 BOOST_CHECK_TYPE(::tt::make_signed<signed char>::type, signed char);
19 BOOST_CHECK_TYPE(::tt::make_signed<short>::type, short);
20 BOOST_CHECK_TYPE(::tt::make_signed<int>::type, int);
21 BOOST_CHECK_TYPE(::tt::make_signed<long>::type, long);
25 BOOST_CHECK_TYPE(::tt::make_signed<__int64>::type, __int64);
30 BOOST_CHECK_TYPE(::tt::make_signed<const int>::type, const int);
31 BOOST_CHECK_TYPE(::tt::make_signed<const long>::type, const long);
61 BOOST_CHECK_TYPE(::tt::make_signed<unsigned int>::type, int);
62 BOOST_CHECK_TYPE(::tt::make_signed<unsigned long>::type, long);
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/type_traits/test/
H A Dmake_signed_test.cpp16 TT_TEST_BEGIN(make_signed)
18 BOOST_CHECK_TYPE(::tt::make_signed<signed char>::type, signed char);
19 BOOST_CHECK_TYPE(::tt::make_signed<short>::type, short);
20 BOOST_CHECK_TYPE(::tt::make_signed<int>::type, int);
21 BOOST_CHECK_TYPE(::tt::make_signed<long>::type, long);
25 BOOST_CHECK_TYPE(::tt::make_signed<__int64>::type, __int64);
30 BOOST_CHECK_TYPE(::tt::make_signed<const int>::type, const int);
31 BOOST_CHECK_TYPE(::tt::make_signed<const long>::type, const long);
61 BOOST_CHECK_TYPE(::tt::make_signed<unsigned int>::type, int);
62 BOOST_CHECK_TYPE(::tt::make_signed<unsigned long>::type, long);
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/type_traits/test/
H A Dmake_signed_test.cpp16 TT_TEST_BEGIN(make_signed)
18 BOOST_CHECK_TYPE(::tt::make_signed<signed char>::type, signed char);
19 BOOST_CHECK_TYPE(::tt::make_signed<short>::type, short);
20 BOOST_CHECK_TYPE(::tt::make_signed<int>::type, int);
21 BOOST_CHECK_TYPE(::tt::make_signed<long>::type, long);
25 BOOST_CHECK_TYPE(::tt::make_signed<__int64>::type, __int64);
30 BOOST_CHECK_TYPE(::tt::make_signed<const int>::type, const int);
31 BOOST_CHECK_TYPE(::tt::make_signed<const long>::type, const long);
61 BOOST_CHECK_TYPE(::tt::make_signed<unsigned int>::type, int);
62 BOOST_CHECK_TYPE(::tt::make_signed<unsigned long>::type, long);
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/type_traits/test/
H A Dmake_signed_test.cpp16 TT_TEST_BEGIN(make_signed)
18 BOOST_CHECK_TYPE(::tt::make_signed<signed char>::type, signed char);
19 BOOST_CHECK_TYPE(::tt::make_signed<short>::type, short);
20 BOOST_CHECK_TYPE(::tt::make_signed<int>::type, int);
21 BOOST_CHECK_TYPE(::tt::make_signed<long>::type, long);
25 BOOST_CHECK_TYPE(::tt::make_signed<__int64>::type, __int64);
30 BOOST_CHECK_TYPE(::tt::make_signed<const int>::type, const int);
31 BOOST_CHECK_TYPE(::tt::make_signed<const long>::type, const long);
61 BOOST_CHECK_TYPE(::tt::make_signed<unsigned int>::type, int);
62 BOOST_CHECK_TYPE(::tt::make_signed<unsigned long>::type, long);
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/type_traits/test/
H A Dmake_signed_test.cpp16 TT_TEST_BEGIN(make_signed)
18 BOOST_CHECK_TYPE(::tt::make_signed<signed char>::type, signed char);
19 BOOST_CHECK_TYPE(::tt::make_signed<short>::type, short);
20 BOOST_CHECK_TYPE(::tt::make_signed<int>::type, int);
21 BOOST_CHECK_TYPE(::tt::make_signed<long>::type, long);
25 BOOST_CHECK_TYPE(::tt::make_signed<__int64>::type, __int64);
30 BOOST_CHECK_TYPE(::tt::make_signed<const int>::type, const int);
31 BOOST_CHECK_TYPE(::tt::make_signed<const long>::type, const long);
61 BOOST_CHECK_TYPE(::tt::make_signed<unsigned int>::type, int);
62 BOOST_CHECK_TYPE(::tt::make_signed<unsigned long>::type, long);
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/type_traits/test/
H A Dmake_signed_test.cpp16 TT_TEST_BEGIN(make_signed)
18 BOOST_CHECK_TYPE(::tt::make_signed<signed char>::type, signed char);
19 BOOST_CHECK_TYPE(::tt::make_signed<short>::type, short);
20 BOOST_CHECK_TYPE(::tt::make_signed<int>::type, int);
21 BOOST_CHECK_TYPE(::tt::make_signed<long>::type, long);
25 BOOST_CHECK_TYPE(::tt::make_signed<__int64>::type, __int64);
30 BOOST_CHECK_TYPE(::tt::make_signed<const int>::type, const int);
31 BOOST_CHECK_TYPE(::tt::make_signed<const long>::type, const long);
61 BOOST_CHECK_TYPE(::tt::make_signed<unsigned int>::type, int);
62 BOOST_CHECK_TYPE(::tt::make_signed<unsigned long>::type, long);
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dtypedefs-3.cc39 using std::make_signed;
44 static_assert(is_same<make_signed<E1>::type, I1>::value, "");
45 static_assert(is_same<make_signed<E1 const>::type, I1 const>::value, "");
49 static_assert(is_same<make_signed<E2>::type, I2>::value, "");
50 static_assert(is_same<make_signed<E2 const>::type, I2 const>::value, "");
54 static_assert(is_same<make_signed<E3>::type, I3>::value, "");
59 static_assert(is_same<make_signed<E4>::type, I4>::value, "");
65 static_assert(is_same<make_signed<E5>::type, I5>::value, "");
70 static_assert(is_same<make_signed<char16_t>::type, I6>::value, "");
73 static_assert(is_same<make_signed<char32_t>::type, I7>::value, "");
[all …]

12345678910>>...55