Home
last modified time | relevance | path

Searched refs:anyTrue (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/simd/
H A Ddefaults.hh95 bool anyTrue(ADLTag<0>, const Mask &mask) = delete;
104 return !Dune::Simd::anyTrue(!mask); in allTrue()
114 return Dune::Simd::anyTrue(!mask); in anyFalse()
124 return !Dune::Simd::anyTrue(mask); in allFalse()
H A Dinterface.hh427 bool anyTrue(const Mask &mask) in anyTrue() function
429 return anyTrue(Overloads::ADLTag<7>{}, mask); in anyTrue()
H A Dstandard.hh100 inline bool anyTrue(ADLTag<2>, bool mask) { return mask; } in anyTrue() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DSkNxTest.cpp65 REPORTER_ASSERT(r, (a+b == a*b-b).anyTrue()); in test_Nf()
67 REPORTER_ASSERT(r, !(a+b == a*b).anyTrue()); in test_Nf()
68 REPORTER_ASSERT(r, !(a != b).anyTrue()); in test_Nf()
69 REPORTER_ASSERT(r, (a < fours).anyTrue()); in test_Nf()
70 REPORTER_ASSERT(r, (a <= fours).anyTrue()); in test_Nf()
510 REPORTER_ASSERT(r, (Sk2f{1,2} < Sk2f{3,4}).anyTrue()); in DEF_TEST()
512 REPORTER_ASSERT(r, (Sk2f{3,2} < Sk2f{1,4}).anyTrue()); in DEF_TEST()
514 REPORTER_ASSERT(r, !(Sk2f{3,4} < Sk2f{1,2}).anyTrue()); in DEF_TEST()
516 REPORTER_ASSERT(r, (Sk4f{1,2,3,4} < Sk4f{3,4,5,6}).anyTrue()); in DEF_TEST()
518 REPORTER_ASSERT(r, (Sk4f{1,2,3,4} < Sk4f{1,4,1,1}).anyTrue()); in DEF_TEST()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/impl_arm_neon_asimd/
H A Dimpl_arm_neon_asimd_simd_float.h83 static inline bool gmx_simdcall anyTrue(SimdFBool a) in anyTrue() function
88 static inline bool gmx_simdcall anyTrue(SimdFIBool a) in anyTrue() function
H A Dimpl_arm_neon_asimd_simd4_float.h78 static inline bool gmx_simdcall anyTrue(Simd4FBool a) in anyTrue() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/tests/
H A Dsimd_integer.cpp279 TEST_F(SimdIntegerTest, anyTrue) in TEST_F() argument
284 EXPECT_FALSE(anyTrue(setZero() < load<SimdInt32>(mem.data()))); in TEST_F()
291 EXPECT_TRUE(anyTrue(setZero() < load<SimdInt32>(mem.data()))) in TEST_F()
H A Dscalar.cpp194 TEST(SimdScalarTest, anyTrue) in TEST() argument
196 EXPECT_TRUE(anyTrue(true)); in TEST()
197 EXPECT_FALSE(anyTrue(false)); in TEST()
H A Dsimd4_floatingpoint.cpp262 TEST_F(Simd4FloatingpointTest, anyTrue) in TEST_F() argument
271 EXPECT_TRUE(anyTrue(eq)); in TEST_F()
274 EXPECT_FALSE(anyTrue(eq)); in TEST_F()
/dports/math/jags/JAGS-4.3.0/src/include/util/
H A Dlogical.h18 inline bool anyTrue (std::vector<bool> const &mask) in anyTrue() function
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/test/
H A Dmatrixmarkettest.cc98 if (Dune::Simd::anyTrue(*entry!=*entry1)) in testMatrixMarket()
122 if (Dune::Simd::anyTrue(*entry!=*entry1)) in testMatrixMarket()
H A Diluildltest.cc43 if ( Dune::Simd::anyTrue(y.two_norm() > 1e-8) ) in testDecomposition()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.incubator.vector/share/classes/jdk/incubator/vector/
H A DAbstractShuffle.java128 if (vecmask.anyTrue()) { in checkIndexes()
139 if (vecmask.anyTrue()) { in wrapIndexes()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/
H A Dpairlist_simd_2xmm.h177 InRange = anyTrue(wco_any_S); in makeClusterListSimd2xnn()
232 InRange = anyTrue(wco_any_S); in makeClusterListSimd2xnn()
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/test/
H A Dfmatrixtest.cc59 if (Simd::anyTrue(prod.infinity_norm() > 1e-6)) { in test_invert_solve()
75 if(Simd::anyTrue(abs(A[i][j])>tolerance)) { in test_invert_solve()
98 if (Simd::anyTrue(trhs.infinity_norm() > 1e-6)) { in test_invert_solve()
109 if(Simd::anyTrue(abs(xcopy[i])>tolerance)) { in test_invert_solve()
582 if (Simd::anyTrue(abs(B.determinant() + 2.0) > 1e-12)) in test_determinant()
595 if (Simd::anyTrue(B.determinant(false) != 0.0)) in test_determinant()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkPathRef.cpp663 ((point < leftTop).anyTrue() || (point > rightBot).anyTrue())) { in isValid()
676 … if (fPoints[i].isFinite() && (point < leftTop).anyTrue() && !(point > rightBot).anyTrue()) in isValid()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkPathRef.cpp663 ((point < leftTop).anyTrue() || (point > rightBot).anyTrue())) { in isValid()
676 … if (fPoints[i].isFinite() && (point < leftTop).anyTrue() && !(point > rightBot).anyTrue()) in isValid()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkPathRef.cpp647 ((point < leftTop).anyTrue() || (point > rightBot).anyTrue())) { in isValid()
660 … if (fPoints[i].isFinite() && (point < leftTop).anyTrue() && !(point > rightBot).anyTrue()) in isValid()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkPathRef.cpp663 ((point < leftTop).anyTrue() || (point > rightBot).anyTrue())) { in isValid()
676 … if (fPoints[i].isFinite() && (point < leftTop).anyTrue() && !(point > rightBot).anyTrue()) in isValid()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkPathRef.cpp663 ((point < leftTop).anyTrue() || (point > rightBot).anyTrue())) { in isValid()
676 … if (fPoints[i].isFinite() && (point < leftTop).anyTrue() && !(point > rightBot).anyTrue()) in isValid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkPathRef.cpp658 ((point < leftTop).anyTrue() || (point > rightBot).anyTrue())) { in isValid()
671 … if (fPoints[i].isFinite() && (point < leftTop).anyTrue() && !(point > rightBot).anyTrue()) in isValid()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/incubator/vector/
H A DVectorRuns.java77 if (m.anyTrue()) in countRunAscendingVector()
H A DVectorArrays.java72 if (m.anyTrue()) { in mismatch()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/incubator/vector/
H A DVectorRuns.java77 if (m.anyTrue()) in countRunAscendingVector()
H A DVectorArrays.java72 if (m.anyTrue()) { in mismatch()

12345678910>>...12