Searched defs:isInf (Results 1 – 10 of 10) sorted by relevance
430 isInf() const in isInf() function
117 …inline bool isInf (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBi… in isInf() function in tcu::Float
38 bool isInf(const Variable *Var) { in isInf() function
67 bool isInf(double x) in isInf() function
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
1016 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local1112 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
1364 def isInf(self): member in Real
1151 bool isInf = CFP->getValueAPF().isInfinity(); in WriteConstantInternal() local
1300 bool isInf = APF.isInfinity(); in WriteConstantInternal() local