Searched defs:isInf (Results 1 – 6 of 6) sorted by relevance
246 Bool isInf; in convert_f80le_to_f64le() local
117 …inline bool isInf (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBi… in isInf() function in tcu::Float
248 Bool isInf; in convert_f80le_to_f64le() local
812 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local892 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
843 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local925 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
789 bool isInf = CFP->getValueAPF().isInfinity(); in WriteConstantInternal() local