BloombergLP::bdldfp::DecimalImpUtil_IntelDfp::notEqual

notEqual overloads

Synopses

Declared in <bdldfp_decimalimputil_inteldfp.h>

Return true if lhs and rhs are not equal.

static
bool
notEqual(
    ValueType128 lhs,
    ValueType128 rhs);
» more...

Return false if the specified lhs and rhs have the same value, and true otherwise. Two decimal objects have the same value if the compareQuietEqual operation (IEEE-754 defined, non-total ordering comparison) considers the underlying IEEE representations equal. In other words, two decimal objects have the same value if:

static
bool
notEqual(
    ValueType32 lhs,
    ValueType32 rhs);
» more...

Return true if lhs and rhs are not equal.

static
bool
notEqual(
    ValueType64 lhs,
    ValueType64 rhs);
» more...