HomeSort by relevance Sort by last modified time
    Searched full:decimal (Results 151 - 175 of 2091) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/docs/
ANDROID-QEMUD-SERVICES.TXT 58 <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
  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 39 * and latin decimal base.
43 /** The Constant ARABIC indicates the ARABIC range and decimal base. */
48 * ARABIC_EXTENDED decimal base.
54 * decimal base.
58 /** The Constant BENGALI indicates the BENGALI range and decimal base. */
61 /** The Constant GURMUKHI indicates the GURMUKHI range and decimal base. */
64 /** The Constant GUJARATI indicates the GUJARATI range and decimal base. */
67 /** The Constant ORIYA indicates the ORIYA range and decimal base. */
70 /** The Constant TAMIL indicates the TAMIL range and decimal base. */
73 /** The Constant TELUGU indicates the TELUGU range and decimal base. *
    [all...]
  /external/chromium_org/v8/src/
conversions.cc 178 // Find a sufficiently precise decimal representation of n.
213 // decimal point if needed.
271 // Find a sufficiently precise decimal representation of n.
317 // Find a sufficiently precise decimal representation of n.
387 // Buffer for the decimal part of the result. We only generate up
388 // to kBufferSize - 1 chars for the decimal part.
396 // Get the integer part and the decimal part.
414 // Convert the decimal part. Repeatedly multiply by the radix to
436 // If the number has a decimal part, leave room for the period.
bignum-dtoa.cc 74 // digits yield the shortest decimal representation of v.
79 // Generates 'requested_digits' after the decimal point.
110 // Set decimal-point to -requested_digits. This is what Gay does.
160 // when the generated digits yield the shortest decimal representation of v. A
161 // decimal representation of v is a number lying closer to v than to any other
164 // This is true if d, the decimal representation, is between m- and m+, the
265 // Then we generate 'count' digits of d = x.xxxxx... (without the decimal point)
307 // Generates 'requested_digits' after the decimal point. It might omit
321 // Set decimal-point to -requested_digits. This is what Gay does.
359 // approximation for the exponent of the decimal approimation .digits * 10^k
    [all...]
  /external/v8/src/
conversions.cc 165 // Find a sufficiently precise decimal representation of n.
200 // decimal point if needed.
258 // Find a sufficiently precise decimal representation of n.
304 // Find a sufficiently precise decimal representation of n.
374 // Buffer for the decimal part of the result. We only generate up
375 // to kBufferSize - 1 chars for the decimal part.
383 // Get the integer part and the decimal part.
400 // Convert the decimal part. Repeatedly multiply by the radix to
422 // If the number has a decimal part, leave room for the period.
bignum-dtoa.cc 74 // digits yield the shortest decimal representation of v.
79 // Generates 'requested_digits' after the decimal point.
110 // Set decimal-point to -requested_digits. This is what Gay does.
160 // when the generated digits yield the shortest decimal representation of v. A
161 // decimal representation of v is a number lying closer to v than to any other
164 // This is true if d, the decimal representation, is between m- and m+, the
265 // Then we generate 'count' digits of d = x.xxxxx... (without the decimal point)
307 // Generates 'requested_digits' after the decimal point. It might omit
321 // Set decimal-point to -requested_digits. This is what Gay does.
359 // approximation for the exponent of the decimal approimation .digits * 10^k
    [all...]
  /libcore/luni/src/main/java/java/text/
DecimalFormatSymbols.java 31 * Encapsulates the set of symbols (such as the decimal separator, the grouping
249 * Returns the character which represents the decimal point in a number.
251 * @return the decimal separator character.
295 * Returns the character which represents the decimal point in a monetary
298 * @return the monetary decimal point as a character.
444 * Sets the character which represents the decimal point in a number.
447 * the decimal separator character.
494 * Sets the character which represents the decimal point in a monetary
498 * the monetary decimal separator character.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 48 unsigned int decimal : 1;
161 Float modes are followed by decimal float modes, with entries for
163 decimal float modes indexed by (MODE - first decimal float mode) +
257 /* Render R as a decimal floating point constant. */
261 /* Render R as a decimal floating point constant, rounded so as to be
275 /* Initialize R from a decimal or hexadecimal string. Return -1 if
278 /* Wrapper to allow different internal representation for decimal floats. */
372 /* Real values to IEEE 754 decimal floats. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 48 unsigned int decimal : 1;
161 Float modes are followed by decimal float modes, with entries for
163 decimal float modes indexed by (MODE - first decimal float mode) +
257 /* Render R as a decimal floating point constant. */
261 /* Render R as a decimal floating point constant, rounded so as to be
275 /* Initialize R from a decimal or hexadecimal string. Return -1 if
278 /* Wrapper to allow different internal representation for decimal floats. */
372 /* Real values to IEEE 754 decimal floats. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 48 unsigned int decimal : 1;
161 Float modes are followed by decimal float modes, with entries for
163 decimal float modes indexed by (MODE - first decimal float mode) +
257 /* Render R as a decimal floating point constant. */
261 /* Render R as a decimal floating point constant, rounded so as to be
275 /* Initialize R from a decimal or hexadecimal string. Return -1 if
278 /* Wrapper to allow different internal representation for decimal floats. */
372 /* Real values to IEEE 754 decimal floats. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 48 unsigned int decimal : 1;
161 Float modes are followed by decimal float modes, with entries for
163 decimal float modes indexed by (MODE - first decimal float mode) +
257 /* Render R as a decimal floating point constant. */
261 /* Render R as a decimal floating point constant, rounded so as to be
275 /* Initialize R from a decimal or hexadecimal string. Return -1 if
278 /* Wrapper to allow different internal representation for decimal floats. */
372 /* Real values to IEEE 754 decimal floats. */
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum-dtoa.cc 73 // digits yield the shortest decimal representation of v.
78 // Generates 'requested_digits' after the decimal point.
109 // Set decimal-point to -requested_digits. This is what Gay does.
159 // when the generated digits yield the shortest decimal representation of v. A
160 // decimal representation of v is a number lying closer to v than to any other
163 // This is true if d, the decimal representation, is between m- and m+, the
264 // Then we generate 'count' digits of d = x.xxxxx... (without the decimal point)
306 // Generates 'requested_digits' after the decimal point. It might omit
320 // Set decimal-point to -requested_digits. This is what Gay does.
358 // approximation for the exponent of the decimal approimation .digits * 10^k
    [all...]
  /external/chromium_org/third_party/simplejson/
encoder.py 4 from decimal import Decimal
155 If use_decimal is true (not the default), ``decimal.Decimal`` will
157 with ``parse_float=decimal.Decimal``.
301 Decimal)
309 Decimal=Decimal)
352 Decimal=Decimal
    [all...]
  /external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java 18 * floats instead of this class for decimal math.
28 * Decimal one as represented by the Fixed class.
128 * How many decimal places to use when converting a fixed point value to
129 * a decimal string.
188 * Converts a fixed point value into a decimal string.
415 * Returns a fixed point value greater than or equal to decimal 0.0 and
  /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:
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalScaleOperationsTest.java 253 * Move the decimal point to the left; the shift value is positive
267 * Move the decimal point to the left; the shift value is positive
281 * Move the decimal point to the right; the shift value is positive
295 * Move the decimal point to the right; the shift value is positive
310 * Move the decimal point to the right; the shift value is positive
324 * Move the decimal point to the right when the scale overflows
  /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/icu/source/i18n/unicode/
unum.h 36 * for decimal points, thousands-separators, or even the particular
37 * decimal digits used, or whether the number format is even decimal.
38 * There are different number format styles like decimal, currency,
118 * <li>(b) align the decimal point and other areas.
137 * Decimal format defined by pattern
141 /** Decimal format */
377 * Format a decimal number using a UNumberFormat.
380 * as defined in the Decimal Arithmetic Specification, available at
381 * http://speleotrove.com/decimal
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
DateInputType.cpp 75 return InputType::createStepRange(anyStepHandling, 0, Decimal::fromDouble(DateComponents::minimumDate()), Decimal::fromDouble(DateComponents::maximumDate()), stepDescription);

Completed in 2029 milliseconds

1 2 3 4 5 67 8 91011>>