Searched refs:anyTrue (Results 1 – 5 of 5) sorted by relevance
65 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()
765 ((point < leftTop).anyTrue() || (point > rightBot).anyTrue())) { in validate()778 (!(point < leftTop).anyTrue() && !(point > rightBot).anyTrue())); in validate()
87 AI bool anyTrue() const { return fLo.anyTrue() || fHi.anyTrue(); } in anyTrue() function176 AI bool anyTrue() const { return fVal != 0; }
95 AI bool anyTrue() const { in anyTrue() function201 AI bool anyTrue() const { in anyTrue() function
58 AI bool anyTrue() const { return 0x00 != (_mm_movemask_epi8(_mm_castps_si128(fVec)) & 0xff); } in anyTrue() function140 AI bool anyTrue() const { return 0x0000 != _mm_movemask_epi8(_mm_castps_si128(fVec)); } in anyTrue() function