Searched refs:anyTrue (Results 1 – 4 of 4) sorted by relevance
68 REPORTER_ASSERT(r, (a+b == a*b-b).anyTrue()); in test_Nf()70 REPORTER_ASSERT(r, !(a+b == a*b).anyTrue()); in test_Nf()71 REPORTER_ASSERT(r, !(a != b).anyTrue()); in test_Nf()72 REPORTER_ASSERT(r, (a < fours).anyTrue()); in test_Nf()73 REPORTER_ASSERT(r, (a <= fours).anyTrue()); in test_Nf()
78 bool anyTrue() const { return fLo.anyTrue() || fHi.anyTrue(); } in anyTrue() function141 bool anyTrue() const { return fVal != 0; } in anyTrue() function
70 bool anyTrue() const { return 0x00 != (_mm_movemask_epi8(_mm_castps_si128(fVec)) & 0xff); } in anyTrue() function121 bool anyTrue() const { return 0x0000 != _mm_movemask_epi8(_mm_castps_si128(fVec)); } in anyTrue() function
119 bool anyTrue() const { in anyTrue() function211 bool anyTrue() const { in anyTrue() function