Home
last modified time | relevance | path

Searched refs:is_complex (Results 1 – 25 of 1725) sorted by relevance

12345678910>>...69

/dports/devel/boost-docs/boost_1_72_0/libs/type_traits/test/
H A Dis_complex_test.cpp25 TT_TEST_BEGIN(is_complex)
27 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<int>::value, false);
28 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<double>::value, false);
29 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<float>::value, false);
30 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<bad_struct>::value, false);
32 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<long double> >::value, true);
33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<double> >::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<float> >::value, true);
36 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<const std::complex<double> >::value, true);
37 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<const std::complex<float> >::value, true);
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/type_traits/test/
H A Dis_complex_test.cpp25 TT_TEST_BEGIN(is_complex)
27 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<int>::value, false);
28 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<double>::value, false);
29 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<float>::value, false);
30 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<bad_struct>::value, false);
32 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<long double> >::value, true);
33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<double> >::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<float> >::value, true);
36 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<const std::complex<double> >::value, true);
37 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<const std::complex<float> >::value, true);
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/type_traits/test/
H A Dis_complex_test.cpp25 TT_TEST_BEGIN(is_complex)
27 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<int>::value, false);
28 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<double>::value, false);
29 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<float>::value, false);
30 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<bad_struct>::value, false);
32 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<long double> >::value, true);
33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<double> >::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<float> >::value, true);
36 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<const std::complex<double> >::value, true);
37 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<const std::complex<float> >::value, true);
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/type_traits/test/
H A Dis_complex_test.cpp25 TT_TEST_BEGIN(is_complex)
27 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<int>::value, false);
28 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<double>::value, false);
29 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<float>::value, false);
30 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<bad_struct>::value, false);
32 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<long double> >::value, true);
33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<double> >::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<float> >::value, true);
36 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<const std::complex<double> >::value, true);
37 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<const std::complex<float> >::value, true);
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/devel/R-cran-BH/BH/inst/include/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/type_traits/
H A Dis_complex.hpp16 template <class T> struct is_complex : public false_type {}; struct
17 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
18 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/type_traits/
H A Dis_complex.hpp16 template <class T> struct is_complex : public false_type {}; struct
17 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
18 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/devel/boost-libs/boost_1_72_0/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/devel/boost-python-libs/boost_1_72_0/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/devel/hyperscan/boost_1_75_0/boost/type_traits/
H A Dis_complex.hpp17 template <class T> struct is_complex : public false_type {}; struct
18 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
21 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/type_traits/
H A Dis_complex.hpp16 template <class T> struct is_complex : public false_type {}; struct
17 template <class T> struct is_complex<const T > : public is_complex<T>{}; struct
18 template <class T> struct is_complex<volatile const T > : public is_complex<T>{}; struct
19 template <class T> struct is_complex<volatile T > : public is_complex<T>{}; struct
20 template <class T> struct is_complex<std::complex<T> > : public true_type{}; struct
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/type_traits/test/
H A Dis_complex_test.cpp25 TT_TEST_BEGIN(is_complex)
27 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<int>::value, false);
28 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<double>::value, false);
29 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<float>::value, false);
30 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<bad_struct>::value, false);
32 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<long double> >::value, true);
33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<double> >::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<float> >::value, true);
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/type_traits/test/
H A Dis_complex_test.cpp25 TT_TEST_BEGIN(is_complex)
27 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<int>::value, false);
28 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<double>::value, false);
29 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<float>::value, false);
30 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<bad_struct>::value, false);
32 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<long double> >::value, true);
33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<double> >::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<float> >::value, true);
/dports/databases/xtrabackup/boost_1_59_0/libs/type_traits/test/
H A Dis_complex_test.cpp25 TT_TEST_BEGIN(is_complex)
27 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<int>::value, false);
28 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<double>::value, false);
29 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<float>::value, false);
30 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<bad_struct>::value, false);
32 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<long double> >::value, true);
33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<double> >::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<float> >::value, true);
/dports/databases/percona57-server/boost_1_59_0/libs/type_traits/test/
H A Dis_complex_test.cpp25 TT_TEST_BEGIN(is_complex)
27 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<int>::value, false);
28 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<double>::value, false);
29 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<float>::value, false);
30 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<bad_struct>::value, false);
32 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<long double> >::value, true);
33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<double> >::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<float> >::value, true);
/dports/databases/percona57-client/boost_1_59_0/libs/type_traits/test/
H A Dis_complex_test.cpp25 TT_TEST_BEGIN(is_complex)
27 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<int>::value, false);
28 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<double>::value, false);
29 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<float>::value, false);
30 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<bad_struct>::value, false);
32 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<long double> >::value, true);
33 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<double> >::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex<std::complex<float> >::value, true);

12345678910>>...69