Searched defs:isInf (Results 1 – 7 of 7) 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
889 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local971 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
1059 bool isInf = CFP->getValueAPF().isInfinity(); in WriteConstantInternal() local