Searched refs:bool2 (Results 1 – 3 of 3) sorted by relevance
61 typedef vector<bool, 2> bool2; typedef
231 bool all(bool2);307 bool2 and(bool2 x, bool2 y);365 bool any(bool2);1278 bool2 isinf(half2);1289 bool2 isinf(float2);1790 bool2 or(bool2, bool2);2367 __attribute__((convergent)) bool2 WaveReadLaneAt(bool2, uint32_t);
272 constexpr bool2 isinf(double2 V) { return isinf((float2)V); } in isinf()