Searched refs:kNaNBit (Results 1 – 2 of 2) sorted by relevance
71 const int kNaNBit = 0x02; variable119 result |= kNaNBit; in checkFloatingElement()127 if ((fp_props & kInfBit) && (fp_props & kNaNBit)) { in getErrorString()133 if (fp_props & kNaNBit) { in getErrorString()164 result |= kNaNBit; in checkFloatingElement()178 if (fp_props & kNaNBit) { in getErrorString()
661 result |= kNaNBit;672 if (fp_props & kNaNBit) {688 static constexpr int kNaNBit = 0x04;