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

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/none/tests/s390x/
dfp-1.stdout.exp 0 Decimal floating point arithmetic
  /libcore/luni/src/main/java/java/sql/
ParameterMetaData.java 133 * Gets the number of decimal digits for a specified parameter.
138 * @return the number of decimal digits ("the precision") for the parameter.
146 * Gets the number of digits after the decimal point for a specified
152 * @return the number of digits after the decimal point ("the scale") for
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
lcast_precision.hpp 145 { // Decimal Floating-point type, most likely a User Defined Type
155 // so assume stream precision remains the default 6 decimal digits.
157 // then you may lose accuracy by only using 6 decimal digits.
161 // radix = 10 and digits10 == the number of decimal digits.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
mode-classes.def 30 DEF_MODE_CLASS (MODE_DECIMAL_FLOAT), /* decimal floating point */ \
real.h 46 unsigned int decimal : 1;
159 Float modes are followed by decimal float modes, with entries for
161 decimal float modes indexed by (MODE - first decimal float mode) +
255 /* Render R as a decimal floating point constant. */
259 /* Render R as a decimal floating point constant, rounded so as to be
273 /* Initialize R from a decimal or hexadecimal string. Return -1 if
276 /* Wrapper to allow different internal representation for decimal floats. */
370 /* Real values to IEEE 754 decimal floats. */
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
csharpkw.swg 26 CSHARPKW(decimal);
  /system/core/logd/
event.logtags 4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
  /libcore/luni/src/main/java/java/lang/
StringToReal.java 155 int decimal = -1; local
159 if (decimal != -1) {
162 decimal = i;
167 if (decimal > -1) {
168 result.e -= end - decimal - 1;
169 s = s.substring(start, decimal) + s.substring(decimal + 1, end);
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c 120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon18013
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
    [all...]
  /external/libxml2/
xmlschemastypes.c 120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon8812
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uversion.h 140 * Parse a string with dotted-decimal version information and
145 * @param versionString A string with dotted-decimal version information,
154 * Parse a Unicode string with dotted-decimal version information and
159 * @param versionString A Unicode string with dotted-decimal version
169 * Write a string with dotted-decimal version information according
  /external/icu/icu4c/source/common/unicode/
uversion.h 140 * Parse a string with dotted-decimal version information and
145 * @param versionString A string with dotted-decimal version information,
154 * Parse a Unicode string with dotted-decimal version information and
159 * @param versionString A Unicode string with dotted-decimal version
169 * Write a string with dotted-decimal version information according
  /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/tools/grit/grit/format/policy_templates/writers/
admx_writer_unittest.py 178 ' <decimal value="1"/>\n'
181 ' <decimal value="0"/>\n'
213 ' <decimal value="1"/>\n'
216 ' <decimal value="0"/>\n'
253 ' <decimal value="1"/>\n'
256 ' <decimal value="0"/>\n'
301 ' <decimal id="SampleIntPolicy" maxValue="2000000000" '
331 ' <decimal value="0"/>\n'
336 ' <decimal value="1"/>\n'
  /external/chromium_org/v8/src/
conversions.cc 218 // Find a sufficiently precise decimal representation of n.
253 // decimal point if needed.
310 // Find a sufficiently precise decimal representation of n.
356 // Find a sufficiently precise decimal representation of n.
426 // Buffer for the decimal part of the result. We only generate up
427 // to kBufferSize - 1 chars for the decimal part.
435 // Get the integer part and the decimal part.
453 // Convert the decimal part. Repeatedly multiply by the radix to
475 // If the number has a decimal part, leave room for the period.
bignum-dtoa.cc 51 // digits yield the shortest decimal representation of v.
56 // Generates 'requested_digits' after the decimal point.
87 // Set decimal-point to -requested_digits. This is what Gay does.
137 // when the generated digits yield the shortest decimal representation of v. A
138 // decimal representation of v is a number lying closer to v than to any other
141 // This is true if d, the decimal representation, is between m- and m+, the
242 // Then we generate 'count' digits of d = x.xxxxx... (without the decimal point)
284 // Generates 'requested_digits' after the decimal point. It might omit
298 // Set decimal-point to -requested_digits. This is what Gay does.
336 // 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
254 * Returns the character which represents the decimal point in a number.
256 * @return the decimal separator character.
315 * Returns the character which represents the decimal point in a monetary
318 * @return the monetary decimal point as a character.
464 * Sets the character which represents the decimal point in a number.
467 * the decimal separator character.
514 * Sets the character which represents the decimal point in a monetary
518 * the monetary decimal separator character.
  /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/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 149 const Decimal ratio = Decimal::fromDouble(static_cast<double>(position) / trackSize);
150 const Decimal fraction = isVertical || !isLeftToRightDirection ? Decimal(1) - ratio : ratio;
152 Decimal value = stepRange.clampValue(stepRange.valueFromProportion(fraction));
154 Decimal closest = input->findClosestTickMarkValue(value);
  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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

Completed in 2483 milliseconds

1 2 3 4 5 67 8 91011>>