Lines Matching refs:QNAN
8156 *Ordered* means that neither operand is a QNAN while *unordered* means
8157 that either operand may be a QNAN.
8172 #. ``oeq``: yields ``true`` if both operands are not a QNAN and ``op1``
8174 #. ``ogt``: yields ``true`` if both operands are not a QNAN and ``op1``
8176 #. ``oge``: yields ``true`` if both operands are not a QNAN and ``op1``
8178 #. ``olt``: yields ``true`` if both operands are not a QNAN and ``op1``
8180 #. ``ole``: yields ``true`` if both operands are not a QNAN and ``op1``
8182 #. ``one``: yields ``true`` if both operands are not a QNAN and ``op1``
8184 #. ``ord``: yields ``true`` if both operands are not a QNAN.
8185 #. ``ueq``: yields ``true`` if either operand is a QNAN or ``op1`` is
8187 #. ``ugt``: yields ``true`` if either operand is a QNAN or ``op1`` is
8189 #. ``uge``: yields ``true`` if either operand is a QNAN or ``op1`` is
8191 #. ``ult``: yields ``true`` if either operand is a QNAN or ``op1`` is
8193 #. ``ule``: yields ``true`` if either operand is a QNAN or ``op1`` is
8195 #. ``une``: yields ``true`` if either operand is a QNAN or ``op1`` is
8197 #. ``uno``: yields ``true`` if either operand is a QNAN.