HomeSort by relevance Sort by last modified time
    Searched defs:anyTrue (Results 1 - 6 of 6) sorted by null

  /external/skia/src/opts/
SkNx_neon.h 118 AI bool anyTrue() const {
236 AI bool anyTrue() const {
SkNx_sse.h 75 AI bool anyTrue() const { return 0x00 != (_mm_movemask_epi8(_mm_castps_si128(fVec)) & 0xff); }
175 AI bool anyTrue() const { return 0x0000 != _mm_movemask_epi8(_mm_castps_si128(fVec)); }
  /external/skqp/src/opts/
SkNx_neon.h 108 AI bool anyTrue() const {
226 AI bool anyTrue() const {
SkNx_sse.h 68 AI bool anyTrue() const { return 0x00 != (_mm_movemask_epi8(_mm_castps_si128(fVec)) & 0xff); }
168 AI bool anyTrue() const { return 0x0000 != _mm_movemask_epi8(_mm_castps_si128(fVec)); }
  /external/skia/src/core/
SkNx.h 101 AI bool anyTrue() const { return fLo.anyTrue() || fHi.anyTrue(); }
204 AI bool anyTrue() const { return fVal != 0; }
  /external/skqp/src/core/
SkNx.h 101 AI bool anyTrue() const { return fLo.anyTrue() || fHi.anyTrue(); }
204 AI bool anyTrue() const { return fVal != 0; }

Completed in 105 milliseconds