Lines Matching defs:ZA
878 constexpr auto ZA = TV::template XAAATruncZeroOf<T>;
880 this->template checkCastTo<F, T>({{XAAA, ZA}, {X555, Z5}},
885 this->template checkCastTo<F, T>({{XAAA, ZA}}, {{XAAA, 0}});
887 this->template checkCastTo<F, T>({{XAAA, ZA}, {1, 42}}, {{XAAA, 42}});
890 this->template checkCastTo<F, T>({{XAAA, ZA}}, {{0, 0}, {XAAA, ToMAX}});
892 this->template checkCastTo<F, T>({{1, 42}, {XAAA, ZA}},
1067 constexpr auto ZA = TV::template XAAATruncZeroOf<T>;
1069 this->template checkCastTo<F, T>({{XAAA, ZA}, {X555, Z5}},
1074 this->template checkCastTo<F, T>({{XAAA, ZA}}, {{0, 0}, {XAAA, ToMAX}});
1076 this->template checkCastTo<F, T>({{XAAA, ZA}, {1, 42}},
1080 this->template checkCastTo<F, T>({{XAAA, ZA}}, {{XAAA, 0}});
1082 this->template checkCastTo<F, T>({{1, 42}, {XAAA, ZA}}, {{XAAA, 42}});