HomeSort by relevance Sort by last modified time
    Searched refs:IsPosInf (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/google3/
jet_traits.h 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]);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
message_test.py 66 def IsPosInf(val):
141 self.assertTrue(IsPosInf(golden_message.optional_float))
142 self.assertTrue(IsPosInf(golden_message.optional_double))
143 self.assertTrue(IsPosInf(golden_message.repeated_float[0]))
144 self.assertTrue(IsPosInf(golden_message.repeated_double[0]))
189 self.assertTrue(IsPosInf(golden_message.packed_float[0]))
190 self.assertTrue(IsPosInf(golden_message.packed_double[0]))

Completed in 53 milliseconds