Home
last modified time | relevance | path

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

/external/skia/tests/
DSkNxTest.cpp68 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()
/external/skia/src/core/
DSkNx.h78 bool anyTrue() const { return fLo.anyTrue() || fHi.anyTrue(); } in anyTrue() function
141 bool anyTrue() const { return fVal != 0; } in anyTrue() function
/external/skia/src/opts/
DSkNx_sse.h70 bool anyTrue() const { return 0x00 != (_mm_movemask_epi8(_mm_castps_si128(fVec)) & 0xff); } in anyTrue() function
121 bool anyTrue() const { return 0x0000 != _mm_movemask_epi8(_mm_castps_si128(fVec)); } in anyTrue() function
DSkNx_neon.h119 bool anyTrue() const { in anyTrue() function
211 bool anyTrue() const { in anyTrue() function