Searched defs:EQV (Results 1 – 3 of 3) sorted by relevance
82 constexpr Logical EQV(const Logical &that) const { return NEQV(that).NOT(); } in EQV() function
742 EQV, in ExpressionValue() enumerator
1698 struct EQV : public IntrinsicBinary { struct