Home
last modified time | relevance | path

Searched refs:thenElse (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/include/private/
DSkNx_sse.h113 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
216 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
272 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
294 return (x < y).thenElse(x, y); in Min()
302 return (x > y).thenElse(x, y); in Max()
342 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
391 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
573 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
643 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
689 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
DSkNx_neon.h146 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
280 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
350 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
397 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
488 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
544 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
602 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
DSkNx.h147 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
148 return { fLo.thenElse(t.fLo, e.fLo), fHi.thenElse(t.fHi, e.fHi) }; in thenElse()
263 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { return fVal != 0 ? t : e; }
/third_party/flutter/skia/include/private/
DSkNx_sse.h115 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
220 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
276 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
298 return (x < y).thenElse(x, y); in Min()
306 return (x > y).thenElse(x, y); in Max()
346 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
394 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
575 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
643 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
686 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
DSkNx_neon.h157 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
302 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
372 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
419 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
510 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
566 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
624 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
DSkNx.h149 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
150 return { fLo.thenElse(t.fLo, e.fLo), fHi.thenElse(t.fHi, e.fHi) }; in thenElse()
267 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { return fVal != 0 ? t : e; }
/third_party/skia/src/core/
DSk4px.h96 Sk4px thenElse(const Sk4px& t, const Sk4px& e) const { return INHERITED::thenElse(t,e); } in thenElse() function
/third_party/flutter/skia/src/core/
DSk4px.h96 Sk4px thenElse(const Sk4px& t, const Sk4px& e) const { return INHERITED::thenElse(t,e); } in thenElse() function
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCFillGeometry.cpp216 return (aa > bb * SK_ScalarNearlyZero).thenElse(a, b); in first_unless_nearly_zero()
268 tl = (sl > 0).thenElse(tl, -tl); // Tl=tl/sl is the triple root of l(t,s). Normalize so s >= 0. in find_chops_around_inflection_points()
415 numRoots = (discr < 0).thenElse(3, 1); in find_chops_around_loop_intersection()
424 R = (r > 0).thenElse(-s, s); in find_chops_around_loop_intersection()
444 cosTheta3 = (q >= 0).thenElse(1, -1) + p / qqq.abs(); in find_chops_around_loop_intersection()
/third_party/skia/tests/
DSkNxTest.cpp395 auto fs = (Sk4f(0.0f, -0.0f, 2.0f, -4.0f) < 0).thenElse(-1, 1); in DEF_TEST()
400 auto fshi = (Sk2f(0.0f, -0.0f) < 0).thenElse(-1, 1); in DEF_TEST()
401 auto fslo = (Sk2f(2.0f, -4.0f) < 0).thenElse(-1, 1); in DEF_TEST()
/third_party/flutter/skia/tests/
DSkNxTest.cpp389 auto fs = (Sk4f(0.0f, -0.0f, 2.0f, -4.0f) < 0).thenElse(-1, 1); in DEF_TEST()
394 auto fshi = (Sk2f(0.0f, -0.0f) < 0).thenElse(-1, 1); in DEF_TEST()
395 auto fslo = (Sk2f(2.0f, -4.0f) < 0).thenElse(-1, 1); in DEF_TEST()
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp3656 TIntermNodePair thenElse = { nullptr, nullptr }; in acceptSelectionStatement() local
3661 if (! acceptScopedStatement(thenElse.node1)) { in acceptSelectionStatement()
3669 if (! acceptScopedStatement(thenElse.node2)) { in acceptSelectionStatement()
3676 statement = intermediate.addSelection(condition, thenElse, loc); in acceptSelectionStatement()
/third_party/flutter/skia/src/gpu/ops/
DGrTextureOp.cpp111 ltrb = (whwh < 1.f).thenElse(c, ltrb + kOffsets); in compute_domain()