Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h111 static const Type kNegInf; member
264 static const Type kNegInf; \
Dmathlimits.cc119 const Type MathLimits<Type>::kNegInf = -HUGE_VAL;
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc389 return TokKind::kNegInf; in LexNumberOrPattern()
506 return "kNegInf";
Dhlo_lexer.h68 kNegInf, // -inf enumerator
Dhlo_parser.cc2286 case TokKind::kNegInf: { in ParseDenseLiteral()
3876 case TokKind::kNegInf: in ParseDouble()