OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allTrue
(Results
1 - 9
of
9
) sorted by null
/external/skia/src/core/
SkNx.h
77
bool
allTrue
() const { return fLo.
allTrue
() && fHi.
allTrue
(); }
140
bool
allTrue
() const { return fVal != 0; }
SkColor.cpp
150
SkASSERT((c4 >= Sk4f(0)).
allTrue
() && (c4 <= Sk4f(1)).
allTrue
());
SkRect.cpp
52
return finite.
allTrue
();
SkEdgeClipper.cpp
366
return (ys < t).
allTrue
() || (ys > b).
allTrue
();
/external/skia/tests/
SkNxTest.cpp
67
REPORTER_ASSERT(r, (a == b).
allTrue
());
69
REPORTER_ASSERT(r, !(a+b == a*b-b).
allTrue
());
74
REPORTER_ASSERT(r, !(a > fours).
allTrue
());
75
REPORTER_ASSERT(r, !(a >= fours).
allTrue
());
/external/skia/src/opts/
SkNx_neon.h
115
bool
allTrue
() const {
206
bool
allTrue
() const {
SkNx_sse.h
69
bool
allTrue
() const { return 0xff == (_mm_movemask_epi8(_mm_castps_si128(fVec)) & 0xff); }
120
bool
allTrue
() const { return 0xffff == _mm_movemask_epi8(_mm_castps_si128(fVec)); }
/external/skia/src/effects/gradients/
Sk4fGradientBase.cpp
52
, fZeroRamp((dc == 0).
allTrue
()) {
/external/v8/src/js/
harmony-simd.js
739
'
allTrue
', Bool32x4AllTrueJS,
831
'
allTrue
', Bool16x8AllTrueJS,
923
'
allTrue
', Bool8x16AllTrueJS,
Completed in 321 milliseconds