Searched refs:bool4 (Results 1 – 3 of 3) sorted by relevance
63 typedef vector<bool, 4> bool4; typedef
235 bool all(bool4);311 bool4 and(bool4 x, bool4 y);369 bool any(bool4);1284 bool4 isinf(half4);1293 bool4 isinf(float4);1794 bool4 or(bool4, bool4);2371 __attribute__((convergent)) bool4 WaveReadLaneAt(bool4, uint32_t);
274 constexpr bool4 isinf(double4 V) { return isinf((float4)V); } in isinf()