Home
last modified time | relevance | path

Searched defs:any (Results 151 – 175 of 9295) sorted by relevance

12345678910>>...372

/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/acle/general/
H A Dcmpeq_2.c7 test1 (svbool_t pg, svint8_t x, svint8_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svint8_t x, svint8_t y, int *any) in test2()
22 test3 (svbool_t pg, svint8_t x, int *any, svbool_t *ptr) in test3()
30 test4 (svbool_t pg, svint8_t x, int *any) in test4()
H A Dcmpeq_3.c7 test1 (svbool_t pg, svfloat32_t x, svfloat32_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svfloat32_t x, svfloat32_t y, int *any) in test2()
22 test3 (svbool_t pg, svfloat32_t x, int *any, svbool_t *ptr) in test3()
30 test4 (svbool_t pg, svfloat32_t x, int *any) in test4()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/support/algorithm/
H A Dany.hpp32 any(First1 const&, First2 const&, Last const&, F const&, mpl::true_) in any() function
39 any(First1 const& first1, First2 const& first2, Last const& last, F& f, mpl::false_) in any() function
54 any(Sequence1 const& seq1, Sequence2& seq2, F f) in any() function
68 any(Sequence const& seq, unused_type, F f) in any() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/acle/general/
H A Dcmpeq_2.c7 test1 (svbool_t pg, svint8_t x, svint8_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svint8_t x, svint8_t y, int *any) in test2()
22 test3 (svbool_t pg, svint8_t x, int *any, svbool_t *ptr) in test3()
30 test4 (svbool_t pg, svint8_t x, int *any) in test4()
H A Dcmpeq_3.c7 test1 (svbool_t pg, svfloat32_t x, svfloat32_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svfloat32_t x, svfloat32_t y, int *any) in test2()
22 test3 (svbool_t pg, svfloat32_t x, int *any, svbool_t *ptr) in test3()
30 test4 (svbool_t pg, svfloat32_t x, int *any) in test4()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/aarch64/sve/acle/general/
H A Dcmpeq_2.c7 test1 (svbool_t pg, svint8_t x, svint8_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svint8_t x, svint8_t y, int *any) in test2()
22 test3 (svbool_t pg, svint8_t x, int *any, svbool_t *ptr) in test3()
30 test4 (svbool_t pg, svint8_t x, int *any) in test4()
H A Dcmpeq_3.c7 test1 (svbool_t pg, svfloat32_t x, svfloat32_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svfloat32_t x, svfloat32_t y, int *any) in test2()
22 test3 (svbool_t pg, svfloat32_t x, int *any, svbool_t *ptr) in test3()
30 test4 (svbool_t pg, svfloat32_t x, int *any) in test4()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/sve/acle/general/
H A Dcmpeq_2.c7 test1 (svbool_t pg, svint8_t x, svint8_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svint8_t x, svint8_t y, int *any) in test2()
22 test3 (svbool_t pg, svint8_t x, int *any, svbool_t *ptr) in test3()
30 test4 (svbool_t pg, svint8_t x, int *any) in test4()
H A Dcmpeq_3.c7 test1 (svbool_t pg, svfloat32_t x, svfloat32_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svfloat32_t x, svfloat32_t y, int *any) in test2()
22 test3 (svbool_t pg, svfloat32_t x, int *any, svbool_t *ptr) in test3()
30 test4 (svbool_t pg, svfloat32_t x, int *any) in test4()
/dports/devel/entt/entt-3.8.1/test/entt/meta/
H A Dmeta_ctor.cpp76 auto any = ctor.invoke(42, 'c'); in TEST_F() local
110 auto any = ctor.invoke(42); in TEST_F() local
134 …auto any = entt::resolve<clazz_t>().ctor<int, char>().invoke(entt::meta_any{42}, entt::meta_any{'c… in TEST_F() local
147 auto any = entt::resolve<clazz_t>().ctor<const base_t &, int>().invoke(derived_t{}, 42.); in TEST_F() local
158 …auto any = entt::resolve<clazz_t>().ctor<int, char>().invoke(entt::forward_as_meta(ivalue), entt::… in TEST_F() local
166 auto any = entt::resolve<clazz_t>().ctor<int>().invoke(entt::meta_any{42}); in TEST_F() local
179 auto any = entt::resolve<clazz_t>().ctor<base_t, int, int>().invoke(derived_t{}, 3., 3); in TEST_F() local
190 auto any = ctor.invoke(entt::forward_as_meta(ivalue)); in TEST_F() local
218 const auto any = ctor.invoke(entt::forward_as_meta(registry), entity, 3, 'c'); in TEST_F() local
240 auto any = type.ctor<>().invoke(); in TEST_F() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() function
/dports/devel/R-cran-BH/BH/inst/include/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() argument
/dports/databases/percona57-server/boost_1_59_0/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() argument
/dports/databases/xtrabackup/boost_1_59_0/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() function
/dports/databases/percona57-client/boost_1_59_0/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() function
/dports/devel/boost-libs/boost_1_72_0/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() argument
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() argument
/dports/devel/hyperscan/boost_1_75_0/boost/proto/detail/
H A Dany.hpp24 struct any struct
26 template<typename T> any(T const &) {} in any() argument

12345678910>>...372