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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/xalan/templates/
DecimalFormatProperties.java 28 * Implement xsl:decimal-format.
30 * <!ELEMENT xsl:decimal-format EMPTY>
31 * <!ATTLIST xsl:decimal-format
33 * decimal-separator %char; "."
73 * Return the decimal format Symbols for this element.
74 * <p>The xsl:decimal-format element declares a decimal-format,
77 * the element declares a named decimal-format; otherwise, it
78 * declares the default decimal-format. The value of the name
80 * It is an error to declare either the default decimal-format or
    [all...]
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 35 private static final int DECIMAL = 2;
64 * plus the minus sign (only at the beginning) and/or decimal point
67 public DigitsKeyListener(boolean sign, boolean decimal) {
69 mDecimal = decimal;
71 int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0);
84 * plus the minus sign (only at the beginning) and/or decimal point
87 public static DigitsKeyListener getInstance(boolean sign, boolean decimal) {
88 int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0)
140 int decimal = -1; local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-039.js 6 - can contain letters, a decimal digit, _, or $
7 - the first character cannot be a decimal digit
lexical-040.js 6 - can contain letters, a decimal digit, _, or $
7 - the first character cannot be a decimal digit
lexical-041.js 6 - can contain letters, a decimal digit, _, or $
7 - the first character cannot be a decimal digit
lexical-042.js 6 - can contain letters, a decimal digit, _, or $
7 - the first character cannot be a decimal digit
  /external/iptables/extensions/
libipt_DSCP.man 6 Set the DSCP field to a numerical value (can be decimal or hex)
libipt_dscp.man 5 Match against a numeric (decimal or hex) value [0-32].
  /cts/tests/res/layout/
inflater_layout.xml 39 android:numeric="decimal"/>
49 android:numeric="integer|decimal"/>
54 android:numeric="signed|decimal"/>
59 android:numeric="signed|integer|decimal"/>
textview_numeric.xml 39 android:numeric="decimal"/>
49 android:numeric="integer|decimal"/>
54 android:numeric="signed|decimal"/>
59 android:numeric="signed|integer|decimal"/>
  /external/chromium/base/third_party/dmg_fp/
dmg_fp.h 10 // Return a nearest machine number to the input decimal
24 // Store the closest decimal approximation to x in b (null terminated).
  /external/icu4c/test/intltest/
dcfmtest.h 10 // Data driven decimal formatter test.
35 // The following functions are internal to the decimal format tests.
  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
ScalarArithmetic.h 44 * (04->01) = decimal part
48 * (15->01) = decimal part
  /external/icu4c/i18n/
digitlst.h 37 // Decimal digits in a 64-bit int
69 * Digit List is actually a Decimal Floating Point number.
71 * decimal number from the decNumber library.
76 * The change to decNumber enables support for big decimal numbers, and
77 * allows rounding computations to be done directly in decimal, avoiding
87 * positive/negative, grouping, decimal point, currency, and so on.
98 * decimal point, by 10^exponent.
107 * DigitList, decimal point is before the most significant.
108 * decNumber, decimal point is after the least signficant digit.
156 * you hit the decimal point, you set myDigitList.fDecimalAt = myDigitList.fCount
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
float.h 46 /* Number of decimal digits, q, such that any floating-point number with q
47 decimal digits can be rounded into a floating-point number with p radix b
48 digits and back again without change to the q decimal digits,
150 /* Number of decimal digits, n, such that any floating-point number in the
152 to a floating-point number with n decimal digits and back again without
164 /* Draft Technical Report 24732, extension for decimal floating-point
165 arithmetic: Characteristic of decimal floating types <float.h>. */
191 /* Maximum representable finite decimal floating-point number
192 (there are 6, 15, and 33 9s after the decimal points respectively). */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
float.h 43 /* Number of decimal digits, q, such that any floating-point number with q
44 decimal digits can be rounded into a floating-point number with p radix b
45 digits and back again without change to the q decimal digits,
147 /* Number of decimal digits, n, such that any floating-point number in the
149 to a floating-point number with n decimal digits and back again without
161 /* Draft Technical Report 24732, extension for decimal floating-point
162 arithmetic: Characteristic of decimal floating types <float.h>. */
188 /* Maximum representable finite decimal floating-point number
189 (there are 6, 15, and 33 9s after the decimal points respectively). */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
float.h 43 /* Number of decimal digits, q, such that any floating-point number with q
44 decimal digits can be rounded into a floating-point number with p radix b
45 digits and back again without change to the q decimal digits,
147 /* Number of decimal digits, n, such that any floating-point number in the
149 to a floating-point number with n decimal digits and back again without
161 /* Draft Technical Report 24732, extension for decimal floating-point
162 arithmetic: Characteristic of decimal floating types <float.h>. */
188 /* Maximum representable finite decimal floating-point number
189 (there are 6, 15, and 33 9s after the decimal points respectively). */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
float.h 46 /* Number of decimal digits, q, such that any floating-point number with q
47 decimal digits can be rounded into a floating-point number with p radix b
48 digits and back again without change to the q decimal digits,
150 /* Number of decimal digits, n, such that any floating-point number in the
152 to a floating-point number with n decimal digits and back again without
164 /* Draft Technical Report 24732, extension for decimal floating-point
165 arithmetic: Characteristic of decimal floating types <float.h>. */
191 /* Maximum representable finite decimal floating-point number
192 (there are 6, 15, and 33 9s after the decimal points respectively). */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
float.h 43 /* Number of decimal digits, q, such that any floating-point number with q
44 decimal digits can be rounded into a floating-point number with p radix b
45 digits and back again without change to the q decimal digits,
147 /* Number of decimal digits, n, such that any floating-point number in the
149 to a floating-point number with n decimal digits and back again without
161 /* Draft Technical Report 24732, extension for decimal floating-point
162 arithmetic: Characteristic of decimal floating types <float.h>. */
188 /* Maximum representable finite decimal floating-point number
189 (there are 6, 15, and 33 9s after the decimal points respectively). */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
float.h 43 /* Number of decimal digits, q, such that any floating-point number with q
44 decimal digits can be rounded into a floating-point number with p radix b
45 digits and back again without change to the q decimal digits,
147 /* Number of decimal digits, n, such that any floating-point number in the
149 to a floating-point number with n decimal digits and back again without
161 /* Draft Technical Report 24732, extension for decimal floating-point
162 arithmetic: Characteristic of decimal floating types <float.h>. */
188 /* Maximum representable finite decimal floating-point number
189 (there are 6, 15, and 33 9s after the decimal points respectively). */
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
float.h 46 /* Number of decimal digits, q, such that any floating-point number with q
47 decimal digits can be rounded into a floating-point number with p radix b
48 digits and back again without change to the q decimal digits,
150 /* Number of decimal digits, n, such that any floating-point number in the
152 to a floating-point number with n decimal digits and back again without
164 /* Draft Technical Report 24732, extension for decimal floating-point
165 arithmetic: Characteristic of decimal floating types <float.h>. */
191 /* Maximum representable finite decimal floating-point number
192 (there are 6, 15, and 33 9s after the decimal points respectively). */
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.8.1.js 36 the number of digits in the decimal representation
41 k digits of the decimal representation of s (in order,
45 most significant n digits of the decimal
46 representation of s, followed by a decimal point
48 decimal representation of s.
50 character '0', followed by a decimal point '.',
52 followed by the k digits of the decimal
58 negative, followed by the decimal representation
61 digit of the decimal representation of s, followed
62 by a decimal point '.', followed by the remaining k
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
decfloat.h 28 * Draft C Extension to support decimal floating-pointing arithmetic:
29 * Characteristics of decimal floating types <decfloat.h>
59 /* Maximum representable finite decimal floating-point number
60 (there are 6, 15, and 33 9s after the decimal points respectively). */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
decfloat.h 28 * Draft C Extension to support decimal floating-pointing arithmetic:
29 * Characteristics of decimal floating types <decfloat.h>
59 /* Maximum representable finite decimal floating-point number
60 (there are 6, 15, and 33 9s after the decimal points respectively). */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
decfloat.h 28 * Draft C Extension to support decimal floating-pointing arithmetic:
29 * Characteristics of decimal floating types <decfloat.h>
59 /* Maximum representable finite decimal floating-point number
60 (there are 6, 15, and 33 9s after the decimal points respectively). */

Completed in 582 milliseconds

1 2 3 4 5 6 7 8 91011>>