Home
last modified time | relevance | path

Searched refs:true_ (Results 1 – 25 of 7260) sorted by relevance

12345678910>>...291

/dports/math/Imath/Imath-3.1.4/src/python/PyImath/
H A DPyImathFun.cpp54 generate_bindings<lerp_op<T>,boost::mpl::true_,boost::mpl::true_,boost::mpl::true_>( in operator ()()
59 generate_bindings<lerpfactor_op<T>,boost::mpl::true_,boost::mpl::true_,boost::mpl::true_>( in operator ()()
70 generate_bindings<clamp_op<T>,boost::mpl::true_,boost::mpl::true_,boost::mpl::true_>( in operator ()()
193 generate_bindings<clamp_op<int>,boost::mpl::true_,boost::mpl::true_,boost::mpl::true_>( in register_functions()
198 generate_bindings<divs_op,boost::mpl::true_,boost::mpl::true_>( in register_functions()
203 generate_bindings<mods_op,boost::mpl::true_,boost::mpl::true_>( in register_functions()
209 generate_bindings<divp_op,boost::mpl::true_,boost::mpl::true_>( in register_functions()
214 generate_bindings<modp_op,boost::mpl::true_,boost::mpl::true_>( in register_functions()
220 generate_bindings<bias_op,boost::mpl::true_,boost::mpl::true_>( in register_functions()
225 generate_bindings<gain_op,boost::mpl::true_,boost::mpl::true_>( in register_functions()
[all …]
H A DPyImathAutovectorize.cpp46 BOOST_STATIC_ASSERT(( disallow_vectorization<vector<true_ > >::apply<vector<true_ > >::type::value …
51 BOOST_STATIC_ASSERT(( disallow_vectorization<vector<true_ , true_ > >::apply<vector<true_ , true_ >…
52 BOOST_STATIC_ASSERT(( disallow_vectorization<vector<true_ , true_ > >::apply<vector<false_, true_ >…
53 BOOST_STATIC_ASSERT(( disallow_vectorization<vector<true_ , true_ > >::apply<vector<true_ , false_>…
54 BOOST_STATIC_ASSERT(( disallow_vectorization<vector<true_ , true_ > >::apply<vector<false_, false_>…
55 BOOST_STATIC_ASSERT(( disallow_vectorization<vector<true_ , false_> >::apply<vector<true_ , true_ >…
56 BOOST_STATIC_ASSERT(( disallow_vectorization<vector<true_ , false_> >::apply<vector<false_, true_ >…
57 BOOST_STATIC_ASSERT(( disallow_vectorization<vector<true_ , false_> >::apply<vector<true_ , false_>…
59 BOOST_STATIC_ASSERT(( disallow_vectorization<vector<false_, true_ > >::apply<vector<true_ , true_ >…
61 BOOST_STATIC_ASSERT(( disallow_vectorization<vector<false_, true_ > >::apply<vector<true_ , false_>…
[all …]
/dports/math/e-antic/flint2-ae7ec89/flintxx/test/
H A Dt-mp.cpp28 tassert(not_<true_>::val == false); in test_logic()
31 tassert((and_<true_, true_>::val == true)); in test_logic()
35 tassert((and_v<true_, true>::val == true)); in test_logic()
39 tassert((or_<true_, true_>::val == true)); in test_logic()
43 tassert((and_<true_, true_, true_, true_, true_>::val == true)); in test_logic()
44 tassert((and_<true_, true_, true_, false_, true_>::val == false)); in test_logic()
45 tassert((and_<true_, false_, true_, false_, true_>::val == false)); in test_logic()
46 tassert((and_<true_, false_, true_>::val == false)); in test_logic()
91 typedef mp::select<bool, true_, int, true_, slong, false_, char> s3; in test_if()
94 typedef mp::select<bool, true_, int, true_, slong, true_, char> s4; in test_if()
[all …]
/dports/math/flint2/flint-2.8.4/flintxx/test/
H A Dt-mp.cpp28 tassert(not_<true_>::val == false); in test_logic()
31 tassert((and_<true_, true_>::val == true)); in test_logic()
35 tassert((and_v<true_, true>::val == true)); in test_logic()
39 tassert((or_<true_, true_>::val == true)); in test_logic()
43 tassert((and_<true_, true_, true_, true_, true_>::val == true)); in test_logic()
44 tassert((and_<true_, true_, true_, false_, true_>::val == false)); in test_logic()
45 tassert((and_<true_, false_, true_, false_, true_>::val == false)); in test_logic()
46 tassert((and_<true_, false_, true_>::val == false)); in test_logic()
91 typedef mp::select<bool, true_, int, true_, slong, false_, char> s3; in test_if()
94 typedef mp::select<bool, true_, int, true_, slong, true_, char> s4; in test_if()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/test/
H A Dt-mp.cpp28 tassert(not_<true_>::val == false); in test_logic()
31 tassert((and_<true_, true_>::val == true)); in test_logic()
35 tassert((and_v<true_, true>::val == true)); in test_logic()
39 tassert((or_<true_, true_>::val == true)); in test_logic()
43 tassert((and_<true_, true_, true_, true_, true_>::val == true)); in test_logic()
44 tassert((and_<true_, true_, true_, false_, true_>::val == false)); in test_logic()
45 tassert((and_<true_, false_, true_, false_, true_>::val == false)); in test_logic()
46 tassert((and_<true_, false_, true_>::val == false)); in test_logic()
91 typedef mp::select<bool, true_, int, true_, slong, false_, char> s3; in test_if()
94 typedef mp::select<bool, true_, int, true_, slong, true_, char> s4; in test_if()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/hana/test/concept/constant/
H A Dlogical.cpp46 true_ in main()
54 hana::and_(true_, true_), in main()
55 true_ in main()
67 hana::and_(true_, true_, true_), in main()
68 true_ in main()
71 hana::and_(true_, true_, false_), in main()
88 true_ in main()
101 true_ in main()
105 true_ in main()
114 true_ in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/hana/test/concept/constant/
H A Dlogical.cpp46 true_ in main()
54 hana::and_(true_, true_), in main()
55 true_ in main()
67 hana::and_(true_, true_, true_), in main()
68 true_ in main()
71 hana::and_(true_, true_, false_), in main()
88 true_ in main()
101 true_ in main()
105 true_ in main()
114 true_ in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/hana/test/concept/constant/
H A Dlogical.cpp46 true_ in main()
54 hana::and_(true_, true_), in main()
55 true_ in main()
67 hana::and_(true_, true_, true_), in main()
68 true_ in main()
71 hana::and_(true_, true_, false_), in main()
88 true_ in main()
101 true_ in main()
105 true_ in main()
114 true_ in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/hana/test/concept/constant/
H A Dlogical.cpp46 true_ in main()
54 hana::and_(true_, true_), in main()
55 true_ in main()
67 hana::and_(true_, true_, true_), in main()
68 true_ in main()
71 hana::and_(true_, true_, false_), in main()
88 true_ in main()
101 true_ in main()
105 true_ in main()
114 true_ in main()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/mpl/test/
H A Dlogical.cpp20 using mpl::true_;
25 MPL_ASSERT(( mpl::and_< true_,true_ > )); in MPL_TEST_CASE()
26 MPL_ASSERT_NOT(( mpl::and_< false_,true_ > )); in MPL_TEST_CASE()
27 MPL_ASSERT_NOT(( mpl::and_< true_,false_ > )); in MPL_TEST_CASE()
32 MPL_ASSERT(( mpl::or_< true_,true_ > )); in MPL_TEST_CASE()
33 MPL_ASSERT(( mpl::or_< false_,true_ > )); in MPL_TEST_CASE()
34 MPL_ASSERT(( mpl::or_< true_,false_ > )); in MPL_TEST_CASE()
36 MPL_ASSERT(( mpl::or_< true_,unknown > )); in MPL_TEST_CASE()
37 MPL_ASSERT(( mpl::or_< true_,unknown,unknown > )); in MPL_TEST_CASE()
39 MPL_ASSERT_NOT(( mpl::not_< true_ > )); in MPL_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/mpl/test/
H A Dlogical.cpp20 using mpl::true_;
25 MPL_ASSERT(( mpl::and_< true_,true_ > )); in MPL_TEST_CASE()
26 MPL_ASSERT_NOT(( mpl::and_< false_,true_ > )); in MPL_TEST_CASE()
27 MPL_ASSERT_NOT(( mpl::and_< true_,false_ > )); in MPL_TEST_CASE()
32 MPL_ASSERT(( mpl::or_< true_,true_ > )); in MPL_TEST_CASE()
33 MPL_ASSERT(( mpl::or_< false_,true_ > )); in MPL_TEST_CASE()
34 MPL_ASSERT(( mpl::or_< true_,false_ > )); in MPL_TEST_CASE()
36 MPL_ASSERT(( mpl::or_< true_,unknown > )); in MPL_TEST_CASE()
37 MPL_ASSERT(( mpl::or_< true_,unknown,unknown > )); in MPL_TEST_CASE()
39 MPL_ASSERT_NOT(( mpl::not_< true_ > )); in MPL_TEST_CASE()
/dports/databases/xtrabackup/boost_1_59_0/libs/mpl/test/
H A Dlogical.cpp20 using mpl::true_;
25 MPL_ASSERT(( mpl::and_< true_,true_ > )); in MPL_TEST_CASE()
26 MPL_ASSERT_NOT(( mpl::and_< false_,true_ > )); in MPL_TEST_CASE()
27 MPL_ASSERT_NOT(( mpl::and_< true_,false_ > )); in MPL_TEST_CASE()
32 MPL_ASSERT(( mpl::or_< true_,true_ > )); in MPL_TEST_CASE()
33 MPL_ASSERT(( mpl::or_< false_,true_ > )); in MPL_TEST_CASE()
34 MPL_ASSERT(( mpl::or_< true_,false_ > )); in MPL_TEST_CASE()
36 MPL_ASSERT(( mpl::or_< true_,unknown > )); in MPL_TEST_CASE()
37 MPL_ASSERT(( mpl::or_< true_,unknown,unknown > )); in MPL_TEST_CASE()
39 MPL_ASSERT_NOT(( mpl::not_< true_ > )); in MPL_TEST_CASE()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/mpl/test/
H A Dlogical.cpp20 using mpl::true_;
25 MPL_ASSERT(( mpl::and_< true_,true_ > )); in MPL_TEST_CASE()
26 MPL_ASSERT_NOT(( mpl::and_< false_,true_ > )); in MPL_TEST_CASE()
27 MPL_ASSERT_NOT(( mpl::and_< true_,false_ > )); in MPL_TEST_CASE()
32 MPL_ASSERT(( mpl::or_< true_,true_ > )); in MPL_TEST_CASE()
33 MPL_ASSERT(( mpl::or_< false_,true_ > )); in MPL_TEST_CASE()
34 MPL_ASSERT(( mpl::or_< true_,false_ > )); in MPL_TEST_CASE()
36 MPL_ASSERT(( mpl::or_< true_,unknown > )); in MPL_TEST_CASE()
37 MPL_ASSERT(( mpl::or_< true_,unknown,unknown > )); in MPL_TEST_CASE()
39 MPL_ASSERT_NOT(( mpl::not_< true_ > )); in MPL_TEST_CASE()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/mpl/test/
H A Dlogical.cpp20 using mpl::true_;
25 MPL_ASSERT(( mpl::and_< true_,true_ > )); in MPL_TEST_CASE()
26 MPL_ASSERT_NOT(( mpl::and_< false_,true_ > )); in MPL_TEST_CASE()
27 MPL_ASSERT_NOT(( mpl::and_< true_,false_ > )); in MPL_TEST_CASE()
32 MPL_ASSERT(( mpl::or_< true_,true_ > )); in MPL_TEST_CASE()
33 MPL_ASSERT(( mpl::or_< false_,true_ > )); in MPL_TEST_CASE()
34 MPL_ASSERT(( mpl::or_< true_,false_ > )); in MPL_TEST_CASE()
36 MPL_ASSERT(( mpl::or_< true_,unknown > )); in MPL_TEST_CASE()
37 MPL_ASSERT(( mpl::or_< true_,unknown,unknown > )); in MPL_TEST_CASE()
39 MPL_ASSERT_NOT(( mpl::not_< true_ > )); in MPL_TEST_CASE()
/dports/databases/percona57-server/boost_1_59_0/libs/mpl/test/
H A Dlogical.cpp20 using mpl::true_;
25 MPL_ASSERT(( mpl::and_< true_,true_ > )); in MPL_TEST_CASE()
26 MPL_ASSERT_NOT(( mpl::and_< false_,true_ > )); in MPL_TEST_CASE()
27 MPL_ASSERT_NOT(( mpl::and_< true_,false_ > )); in MPL_TEST_CASE()
32 MPL_ASSERT(( mpl::or_< true_,true_ > )); in MPL_TEST_CASE()
33 MPL_ASSERT(( mpl::or_< false_,true_ > )); in MPL_TEST_CASE()
34 MPL_ASSERT(( mpl::or_< true_,false_ > )); in MPL_TEST_CASE()
36 MPL_ASSERT(( mpl::or_< true_,unknown > )); in MPL_TEST_CASE()
37 MPL_ASSERT(( mpl::or_< true_,unknown,unknown > )); in MPL_TEST_CASE()
39 MPL_ASSERT_NOT(( mpl::not_< true_ > )); in MPL_TEST_CASE()
/dports/databases/percona57-client/boost_1_59_0/libs/mpl/test/
H A Dlogical.cpp20 using mpl::true_;
25 MPL_ASSERT(( mpl::and_< true_,true_ > )); in MPL_TEST_CASE()
26 MPL_ASSERT_NOT(( mpl::and_< false_,true_ > )); in MPL_TEST_CASE()
27 MPL_ASSERT_NOT(( mpl::and_< true_,false_ > )); in MPL_TEST_CASE()
32 MPL_ASSERT(( mpl::or_< true_,true_ > )); in MPL_TEST_CASE()
33 MPL_ASSERT(( mpl::or_< false_,true_ > )); in MPL_TEST_CASE()
34 MPL_ASSERT(( mpl::or_< true_,false_ > )); in MPL_TEST_CASE()
36 MPL_ASSERT(( mpl::or_< true_,unknown > )); in MPL_TEST_CASE()
37 MPL_ASSERT(( mpl::or_< true_,unknown,unknown > )); in MPL_TEST_CASE()
39 MPL_ASSERT_NOT(( mpl::not_< true_ > )); in MPL_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/mpl/test/
H A Dlogical.cpp20 using mpl::true_;
25 MPL_ASSERT(( mpl::and_< true_,true_ > )); in MPL_TEST_CASE()
26 MPL_ASSERT_NOT(( mpl::and_< false_,true_ > )); in MPL_TEST_CASE()
27 MPL_ASSERT_NOT(( mpl::and_< true_,false_ > )); in MPL_TEST_CASE()
32 MPL_ASSERT(( mpl::or_< true_,true_ > )); in MPL_TEST_CASE()
33 MPL_ASSERT(( mpl::or_< false_,true_ > )); in MPL_TEST_CASE()
34 MPL_ASSERT(( mpl::or_< true_,false_ > )); in MPL_TEST_CASE()
36 MPL_ASSERT(( mpl::or_< true_,unknown > )); in MPL_TEST_CASE()
37 MPL_ASSERT(( mpl::or_< true_,unknown,unknown > )); in MPL_TEST_CASE()
39 MPL_ASSERT_NOT(( mpl::not_< true_ > )); in MPL_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/mpl/test/
H A Dlogical.cpp20 using mpl::true_;
25 MPL_ASSERT(( mpl::and_< true_,true_ > )); in MPL_TEST_CASE()
26 MPL_ASSERT_NOT(( mpl::and_< false_,true_ > )); in MPL_TEST_CASE()
27 MPL_ASSERT_NOT(( mpl::and_< true_,false_ > )); in MPL_TEST_CASE()
32 MPL_ASSERT(( mpl::or_< true_,true_ > )); in MPL_TEST_CASE()
33 MPL_ASSERT(( mpl::or_< false_,true_ > )); in MPL_TEST_CASE()
34 MPL_ASSERT(( mpl::or_< true_,false_ > )); in MPL_TEST_CASE()
36 MPL_ASSERT(( mpl::or_< true_,unknown > )); in MPL_TEST_CASE()
37 MPL_ASSERT(( mpl::or_< true_,unknown,unknown > )); in MPL_TEST_CASE()
39 MPL_ASSERT_NOT(( mpl::not_< true_ > )); in MPL_TEST_CASE()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/x3/support/traits/
H A Dnumeric_traits.hpp27 struct is_bool<bool> : mpl::true_ {};
39 struct is_int<short> : mpl::true_ {};
42 struct is_int<int> : mpl::true_ {};
45 struct is_int<long> : mpl::true_ {};
63 struct is_uint<unsigned short> : mpl::true_ {};
67 struct is_uint<unsigned int> : mpl::true_ {};
70 struct is_uint<unsigned long> : mpl::true_ {};
87 struct is_real<float> : mpl::true_ {};
90 struct is_real<double> : mpl::true_ {};
93 struct is_real<long double> : mpl::true_ {};
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/support/
H A Dnumeric_traits.hpp30 struct is_bool<bool> : mpl::true_ {};
42 struct is_int<short> : mpl::true_ {};
45 struct is_int<int> : mpl::true_ {};
48 struct is_int<long> : mpl::true_ {};
66 struct is_uint<unsigned short> : mpl::true_ {};
70 struct is_uint<unsigned int> : mpl::true_ {};
73 struct is_uint<unsigned long> : mpl::true_ {};
90 struct is_real<float> : mpl::true_ {};
93 struct is_real<double> : mpl::true_ {};
96 struct is_real<long double> : mpl::true_ {};
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/support/
H A Dnumeric_traits.hpp30 struct is_bool<bool> : mpl::true_ {};
42 struct is_int<short> : mpl::true_ {};
45 struct is_int<int> : mpl::true_ {};
48 struct is_int<long> : mpl::true_ {};
66 struct is_uint<unsigned short> : mpl::true_ {};
70 struct is_uint<unsigned int> : mpl::true_ {};
73 struct is_uint<unsigned long> : mpl::true_ {};
90 struct is_real<float> : mpl::true_ {};
93 struct is_real<double> : mpl::true_ {};
96 struct is_real<long double> : mpl::true_ {};
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/x3/support/traits/
H A Dnumeric_traits.hpp27 struct is_bool<bool> : mpl::true_ {};
39 struct is_int<short> : mpl::true_ {};
42 struct is_int<int> : mpl::true_ {};
45 struct is_int<long> : mpl::true_ {};
63 struct is_uint<unsigned short> : mpl::true_ {};
67 struct is_uint<unsigned int> : mpl::true_ {};
70 struct is_uint<unsigned long> : mpl::true_ {};
87 struct is_real<float> : mpl::true_ {};
90 struct is_real<double> : mpl::true_ {};
93 struct is_real<long double> : mpl::true_ {};
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/x3/support/traits/
H A Dnumeric_traits.hpp27 struct is_bool<bool> : mpl::true_ {};
39 struct is_int<short> : mpl::true_ {};
42 struct is_int<int> : mpl::true_ {};
45 struct is_int<long> : mpl::true_ {};
63 struct is_uint<unsigned short> : mpl::true_ {};
67 struct is_uint<unsigned int> : mpl::true_ {};
70 struct is_uint<unsigned long> : mpl::true_ {};
87 struct is_real<float> : mpl::true_ {};
90 struct is_real<double> : mpl::true_ {};
93 struct is_real<long double> : mpl::true_ {};
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/support/
H A Dnumeric_traits.hpp30 struct is_bool<bool> : mpl::true_ {};
42 struct is_int<short> : mpl::true_ {};
45 struct is_int<int> : mpl::true_ {};
48 struct is_int<long> : mpl::true_ {};
66 struct is_uint<unsigned short> : mpl::true_ {};
70 struct is_uint<unsigned int> : mpl::true_ {};
73 struct is_uint<unsigned long> : mpl::true_ {};
90 struct is_real<float> : mpl::true_ {};
93 struct is_real<double> : mpl::true_ {};
96 struct is_real<long double> : mpl::true_ {};
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/spirit/home/x3/support/traits/
H A Dnumeric_traits.hpp27 struct is_bool<bool> : mpl::true_ {};
39 struct is_int<short> : mpl::true_ {};
42 struct is_int<int> : mpl::true_ {};
45 struct is_int<long> : mpl::true_ {};
63 struct is_uint<unsigned short> : mpl::true_ {};
67 struct is_uint<unsigned int> : mpl::true_ {};
70 struct is_uint<unsigned long> : mpl::true_ {};
87 struct is_real<float> : mpl::true_ {};
90 struct is_real<double> : mpl::true_ {};
93 struct is_real<long double> : mpl::true_ {};
[all …]

12345678910>>...291