Home
last modified time | relevance | path

Searched refs:DECIMAL (Results 1 – 25 of 75) sorted by relevance

123

/external/llvm-project/lldb/include/lldb/Core/
DIOStreamMacros.h31 #define DECIMAL std::dec << std::setfill(' ') macro
32 #define DECIMAL_WIDTH(w) DECIMAL << std::setw(w)
/external/antlr/runtime/JavaScript/tests/functional/
Dt015calc.g37 | n=DECIMAL {result = parseFloat($n.text);}
45 DECIMAL: DIGIT+ '.' DIGIT+;
/external/antlr/runtime/Python3/tests/
Dt015calc.g41 | n=DECIMAL {result = float($n.text)}
49 DECIMAL: DIGIT+ '.' DIGIT+;
/external/antlr/runtime/Python/tests/
Dt015calc.g41 | n=DECIMAL {result = float($n.text)}
49 DECIMAL: DIGIT+ '.' DIGIT+;
/external/antlr/runtime/Cpp/tests/
Dt015calc.g54 | n=DECIMAL {result = float($n.text)}
62 DECIMAL: DIGIT+ '.' DIGIT+;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java181 …checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, …",…
184 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
187 …checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 9…
190 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
210 …checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 0.0~1.5, 1.1e5…
214 …checkNewSamples(description, test, "many", PluralRules.SampleType.DECIMAL, "@decimal 2.1e6, 3.1e6,…
218 …checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 2.0~3.5, 10.…
732 … FixedDecimalSamples decimalSamples = rules.getDecimalSamples(keyword, SampleType.DECIMAL);
752 assertNull(locale + ", list is null", rules.getSamples("@#$%^&*", SampleType.DECIMAL));
956 … status = pluralRules.getKeywordStatus(keyword, 0, explicits, uniqueValue, SampleType.DECIMAL);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRulesTest.java184 …checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, …",…
187 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
190 …checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 9…
193 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
213 …checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 0.0~1.5, 1.1e5…
217 …checkNewSamples(description, test, "many", PluralRules.SampleType.DECIMAL, "@decimal 2.1e6, 3.1e6,…
221 …checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 2.0~3.5, 10.…
735 … FixedDecimalSamples decimalSamples = rules.getDecimalSamples(keyword, SampleType.DECIMAL);
755 assertNull(locale + ", list is null", rules.getSamples("@#$%^&*", SampleType.DECIMAL));
959 … status = pluralRules.getKeywordStatus(keyword, 0, explicits, uniqueValue, SampleType.DECIMAL);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTypesTest.java39 assertEquals(DECIMAL, 3); in testPublicStatics()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DCompactData.java29 DECIMAL, CURRENCY enumConstant
96 sb.append(compactType == CompactType.DECIMAL ? "/decimalFormat" : "/currencyFormat"); in getResourceBundleKey()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCompactData.java24 DECIMAL, CURRENCY enumConstant
91 sb.append(compactType == CompactType.DECIMAL ? "/decimalFormat" : "/currencyFormat"); in getResourceBundleKey()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcommon.h32 #define DECIMAL 10 macro
/external/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c69 #define DECIMAL 'd' macro
248 format = DECIMAL; in parse_options()
808 case DECIMAL: in prt_buf()
/external/harfbuzz_ng/src/
Dhb-cff-interp-dict-common.hh102 enum Nibble { DECIMAL=10, EXP_POS, EXP_NEG, RESERVED, NEG, END }; in parse_bcd() enumerator
/external/icu/icu4c/source/data/translit/
DArab_Latn.txt29 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR
31 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
Dfa_fa_Latn_BGN.txt47 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR
49 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
Dar_ar_Latn_BGN.txt50 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR
52 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
Dps_ps_Latn_BGN.txt47 [:Nd:]{٫}[:Nd:] ↔ [:Nd:]{','}[:Nd:] ; # ARABIC DECIMAL SEPARATOR
49 ٫ ↔ ',' $disambig ; # ARABIC DECIMAL SEPARATOR
Ddv_dv_Latn_BGN.txt176 ٫ → '.'; # U+066B ARABIC DECIMAL SEPARATOR
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java1151 DECIMAL enumConstant
1255 sampleType2 = SampleType.DECIMAL; in parse()
1644 if (integerSamples.sampleType == SampleType.DECIMAL) { in parseRule()
1652 …tegerSamples.sampleType != SampleType.INTEGER || decimalSamples.sampleType != SampleType.DECIMAL) { in parseRule()
1760 case DECIMAL: in isLimited()
2401 case DECIMAL: in getSamples()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1097 DECIMAL enumConstant
1190 sampleType2 = SampleType.DECIMAL; in parse()
1575 if (integerSamples.sampleType == SampleType.DECIMAL) { in parseRule()
1583 …tegerSamples.sampleType != SampleType.INTEGER || decimalSamples.sampleType != SampleType.DECIMAL) { in parseRule()
1691 case DECIMAL: in isLimited()
2340 case DECIMAL: in getSamples()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPluralRuleGeneration.java50 boolean d = rules.computeLimited("one", SampleType.DECIMAL); in TestGeneration()
99 SampleType.DECIMAL); in TestAtoms()
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java169 public static final String DECIMAL = "decimal"; field in LDMLConstants
531 public static final String DECIMAL_O = "<" + DECIMAL + ">";
532 public static final String DECIMAL_C = "</" + DECIMAL + ">";
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
Dcpuset_cpu_hog.c132 opt_value = strtol(optarg, &endptr, DECIMAL); in checkopt()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratePluralConfirmation.java137 samples = rules.getDecimalSamples(keyword, PluralRules.SampleType.DECIMAL); in mainOld()
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_initfile.dict117 DECIMAL="DECIMAL"

123