Searched defs:isInf (Results 1 – 13 of 13) sorted by relevance
191 auto isInf = abs > 65504.0f ? ~0u : 0u; in EvalSpecConstantUnaryOp() local
291 auto isInf = CmpGT(abs, SIMD::Float(65504.0f)); in EmitUnaryOp() local
191 TEST(MathUtilTest, isInf) in TEST() argument
1152 inline bool isInf(float f) in isInf() function
38 bool isInf(const Variable *Var) { in isInf() function
125 …inline bool isInf (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBi… in isInf() function in tcu::Float
1275 inline bool isInf(float f) in isInf() function
775 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local855 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
850 const bool isInf = !isNan && rnd.getFloat() > 0.4f; in getInputValues() local932 const bool isInf = rnd.getFloat() > 0.3f; in getInputValues() local
653 const bool isInf = rnd.getFloat() > 0.75f; in infNanRandomFloats() local
1316 bool isInf = APF.isInfinity(); in WriteConstantInternal() local