Searched refs:decimal (Results 1 - 25 of 70) sorted by relevance

123

/external/freetype/src/psaux/
H A Dpsconv.c38 /* digits (both decimal and non-decimal) into numbers. */
200 FT_Long decimal = 0; local
235 /* read the decimal part */
253 if ( decimal < 0xCCCCCCCL )
255 decimal = decimal * 10 + c;
290 if ( !integral && !decimal )
304 if ( decimal >= 0xCCCCCCCL )
311 decimal *
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_r11g11b10f.h119 float scale, decimal; local
127 decimal = 1.0f + (float) mantissa / 64;
128 f32.f = scale * decimal;
205 float scale, decimal; local
213 decimal = 1.0f + (float) mantissa / 32;
214 f32.f = scale * decimal;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_r11g11b10f.h119 float scale, decimal; local
127 decimal = 1.0f + (float) mantissa / 64;
128 f32.f = scale * decimal;
205 float scale, decimal; local
213 decimal = 1.0f + (float) mantissa / 32;
214 f32.f = scale * decimal;
/external/icu4c/i18n/
H A Ddecfmtst.h10 * parsing of decimal and group separators.
38 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
H A Ddecfmtst.cpp10 * parsing of decimal and group separators.
215 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse) argument
225 if (gStaticSets->fDotEquivalents->contains(decimal)) {
229 if (gStaticSets->fCommaEquivalents->contains(decimal)) {
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsconv.c27 /* digits (both decimal and non-decimal) into numbers. */
149 FT_Long decimal = 0, divider = 1; local
170 /* read the decimal part */
191 decimal = decimal * 10 + c;
197 decimal = decimal * 10 + c;
214 decimal *= 10;
225 if ( decimal )
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DJSONValues.cpp222 DecimalNumber decimal = m_doubleValue; local
224 if (decimal.bufferLengthForStringDecimal() > WTF::NumberToStringBufferLength) {
225 // Not enough room for decimal. Use exponential format.
226 if (decimal.bufferLengthForStringExponential() > WTF::NumberToStringBufferLength) {
231 length = decimal.toStringExponential(buffer, WTF::NumberToStringBufferLength);
233 length = decimal.toStringDecimal(buffer, WTF::NumberToStringBufferLength);
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp50 enum RadixTy {octal = 8, decimal = 10, hexadecimal = 16}; enumerator in enum:RadixTy
54 cl::init(decimal));
59 clEnumValN(decimal, "d", "Print size in decimal"),
62 cl::init(decimal));
101 case decimal:
/external/compiler-rt/lib/tsan/
H A Danalyze_libtsan.sh30 size=$(grep __tsan_$f$ libtsan.nm | awk --non-decimal-data '{print ("0x"$2)+0}')
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jar ... boolean compile private boolean console private boolean crossref private boolean decimal private java.io.File destDir private boolean diag ...
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon11713
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
1254 * 2-digits integer part and may or may not have a decimal part.
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
2262 * xs:decimal has a whitespace-facet value of 'collapse'.
2285 * and note the position of a decimal point.
2352 &v->value.decimal.lo,
2353 &v->value.decimal
[all...]
/external/libxml2/
H A Dxmlschemastypes.c120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon20806
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
1254 * 2-digits integer part and may or may not have a decimal part.
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
2262 * xs:decimal has a whitespace-facet value of 'collapse'.
2285 * and note the position of a decimal point.
2352 &v->value.decimal.lo,
2353 &v->value.decimal
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtptngen.h374 * The decimal value is used in formatting fractions of seconds. If the
378 * the decimal string is ",". Then the resulting pattern is modified to be
381 * @param decimal
384 void setDecimal(const UnicodeString& decimal);
388 * @return UnicodeString corresponding to the decimal point
442 UnicodeString decimal; member in class:DateTimePatternGenerator
H A Dudatpg.h446 * The decimal value is used in formatting fractions of seconds. If the
450 * the decimal string is ",". Then the resulting pattern is modified to be
454 * @param decimal
455 * @param length the length of decimal.
460 const UChar *decimal, int32_t length);
466 * @param pLength A pointer that will receive the length of the decimal string.
467 * @return corresponding to the decimal point.
/external/icu4c/i18n/unicode/
H A Ddtptngen.h376 * The decimal value is used in formatting fractions of seconds. If the
380 * the decimal string is ",". Then the resulting pattern is modified to be
383 * @param decimal
386 void setDecimal(const UnicodeString& decimal);
390 * @return UnicodeString corresponding to the decimal point
444 UnicodeString decimal; member in class:DateTimePatternGenerator
H A Dudatpg.h448 * The decimal value is used in formatting fractions of seconds. If the
452 * the decimal string is ",". Then the resulting pattern is modified to be
456 * @param decimal
457 * @param length the length of decimal.
462 const UChar *decimal, int32_t length);
468 * @param pLength A pointer that will receive the length of the decimal string.
469 * @return corresponding to the decimal point.
/external/icu4c/common/unicode/
H A Dumachine.h163 # error int64_t is required for decimal format and rule-based number format.
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h182 # error int64_t is required for decimal format and rule-based number format.
/external/valgrind/main/VEX/priv/
H A Dguest_s390_defs.h93 UInt s390_do_cvb(ULong decimal);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dmanual.css62 list-style: decimal inside;
/external/icu4c/test/intltest/
H A Dtsdcfmsy.cpp69 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); local
70 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal);
220 errln("ERROR: construction of decimal format failed");
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGParserUtilities.cpp47 FloatType integer, decimal, frac, exponent; local
54 decimal = 0;
95 decimal += (*(ptr++) - '0') * (frac *= static_cast<FloatType>(0.1));
125 number = integer + decimal;
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp1.stdout.exp576 FPSCR decimal floating point rounding mode 0000000000000003 == 0000000000000003? yes
577 FPSCR decimal floating point rounding mode 0000000100000003 == 0000000100000003? yes
578 FPSCR decimal floating point rounding mode 0000000200000003 == 0000000200000003? yes
579 FPSCR decimal floating point rounding mode 0000000300000003 == 0000000300000003? yes
580 FPSCR decimal floating point rounding mode 0000000400000003 == 0000000400000003? yes
581 FPSCR decimal floating point rounding mode 0000000500000003 == 0000000500000003? yes
582 FPSCR decimal floating point rounding mode 0000000600000003 == 0000000600000003? yes
583 FPSCR decimal floating point rounding mode 0000000700000003 == 0000000700000003? yes
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp1.stdout.exp576 FPSCR decimal floating point rounding mode 0000000000000003 == 0000000000000003? yes
577 FPSCR decimal floating point rounding mode 0000000100000003 == 0000000100000003? yes
578 FPSCR decimal floating point rounding mode 0000000200000003 == 0000000200000003? yes
579 FPSCR decimal floating point rounding mode 0000000300000003 == 0000000300000003? yes
580 FPSCR decimal floating point rounding mode 0000000400000003 == 0000000400000003? yes
581 FPSCR decimal floating point rounding mode 0000000500000003 == 0000000500000003? yes
582 FPSCR decimal floating point rounding mode 0000000600000003 == 0000000600000003? yes
583 FPSCR decimal floating point rounding mode 0000000700000003 == 0000000700000003? yes
/external/chromium_org/third_party/icu/source/i18n/
H A Dudatpg.cpp199 const UChar *decimal, int32_t length) {
200 UnicodeString decimalString((UBool)(length<0), decimal, length);
198 udatpg_setDecimal(UDateTimePatternGenerator *dtpg, const UChar *decimal, int32_t length) argument

Completed in 790 milliseconds

123