Searched refs:IsPosInf (Results 1 – 2 of 2) sorted by relevance
49 static bool IsPosInf(const Type x) {50 bool found_inf = MathLimits<T>::IsPosInf(x.a);52 found_inf = MathLimits<T>::IsPosInf(x.v[i]);
66 def IsPosInf(val): function155 self.assertTrue(IsPosInf(golden_message.optional_float))156 self.assertTrue(IsPosInf(golden_message.optional_double))157 self.assertTrue(IsPosInf(golden_message.repeated_float[0]))158 self.assertTrue(IsPosInf(golden_message.repeated_double[0]))203 self.assertTrue(IsPosInf(golden_message.packed_float[0]))204 self.assertTrue(IsPosInf(golden_message.packed_double[0]))