Searched refs:thenElse (Results 1 – 3 of 3) sorted by relevance
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkNx_sse.h | 113 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
|
| H A D | SkNx_neon.h | 146 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
|
| H A D | SkNx.h | 147 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; }
|