Home
last modified time | relevance | path

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

12345

/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/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/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/icu4c/test/testdata/
Ddcfmtest.txt18 # format pattern round-mode "decimal number" "expected formatted result"
20 # Fields are separated by spaces or tabs. Input text to be parsed, decimal numbers
/external/chromium/third_party/icu/public/i18n/unicode/
Ddtptngen.h333 void setDecimal(const UnicodeString& decimal);
391 UnicodeString decimal; variable
/external/icu4c/i18n/unicode/
Ddtptngen.h384 void setDecimal(const UnicodeString& decimal);
442 UnicodeString decimal; variable
/external/chromium/third_party/icu/source/i18n/
Ddtptngen.cpp315 decimal = other.decimal; in operator =()
318 decimal.getTerminatedBuffer(); in operator =()
346 (dateTimeFormat==other.dateTimeFormat) && (decimal==other.decimal)) { in operator ==()
800 this->decimal = newDecimal; in setDecimal()
802 this->decimal.getTerminatedBuffer(); in setDecimal()
807 return decimal; in getDecimal()
858 decimal = dfs.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); in setDecimalSymbols()
860 decimal.getTerminatedBuffer(); in setDecimalSymbols()
1016 field = field + decimal + newField; in adjustFieldTypes()
Dudatpg.cpp188 const UChar *decimal, int32_t length) { in udatpg_setDecimal() argument
189 UnicodeString decimalString((UBool)(length<0), decimal, length); in udatpg_setDecimal()
/external/icu4c/i18n/
Ddtptngen.cpp310 decimal = other.decimal; in operator =()
313 decimal.getTerminatedBuffer(); in operator =()
341 (dateTimeFormat==other.dateTimeFormat) && (decimal==other.decimal)) { in operator ==()
808 this->decimal = newDecimal; in setDecimal()
810 this->decimal.getTerminatedBuffer(); in setDecimal()
815 return decimal; in getDecimal()
866 decimal = dfs.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); in setDecimalSymbols()
868 decimal.getTerminatedBuffer(); in setDecimalSymbols()
1025 field = field + decimal + newField; in adjustFieldTypes()
Dudatpg.cpp199 const UChar *decimal, int32_t length) { in udatpg_setDecimal() argument
200 UnicodeString decimalString((UBool)(length<0), decimal, length); in udatpg_setDecimal()
/external/iptables/extensions/
Dlibipt_DSCP.man6 Set the DSCP field to a numerical value (can be decimal or hex)
Dlibipt_dscp.man5 Match against a numeric (decimal or hex) value [0-32].
/external/libvpx/examples/includes/HTML-Toc-0.91/t/
Doptions.t105 # function: Test 'decimal' numbering style.
119 'numberingStyle' => 'decimal'
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/
Dphrtab.utf17 ! mapval: decimal number encoded in a single byte (max 255)
Dacctab.utf17 ! mapval: decimal number encoded in a single byte (max 255)
/external/webkit/WebKitTools/iExploder/htdocs/
Dcssvalues.in98 decimal
99 decimal-leading-zero
/external/chromium/third_party/icu/source/test/intltest/
Dtsdcfmsy.cpp69 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); in testSymbols() local
70 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal); in testSymbols()
/external/icu4c/test/intltest/
Dtsdcfmsy.cpp69 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); in testSymbols() local
70 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal); in testSymbols()
/external/quake/quake/src/WinQuake/
Dcommon.cpp356 int decimal, total; in Q_atof() local
399 decimal = -1; in Q_atof()
406 decimal = total; in Q_atof()
415 if (decimal == -1) in Q_atof()
417 while (total > decimal) in Q_atof()
/external/webkit/JavaScriptCore/icu/unicode/
Dumachine.h198 # error int64_t is required for decimal format and rule-based number format.
/external/icu4c/common/unicode/
Dumachine.h182 # error int64_t is required for decimal format and rule-based number format.
/external/webkit/JavaScriptGlue/icu/unicode/
Dumachine.h198 # error int64_t is required for decimal format and rule-based number format.
/external/chromium/third_party/icu/public/common/unicode/
Dumachine.h175 # error int64_t is required for decimal format and rule-based number format.
/external/webkit/WebCore/icu/unicode/
Dumachine.h198 # error int64_t is required for decimal format and rule-based number format.
/external/webkit/WebKit/mac/icu/unicode/
Dumachine.h198 # error int64_t is required for decimal format and rule-based number format.

12345