OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/protobuf/python/google/protobuf/internal/
message_test.py
66
def
IsPosInf
(val):
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]))
Completed in 57 milliseconds