Lines Matching defs:zero
52 * @brief Construct from zero-initialized value.
70 * Consider using zero() for constexpr zeros.
114 static ASTCENC_SIMD_INLINE vfloat8 zero()
159 * @brief Construct from zero-initialized value.
186 * Consider using vfloat4::zero() for constexpr zeros.
230 static ASTCENC_SIMD_INLINE vint8 zero()
792 * It is assumed that @c max is not a NaN value. If @c a is NaN then zero will
805 * If @c a is NaN then zero will be returned for that lane.
951 a = select(vfloat8::zero(), a, m);
962 a = select(vfloat8::zero(), a, m);
1097 // Set index byte MSB to 1 for unused bytes so shuffle returns zero
1109 // Set index byte MSB to 1 for unused bytes so shuffle returns zero
1125 // Set index byte MSB to 1 for unused bytes so shuffle returns zero
1149 * with high bits set to zero.