OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anyTrue
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/core/
SkNx.h
78
bool
anyTrue
() const { return fLo.
anyTrue
() || fHi.
anyTrue
(); }
141
bool
anyTrue
() const { return fVal != 0; }
/external/skia/tests/
SkNxTest.cpp
68
REPORTER_ASSERT(r, (a+b == a*b-b).
anyTrue
());
70
REPORTER_ASSERT(r, !(a+b == a*b).
anyTrue
());
71
REPORTER_ASSERT(r, !(a != b).
anyTrue
());
72
REPORTER_ASSERT(r, (a < fours).
anyTrue
());
73
REPORTER_ASSERT(r, (a <= fours).
anyTrue
());
/external/skia/src/opts/
SkNx_neon.h
119
bool
anyTrue
() const {
211
bool
anyTrue
() const {
SkNx_sse.h
70
bool
anyTrue
() const { return 0x00 != (_mm_movemask_epi8(_mm_castps_si128(fVec)) & 0xff); }
121
bool
anyTrue
() const { return 0x0000 != _mm_movemask_epi8(_mm_castps_si128(fVec)); }
/external/v8/src/js/
harmony-simd.js
738
'
anyTrue
', Bool32x4AnyTrueJS,
830
'
anyTrue
', Bool16x8AnyTrueJS,
922
'
anyTrue
', Bool8x16AnyTrueJS,
Completed in 55 milliseconds