Lines Matching defs:XAAA
80 static constexpr T XAAA = static_cast<T>(
83 static constexpr T XAAATruncZeroOf = TruncZeroOf<XAAA, Base>; // 0xAAAA'AB00
99 static constexpr T FromA = ClearLowBytes<XAAA, sizeof(T) - 1> + 42;
876 constexpr auto XAAA = TV::XAAA;
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}},
893 {{0, 42}, {XAAA, ToMAX}});
1065 constexpr auto XAAA = TV::XAAA;
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}},
1077 {{0, 42}, {XAAA, ToMAX}});
1080 this->template checkCastTo<F, T>({{XAAA, ZA}}, {{XAAA, 0}});
1082 this->template checkCastTo<F, T>({{1, 42}, {XAAA, ZA}}, {{XAAA, 42}});