Searched refs:allTrue (Results 1 – 8 of 8) sorted by relevance
77 bool allTrue() const { return fLo.allTrue() && fHi.allTrue(); } in allTrue() function140 bool allTrue() const { return fVal != 0; } in allTrue() function
150 SkASSERT((c4 >= Sk4f(0)).allTrue() && (c4 <= Sk4f(1)).allTrue()); in assertIsUnit()
366 return (ys < t).allTrue() || (ys > b).allTrue(); in quick_reject_in_y()
52 return finite.allTrue(); in is_finite()
67 REPORTER_ASSERT(r, (a == b).allTrue()); in test_Nf()69 REPORTER_ASSERT(r, !(a+b == a*b-b).allTrue()); in test_Nf()74 REPORTER_ASSERT(r, !(a > fours).allTrue()); in test_Nf()75 REPORTER_ASSERT(r, !(a >= fours).allTrue()); in test_Nf()
69 bool allTrue() const { return 0xff == (_mm_movemask_epi8(_mm_castps_si128(fVec)) & 0xff); } in allTrue() function120 bool allTrue() const { return 0xffff == _mm_movemask_epi8(_mm_castps_si128(fVec)); } in allTrue() function
115 bool allTrue() const { in allTrue() function206 bool allTrue() const { in allTrue() function
52 , fZeroRamp((dc == 0).allTrue()) { in Interval()