Searched defs:isInf (Results 1 – 8 of 8) 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
419 template<typename T> bool isInf(const T& x) in isInf() function
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
890 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local972 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
1031 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local1128 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
1107 bool isInf = CFP->getValueAPF().isInfinity(); in WriteConstantInternal() local