HomeSort by relevance Sort by last modified time
    Searched defs:decimal (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/third_party/freetype/src/psaux/
psconv.c 27 /* 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/icu/source/i18n/unicode/
dtptngen.h 374 * 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
  /external/icu4c/i18n/unicode/
dtptngen.h 376 * 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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_decode.py 1 import decimal namespace
9 rval = self.loads('1.1', parse_float=decimal.Decimal)
10 self.assertTrue(isinstance(rval, decimal.Decimal))
11 self.assertEqual(rval, decimal.Decimal('1.1'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_decode.py 1 import decimal namespace
9 rval = self.loads('1.1', parse_float=decimal.Decimal)
10 self.assertTrue(isinstance(rval, decimal.Decimal))
11 self.assertEqual(rval, decimal.Decimal('1.1'))
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdcfmsy.cpp 69 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); local
70 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal);
220 errln("ERROR: construction of decimal format failed");
  /external/icu4c/test/intltest/
tsdcfmsy.cpp 69 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); local
70 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal);
220 errln("ERROR: construction of decimal format failed");
  /external/freetype/src/psaux/
psconv.c 38 /* 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 *= 10
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
JSONValues.cpp 222 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_r11g11b10f.h 119 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/llvm/tools/llvm-size/
llvm-size.cpp 50 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/mesa3d/src/gallium/auxiliary/util/
u_format_r11g11b10f.h 119 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;
  /libcore/luni/src/main/java/java/lang/
StringToReal.java 154 int decimal = s.indexOf('.'); local
155 if (decimal > -1) {
156 result.e -= end - decimal - 1;
157 s = s.substring(start, decimal) + s.substring(decimal + 1, end);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/decimal/
decimal.h 0 // decimal classes -*- C++ -*-
25 /** @file decimal/decimal.h
27 * Do not attempt to use it directly. @headername{decimal}
40 namespace decimal namespace
465 } // namespace decimal
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp 47 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/VEX/priv/
guest_s390_helpers.c 807 s390_do_cvb(ULong decimal)
814 : [input] "m"(decimal)
821 UInt s390_do_cvb(ULong decimal) { return 0; }
826 /*--- Clean helper for "convert to decimal". ---*/
833 ULong decimal; local
837 : [result] "=m"(decimal)
841 return decimal;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/chromium_org/third_party/icu/source/common/
uloc.c 2194 char *decimal; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp 214 * CURRENCY_SIGN is seen in a pattern, then the decimal separator is
215 * replaced with the monetary decimal separator.
1202 const UnicodeString *decimal; local
1879 const UnicodeString *decimal; local
    [all...]

Completed in 1277 milliseconds

1 2 3