Home
last modified time | relevance | path

Searched refs:IsPosInf (Results 1 – 2 of 2) sorted by relevance

/external/ceres-solver/google3/
Djet_traits.h49 static bool IsPosInf(const Type x) {
50 bool found_inf = MathLimits<T>::IsPosInf(x.a);
52 found_inf = MathLimits<T>::IsPosInf(x.v[i]);
/external/protobuf/python/google/protobuf/internal/
Dmessage_test.py66 def IsPosInf(val): function
155 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]))