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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
dqPlus.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fpformat.py 11 digits_behind: number of digits behind the decimal point
25 # \2 digits left of decimal point
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
copy.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
copyabs.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
copynegate.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
ddAbs.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
ddClass.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
ddCopy.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
ddCopyAbs.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
ddCopyNegate.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
ddMinus.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
ddPlus.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
dqAbs.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
dqClass.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
dqCopy.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
dqCopyAbs.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
dqCopyNegate.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
dqMinus.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
dqPlus.decTest 5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.cpp 10 // Decimal Formatter tests, data driven.
209 "\"([^\"]*)\"\\s+" // Capture group 3: expected parsed decimal
267 parseLineMat.group(3, status), // Expected Decimal String
281 formatLineMat.group(3, status), // input decimal number
369 const UnicodeString &input, // input decimal number
  /libcore/luni/src/main/java/java/text/
NumberFormat.java 39 * Your code can be completely independent of the locale conventions for decimal
40 * points, thousands-separators, or even the particular decimal digits used, or
41 * whether the number format is even decimal.
110 * <li>align the decimal point and other areas.</li>
117 * offset between the last character of the integer and the decimal. Add
123 * is no decimal but possibly additional characters before or after the number,
518 * stops if a decimal separator is encountered.
667 * value then subsequent parsing attempts will stop if a decimal separator
785 * This constant stands for the decimal separator.
787 public static final Field DECIMAL_SEPARATOR = new Field("decimal separator")
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
DigitsKeyListenerTest.java 106 String destString = "dest string without sign and decimal";
204 String destString = "dest string without sign and decimal";
283 String destString = "dest string without sign and decimal";
464 * because text view accepts only one decimal point per field.
508 * because text view accepts only one decimal point per field.
676 public MockDigitsKeyListener(boolean sign, boolean decimal) {
677 super(sign, decimal);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
udatpg.h 446 * 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/
udatpg.h 448 * 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.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 582 >>> from decimal import Decimal
585 "print +Decimal ('21.3e-5')*-Decimal ('.1234')/Decimal ('81.7')"
595 Output from calculations with Decimal should be identical across all
607 (NAME, 'Decimal'),

Completed in 328 milliseconds

<<11121314151617181920>>