Searched refs:IsPosInf (Results 1 – 8 of 8) sorted by relevance
136 static bool IsPosInf(const Type x);175 static bool IsPosInf(const Type /*x*/) { return false; } \253 static bool IsPosInf(const Type x) { return _fpclass(x) == _FPCLASS_PINF; } \260 static bool IsPosInf(const Type x) { return ISINF(x) && x > 0; } \
71 def IsPosInf(val): function146 self.assertTrue(IsPosInf(golden_message.optional_float))147 self.assertTrue(IsPosInf(golden_message.optional_double))148 self.assertTrue(IsPosInf(golden_message.repeated_float[0]))149 self.assertTrue(IsPosInf(golden_message.repeated_double[0]))194 self.assertTrue(IsPosInf(golden_message.packed_float[0]))195 self.assertTrue(IsPosInf(golden_message.packed_double[0]))
26 XlaOp IsPosInf(XlaOp operand);
80 Tuple(&b, {IsFinite(x), IsInf(x), IsPosInf(x), IsNegInf(x), IsNan(x)}); in TestIsInfOrNan()207 {IsPosInf, "is_pos_inf"}, in XLA_TEST_F()
99 XlaOp IsPosInf(XlaOp operand) { in IsPosInf() function125 return IsPosInf(Abs(operand)); in IsInf()
379 if (MathLimits<double>::IsPosInf(value)) return "Infinity"; in DoubleAsString()
103 def IsPosInf(val): function226 self.assertTrue(IsPosInf(golden_message.optional_float))227 self.assertTrue(IsPosInf(golden_message.optional_double))228 self.assertTrue(IsPosInf(golden_message.repeated_float[0]))229 self.assertTrue(IsPosInf(golden_message.repeated_double[0]))281 self.assertTrue(IsPosInf(golden_message.packed_float[0]))282 self.assertTrue(IsPosInf(golden_message.packed_double[0]))
632 let summary = "IsPosInf predicate";