Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 25 of 260) sorted by relevance

1234567891011

/external/freetype/src/psaux/
Dpsconv.c149 FT_Long decimal = 0, divider = 1; in PS_Conv_ToFixed() local
191 decimal = decimal * 10 + c; in PS_Conv_ToFixed()
197 decimal = decimal * 10 + c; in PS_Conv_ToFixed()
214 decimal *= 10; in PS_Conv_ToFixed()
225 if ( decimal ) in PS_Conv_ToFixed()
226 integral += FT_DivFix( decimal, divider ); in PS_Conv_ToFixed()
/external/libxml2/
Dxmlschemastypes.c120 xmlSchemaValDecimal decimal; member
245 ret->val->value.decimal.lo = value; in xmlSchemaNewMinLengthFacet()
2352 &v->value.decimal.lo, in xmlSchemaValAtomicType()
2353 &v->value.decimal.mi, in xmlSchemaValAtomicType()
2354 &v->value.decimal.hi); in xmlSchemaValAtomicType()
2360 v->value.decimal.sign = neg; in xmlSchemaValAtomicType()
2363 v->value.decimal.total = 1; in xmlSchemaValAtomicType()
2365 v->value.decimal.total = len; in xmlSchemaValAtomicType()
2367 v->value.decimal.frac = 0; in xmlSchemaValAtomicType()
2369 v->value.decimal.frac = len - integ; in xmlSchemaValAtomicType()
[all …]
/external/llvm/tools/llvm-size/
Dllvm-size.cpp50 enum RadixTy {octal = 8, decimal = 10, hexadecimal = 16}; enumerator
54 cl::init(decimal));
59 clEnumValN(decimal, "d", "Print size in decimal"),
62 cl::init(decimal));
101 case decimal: in PrintObjectSectionSizes()
/external/icu4c/data/locales/
Duz_Arab.txt26 decimal{"٫"}
35 decimal{","}
Dps.txt25 decimal{"٫"}
37 decimal{","}
Des_BO.txt14 decimal{","}
Dde_LI.txt16 decimal{"."}
Des_UY.txt17 decimal{","}
Des_PY.txt17 decimal{","}
Des_CR.txt14 decimal{","}
Dde_CH.txt16 decimal{"."}
Des_VE.txt17 decimal{","}
Dfr_CH.txt16 decimal{"."}
Dit_CH.txt16 decimal{"."}
Dms_BN.txt16 decimal{","}
Des_EC.txt17 decimal{","}
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Ddillo13 decimal
14 decimal-leading-zero
/external/webkit/Source/WebCore/svg/
DSVGParserUtilities.cpp48 FloatType integer, decimal, frac, exponent; in genericParseNumber() local
55 decimal = 0; in genericParseNumber()
96 decimal += (*(ptr++) - '0') * (frac *= static_cast<FloatType>(0.1)); in genericParseNumber()
126 number = integer + decimal; in genericParseNumber()
/external/icu4c/i18n/
Ddecfmtst.cpp215 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse) in getSimilarDecimals() argument
225 if (gStaticSets->fDotEquivalents->contains(decimal)) { in getSimilarDecimals()
229 if (gStaticSets->fCommaEquivalents->contains(decimal)) { in getSimilarDecimals()
Ddecfmtst.h38 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
/external/qemu/docs/
DANDROID-QEMUD-SERVICES.TXT58 <lightname> is the name of a light and <val> is an decimal value
71 <on-ms> and <off-ms> are decimal values expressing timeout in
79 3/ Client sends "vibrator:<timeout>", where <timeout> is a decimal value.
96 containing a decimal mask value. The value is a set of bit-flags
105 2/ Client sends "set-delay:<delay-ms>", where <delay-ms> is a decimal
/external/llvm/test/YAMLParser/
Dspec-02-19.data4 decimal: +12,345
Dconstruct-int.data4 decimal: +685_230
/external/icu4c/i18n/unicode/
Ddtptngen.h384 void setDecimal(const UnicodeString& decimal);
442 UnicodeString decimal; variable
/external/icu4c/test/testdata/
Ddcfmtest.txt19 # format pattern round-mode "decimal number" "expected formatted result"
21 # Fields are separated by spaces or tabs. Input text to be parsed, decimal numbers

1234567891011