Home
last modified time | relevance | path

Searched refs:kNegInf (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h124 static const Type kNegInf; member
288 static const Type kNegInf; \
Dmathlimits.cc81 const Type MathLimits<Type>::kNegInf = -HUGE_VAL;
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.h70 kNegInf, // -inf enumerator
Dhlo_lexer.cc388 return TokKind::kNegInf; in LexNumberOrPattern()
517 return "kNegInf";
Dhlo_parser.cc3247 case TokKind::kNegInf: { in ParseDenseLiteral()
4987 case TokKind::kNegInf: in ParseDouble()