Home
last modified time | relevance | path

Searched refs:is_vector (Results 1 – 25 of 1452) sorted by relevance

12345678910>>...59

/dports/math/stanmath/math-4.2.0/test/unit/math/prim/meta/
H A Dis_vector_test.cpp6 using stan::is_vector; in TEST()
7 EXPECT_FALSE(is_vector<double>::value); in TEST()
8 EXPECT_FALSE(is_vector<int>::value); in TEST()
9 EXPECT_FALSE(is_vector<size_t>::value); in TEST()
11 EXPECT_FALSE(is_vector<const double>::value); in TEST()
12 EXPECT_FALSE(is_vector<const int>::value); in TEST()
14 EXPECT_FALSE(is_vector<size_t*>::value); in TEST()
18 using stan::is_vector; in TEST()
29 EXPECT_FALSE(is_vector<double>::value); in TEST()
35 using stan::is_vector; in TEST()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/yap/example/
H A Dvector.cpp81 struct is_vector : std::false_type {}; struct
84 struct is_vector<std::vector<T, A>> : std::true_type {}; struct
89 BOOST_YAP_USER_UDT_UNARY_OPERATOR(negate, boost::yap::expression, is_vector); // -
90 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(multiplies, boost::yap::expression, is_vector); // *
91 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(divides, boost::yap::expression, is_vector); // /
92 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(modulus, boost::yap::expression, is_vector); // %
93 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(plus, boost::yap::expression, is_vector); // +
94 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(minus, boost::yap::expression, is_vector); // -
95 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(less, boost::yap::expression, is_vector); // <
96 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(greater, boost::yap::expression, is_vector); // >
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/yap/example/
H A Dvector.cpp81 struct is_vector : std::false_type {}; struct
84 struct is_vector<std::vector<T, A>> : std::true_type {}; struct
89 BOOST_YAP_USER_UDT_UNARY_OPERATOR(negate, boost::yap::expression, is_vector); // -
90 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(multiplies, boost::yap::expression, is_vector); // *
91 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(divides, boost::yap::expression, is_vector); // /
92 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(modulus, boost::yap::expression, is_vector); // %
93 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(plus, boost::yap::expression, is_vector); // +
94 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(minus, boost::yap::expression, is_vector); // -
95 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(less, boost::yap::expression, is_vector); // <
96 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(greater, boost::yap::expression, is_vector); // >
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/example/
H A Dvector.cpp81 struct is_vector : std::false_type {}; struct
84 struct is_vector<std::vector<T, A>> : std::true_type {}; struct
89 BOOST_YAP_USER_UDT_UNARY_OPERATOR(negate, boost::yap::expression, is_vector); // -
90 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(multiplies, boost::yap::expression, is_vector); // *
91 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(divides, boost::yap::expression, is_vector); // /
92 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(modulus, boost::yap::expression, is_vector); // %
93 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(plus, boost::yap::expression, is_vector); // +
94 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(minus, boost::yap::expression, is_vector); // -
95 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(less, boost::yap::expression, is_vector); // <
96 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(greater, boost::yap::expression, is_vector); // >
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/yap/example/
H A Dvector.cpp81 struct is_vector : std::false_type {}; struct
84 struct is_vector<std::vector<T, A>> : std::true_type {}; struct
89 BOOST_YAP_USER_UDT_UNARY_OPERATOR(negate, boost::yap::expression, is_vector); // -
90 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(multiplies, boost::yap::expression, is_vector); // *
91 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(divides, boost::yap::expression, is_vector); // /
92 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(modulus, boost::yap::expression, is_vector); // %
93 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(plus, boost::yap::expression, is_vector); // +
94 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(minus, boost::yap::expression, is_vector); // -
95 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(less, boost::yap::expression, is_vector); // <
96 BOOST_YAP_USER_UDT_ANY_BINARY_OPERATOR(greater, boost::yap::expression, is_vector); // >
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/yap/test/
H A Dvector_alloc_test.cpp92 struct is_vector : std::false_type struct
97 struct is_vector<std::vector<T, A>> : std::true_type struct
102 negate, boost::yap::expression, is_vector); // -
104 multiplies, boost::yap::expression, is_vector); // *
106 divides, boost::yap::expression, is_vector); // /
108 modulus, boost::yap::expression, is_vector); // %
110 plus, boost::yap::expression, is_vector); // +
112 minus, boost::yap::expression, is_vector); // -
114 less, boost::yap::expression, is_vector); // <
116 greater, boost::yap::expression, is_vector); // >
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/yap/test/
H A Dvector_alloc_test.cpp92 struct is_vector : std::false_type struct
97 struct is_vector<std::vector<T, A>> : std::true_type struct
102 negate, boost::yap::expression, is_vector); // -
104 multiplies, boost::yap::expression, is_vector); // *
106 divides, boost::yap::expression, is_vector); // /
108 modulus, boost::yap::expression, is_vector); // %
110 plus, boost::yap::expression, is_vector); // +
112 minus, boost::yap::expression, is_vector); // -
114 less, boost::yap::expression, is_vector); // <
116 greater, boost::yap::expression, is_vector); // >
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/test/
H A Dvector_alloc_test.cpp92 struct is_vector : std::false_type struct
97 struct is_vector<std::vector<T, A>> : std::true_type struct
102 negate, boost::yap::expression, is_vector); // -
104 multiplies, boost::yap::expression, is_vector); // *
106 divides, boost::yap::expression, is_vector); // /
108 modulus, boost::yap::expression, is_vector); // %
110 plus, boost::yap::expression, is_vector); // +
112 minus, boost::yap::expression, is_vector); // -
114 less, boost::yap::expression, is_vector); // <
116 greater, boost::yap::expression, is_vector); // >
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/yap/test/
H A Dvector_alloc_test.cpp92 struct is_vector : std::false_type struct
97 struct is_vector<std::vector<T, A>> : std::true_type struct
102 negate, boost::yap::expression, is_vector); // -
104 multiplies, boost::yap::expression, is_vector); // *
106 divides, boost::yap::expression, is_vector); // /
108 modulus, boost::yap::expression, is_vector); // %
110 plus, boost::yap::expression, is_vector); // +
112 minus, boost::yap::expression, is_vector); // -
114 less, boost::yap::expression, is_vector); // <
116 greater, boost::yap::expression, is_vector); // >
[all …]
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/x86_64/
H A Dtypes.py7 m64 = Type("__m64", size=8, is_vector=True, header="mmintrin.h")
8 m128 = Type("__m128", size=16, is_vector=True, header="xmmintrin.h")
9 m128d = Type("__m128d", size=16, is_vector=True, header="emmintrin.h")
10 m128i = Type("__m128i", size=16, is_vector=True, header="emmintrin.h")
11 m256 = Type("__m256", size=32, is_vector=True, header="immintrin.h")
12 m256d = Type("__m256d", size=32, is_vector=True, header="immintrin.h")
13 m256i = Type("__m256i", size=32, is_vector=True, header="immintrin.h")
14 m512 = Type("__m512", size=64, is_vector=True, header="immintrin.h")
15 m512d = Type("__m512d", size=64, is_vector=True, header="immintrin.h")
16 m512i = Type("__m512i", size=64, is_vector=True, header="immintrin.h")
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/types/
H A Dtraits.h22 struct is_vector : std::false_type {}; struct
24 template<unsigned N, class E> struct is_vector<float32<N,E>> : std::true_type {};
25 template<unsigned N, class E> struct is_vector<float64<N,E>> : std::true_type {};
26 template<unsigned N, class E> struct is_vector<int8<N,E>> : std::true_type {};
27 template<unsigned N, class E> struct is_vector<int16<N,E>> : std::true_type {};
28 template<unsigned N, class E> struct is_vector<int32<N,E>> : std::true_type {};
29 template<unsigned N, class E> struct is_vector<int64<N,E>> : std::true_type {};
30 template<unsigned N, class E> struct is_vector<uint8<N,E>> : std::true_type {};
31 template<unsigned N, class E> struct is_vector<uint16<N,E>> : std::true_type {};
32 template<unsigned N, class E> struct is_vector<uint32<N,E>> : std::true_type {};
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/yap/doc/
H A Duser_macros_snippets.cpp138 #define is_vector is_vector_1 macro
150 struct is_vector : std::false_type {}; struct
167 #undef is_vector
171 #define is_vector is_vector_2 macro
183 struct is_vector : std::false_type {}; struct
200 #undef is_vector
204 #define is_vector is_vector_3 macro
216 struct is_vector : std::false_type {}; struct
243 #undef is_vector
247 #define is_vector is_vector_4 macro
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/yap/doc/
H A Duser_macros_snippets.cpp138 #define is_vector is_vector_1 macro
150 struct is_vector : std::false_type {}; struct
167 #undef is_vector
171 #define is_vector is_vector_2 macro
183 struct is_vector : std::false_type {}; struct
200 #undef is_vector
204 #define is_vector is_vector_3 macro
216 struct is_vector : std::false_type {}; struct
243 #undef is_vector
247 #define is_vector is_vector_4 macro
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/doc/
H A Duser_macros_snippets.cpp138 #define is_vector is_vector_1 macro
150 struct is_vector : std::false_type {}; struct
167 #undef is_vector
171 #define is_vector is_vector_2 macro
183 struct is_vector : std::false_type {}; struct
200 #undef is_vector
204 #define is_vector is_vector_3 macro
216 struct is_vector : std::false_type {}; struct
243 #undef is_vector
247 #define is_vector is_vector_4 macro
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/yap/doc/
H A Duser_macros_snippets.cpp138 #define is_vector is_vector_1 macro
150 struct is_vector : std::false_type {}; struct
167 #undef is_vector
171 #define is_vector is_vector_2 macro
183 struct is_vector : std::false_type {}; struct
200 #undef is_vector
204 #define is_vector is_vector_3 macro
216 struct is_vector : std::false_type {}; struct
243 #undef is_vector
247 #define is_vector is_vector_4 macro
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/rev/meta/
H A Dis_vector_test.cpp52 using stan::is_vector; in TEST()
57 EXPECT_TRUE((is_vector<var_value<Eigen::Matrix<double, -1, 1>>>::value)); in TEST()
58 EXPECT_TRUE((is_vector<var_value<Eigen::Matrix<double, 1, -1>>>::value)); in TEST()
59 EXPECT_TRUE((is_vector<Eigen::Matrix<var, 1, -1>>::value)); in TEST()
60 EXPECT_TRUE((is_vector<Eigen::Matrix<var, -1, 1>>::value)); in TEST()
62 EXPECT_FALSE((is_vector<Eigen::Matrix<var, -1, -1>>::value)); in TEST()
63 EXPECT_FALSE((is_vector<var_value<Eigen::SparseMatrix<double>>>::value)); in TEST()
64 EXPECT_FALSE(is_vector<vari>::value); in TEST()
65 EXPECT_FALSE((is_vector<double>::value)); in TEST()
66 EXPECT_FALSE((is_vector<vari_value<double>>::value)); in TEST()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/scal/err/
H A Dcheck_consistent_sizes.hpp32 size_t max_size = std::max(is_vector<T1>::value * size_of(x1), in check_consistent_sizes()
33 is_vector<T2>::value * size_of(x2)); in check_consistent_sizes()
64 size_t max_size = std::max(is_vector<T1>::value * size_of(x1), in check_consistent_sizes()
65 std::max(is_vector<T2>::value * size_of(x2), in check_consistent_sizes()
66 is_vector<T3>::value * size_of(x3))); in check_consistent_sizes()
103 = std::max(is_vector<T1>::value * size_of(x1), in check_consistent_sizes()
104 std::max(is_vector<T2>::value * size_of(x2), in check_consistent_sizes()
105 std::max(is_vector<T3>::value * size_of(x3), in check_consistent_sizes()
106 is_vector<T4>::value * size_of(x4)))); in check_consistent_sizes()
/dports/math/stanmath/math-4.2.0/stan/math/prim/prob/
H A Dexponential_lccdf.hpp48 if (is_vector<T_y>::value && !is_vector<T_inv_scale>::value) { in exponential_lccdf()
51 } else if (is_vector<T_inv_scale>::value) { in exponential_lccdf()
60 if (is_vector<T_inv_scale>::value && !is_vector<T_y>::value) { in exponential_lccdf()
63 } else if (is_vector<T_y>::value) { in exponential_lccdf()
H A Duniform_lcdf.hpp69 if (!is_vector<T_y>::value && is_vector<T_high>::value in uniform_lcdf()
70 && !is_vector<T_low>::value) { in uniform_lcdf()
81 if (is_vector<T_y>::value && !is_vector<T_low>::value in uniform_lcdf()
82 && !is_vector<T_high>::value) { in uniform_lcdf()
H A Duniform_lpdf.hpp96 if (is_vector<T_y>::value && !is_vector<T_low>::value in uniform_lpdf()
97 && !is_vector<T_high>::value) { in uniform_lpdf()
104 if (is_vector<T_y>::value && !is_vector<T_low>::value in uniform_lpdf()
105 && !is_vector<T_high>::value) { in uniform_lpdf()
H A Ddouble_exponential_cdf.hpp44 = std::conditional_t<is_vector<T_y>::value || is_vector<T_loc>::value in double_exponential_cdf()
45 || is_vector<T_scale>::value, in double_exponential_cdf()
79 if (is_vector<T_y>::value || is_vector<T_loc>::value) { in double_exponential_cdf()
91 if (is_vector<T_scale>::value) { in double_exponential_cdf()
/dports/math/cvc3/cvc3-2.4.1/java/
H A Dcreate_impl.py45 def is_vector(arg_qual): function
49 return (is_vector(arg_qual) and len(arg_qual) > 2 and arg_qual[2] == 'v')
59 if (not is_native(arg_qual)) or is_vector(arg_qual):
67 if is_vector(arg_qual):
75 if is_vector(arg_qual):
83 if is_vector(arg_qual):
88 if is_vector(arg_qual):
104 elif is_vector(arg_qual):
116 elif is_vector(arg_qual):
128 elif is_vector(arg_qual):
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/ublas/test/tensor/
H A Dtest_extents.cpp275 BOOST_CHECK( ! e0.is_vector());
281 BOOST_CHECK( ! e1.is_vector() );
287 BOOST_CHECK( e2.is_vector() );
293 BOOST_CHECK( e3.is_vector() );
299 BOOST_CHECK( ! e4.is_vector() );
305 BOOST_CHECK( ! e5.is_vector() );
311 BOOST_CHECK( ! e6.is_vector() );
317 BOOST_CHECK( ! e7.is_vector() );
323 BOOST_CHECK( ! e8.is_vector() );
329 BOOST_CHECK( ! e9.is_vector() );
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/ublas/test/tensor/
H A Dtest_extents.cpp275 BOOST_CHECK( ! e0.is_vector());
281 BOOST_CHECK( ! e1.is_vector() );
287 BOOST_CHECK( e2.is_vector() );
293 BOOST_CHECK( e3.is_vector() );
299 BOOST_CHECK( ! e4.is_vector() );
305 BOOST_CHECK( ! e5.is_vector() );
311 BOOST_CHECK( ! e6.is_vector() );
317 BOOST_CHECK( ! e7.is_vector() );
323 BOOST_CHECK( ! e8.is_vector() );
329 BOOST_CHECK( ! e9.is_vector() );
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/ublas/test/tensor/
H A Dtest_extents.cpp275 BOOST_CHECK( ! e0.is_vector());
281 BOOST_CHECK( ! e1.is_vector() );
287 BOOST_CHECK( e2.is_vector() );
293 BOOST_CHECK( e3.is_vector() );
299 BOOST_CHECK( ! e4.is_vector() );
305 BOOST_CHECK( ! e5.is_vector() );
311 BOOST_CHECK( ! e6.is_vector() );
317 BOOST_CHECK( ! e7.is_vector() );
323 BOOST_CHECK( ! e8.is_vector() );
329 BOOST_CHECK( ! e9.is_vector() );
[all …]

12345678910>>...59