Home
last modified time | relevance | path

Searched refs:kDecimal (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/flatbuffers/src/
H A Dflathash.cpp25 enum OutputFormat { kDecimal, kHexadecimal, kHexadecimal0x }; enumerator
80 output_format = kDecimal; in main()
93 if (output_format == kDecimal) { in main()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_lexer.cc303 return TokKind::kDecimal; in LexIdentifier()
379 return TokKind::kDecimal; in LexNumberOrPattern()
441 return TokKind::kDecimal; in LexNumberOrPattern()
581 return "kDecimal";
H A Dhlo_lexer.h79 kDecimal, // 4.2 enumerator
116 CHECK(GetKind() == TokKind::kDecimal); in GetDecimalVal()
H A Dhlo_parser.cc3699 case TokKind::kDecimal: in ParseDenseLiteral()
5657 case TokKind::kDecimal: { in ParseDouble()
/aosp_15_r20/external/pdfium/xfa/fgas/crt/
H A Dlocale_iface.h25 kDecimal, enumerator
H A Dcfgas_stringformatter.cpp57 {SUBC(0x54034c2f, "decimal", LocaleIface::NumSubcategory::kDecimal)},
1029 LocaleIface::NumSubcategory::kDecimal; in GetNumericFormat()
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_localevalue.h29 kDecimal, enumerator
H A Dcxfa_xmllocale_unittest.cpp212 locale->GetNumPattern(LocaleIface::NumSubcategory::kDecimal)); in TEST_F()
H A Dcxfa_localevalue.cpp35 case CXFA_LocaleValue::ValueType::kDecimal: in ValueCategory()
222 m_eType != CXFA_LocaleValue::ValueType::kDecimal && in GetDoubleNum()
H A Dcxfa_nodelocale.cpp33 case LocaleIface::NumSubcategory::kDecimal: in XFA_PatternToString()
H A Dxfa_utils.cpp375 return CXFA_LocaleValue::ValueType::kDecimal; in XFA_GetLocaleValueType()
H A Dcxfa_node.cpp4766 case CXFA_LocaleValue::ValueType::kDecimal: in GetPictureContent()
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context.cpp364 return {true, CXFA_LocaleValue::ValueType::kDecimal}; in PatternStringType()