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

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/result/schemas/
decimal-1_1_0 1 ./test/schemas/decimal-1_0.xml fails to validate
decimal-2_1_0 1 ./test/schemas/decimal-2_0.xml fails to validate
decimal-3_1_0 1 ./test/schemas/decimal-3_0.xml fails to validate
decimal-2_1_0.err 1 ./test/schemas/decimal-2_0.xml:12: element val: Schemas validity error : Element 'val': [facet 'minInclusive'] The value '-0.1' is less than the minimum value allowed ('0').
2 ./test/schemas/decimal-2_0.xml:12: element val: Schemas validity error : Element 'val': '-0.1' is not a valid value of the atomic type 'myDecimal'.
3 ./test/schemas/decimal-2_0.xml:13: element val: Schemas validity error : Element 'val': [facet 'minInclusive'] The value '-1' is less than the minimum value allowed ('0').
4 ./test/schemas/decimal-2_0.xml:13: element val: Schemas validity error : Element 'val': '-1' is not a valid value of the atomic type 'myDecimal'.
decimal-1_1_0.err 1 ./test/schemas/decimal-1_0.xml:16: element val: Schemas validity error : Element 'val': '.' is not a valid value of the atomic type 'myDecimal'.
2 ./test/schemas/decimal-1_0.xml:17: element val: Schemas validity error : Element 'val': '-' is not a valid value of the atomic type 'myDecimal'.
3 ./test/schemas/decimal-1_0.xml:18: element val: Schemas validity error : Element 'val': '+' is not a valid value of the atomic type 'myDecimal'.
4 ./test/schemas/decimal-1_0.xml:19: element val: Schemas validity error : Element 'val': '*' is not a valid value of the atomic type 'myDecimal'.
5 ./test/schemas/decimal-1_0.xml:20: element val: Schemas validity error : Element 'val': '- 1' is not a valid value of the atomic type 'myDecimal'.
6 ./test/schemas/decimal-1_0.xml:21: element val: Schemas validity error : Element 'val': '+ 1' is not a valid value of the atomic type 'myDecimal'.
7 ./test/schemas/decimal-1_0.xml:22: element val: Schemas validity error : Element 'val': '+ 0' is not a valid value of the atomic type 'myDecimal'.
8 ./test/schemas/decimal-1_0.xml:23: element val: Schemas validity error : Element 'val': '- 0' is not a valid value of the atomic type 'myDecimal'.
decimal-3_1_0.err 1 ./test/schemas/decimal-3_0.xml:12: element val: Schemas validity error : Element 'val': [facet 'totalDigits'] The value '0.123' has more digits than are allowed ('2').
2 ./test/schemas/decimal-3_0.xml:12: element val: Schemas validity error : Element 'val': '0.123' is not a valid value of the atomic type 'myDecimal'.
3 ./test/schemas/decimal-3_0.xml:13: element val: Schemas validity error : Element 'val': [facet 'totalDigits'] The value '0.023' has more digits than are allowed ('2').
4 ./test/schemas/decimal-3_0.xml:13: element val: Schemas validity error : Element 'val': '0.023' is not a valid value of the atomic type 'myDecimal'.
5 ./test/schemas/decimal-3_0.xml:14: element val: Schemas validity error : Element 'val': [facet 'totalDigits'] The value '123' has more digits than are allowed ('2').
6 ./test/schemas/decimal-3_0.xml:14: element val: Schemas validity error : Element 'val': '123' is not a valid value of the atomic type 'myDecimal'.
7 ./test/schemas/decimal-3_0.xml:15: element val: Schemas validity error : Element 'val': [facet 'totalDigits'] The value '12.3' has more digits than are allowed ('2').
8 ./test/schemas/decimal-3_0.xml:15: element val: Schemas validity error : Element 'val': '12.3' is not a valid value of the atomic type 'myDecimal'.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 11 These are the test cases for the Decimal module.
14 the Decimal arithmetic using the tests provided by Mike Cowlishaw. The latter
19 www2.hursley.ibm.com/decimal/dectest.zip
32 from decimal import *
90 # Decimal behaves differently from decNumber for these testcases so these
148 # Name adapter to be able to change the Decimal and Context
189 # The following functions return True/False rather than a Decimal instance
206 """Class which tests the Decimal class against the test cases.
338 v = Decimal(v, self.context)
412 # The following classes test the behaviour of Decimal according to PEP 32
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 11 These are the test cases for the Decimal module.
14 the Decimal arithmetic using the tests provided by Mike Cowlishaw. The latter
19 www2.hursley.ibm.com/decimal/dectest.zip
32 from decimal import *
90 # Decimal behaves differently from decNumber for these testcases so these
148 # Name adapter to be able to change the Decimal and Context
189 # The following functions return True/False rather than a Decimal instance
206 """Class which tests the Decimal class against the test cases.
338 v = Decimal(v, self.context)
412 # The following classes test the behaviour of Decimal according to PEP 32
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 21 This is a Py2.3 implementation of decimal floating point arithmetic based on
22 the General Decimal Arithmetic Specification:
24 http://speleotrove.com/decimal/decarith.html
30 Decimal floating point has finite precision with arbitrarily large bounds.
38 of the expected Decimal('0.00') returned by decimal floating point).
40 Here are some examples of using the decimal module:
42 >>> from decimal import *
44 >>> Decimal(0)
45 Decimal('0'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 21 This is a Py2.3 implementation of decimal floating point arithmetic based on
22 the General Decimal Arithmetic Specification:
24 http://speleotrove.com/decimal/decarith.html
30 Decimal floating point has finite precision with arbitrarily large bounds.
38 of the expected Decimal('0.00') returned by decimal floating point).
40 Here are some examples of using the decimal module:
42 >>> from decimal import *
44 >>> Decimal(0)
45 Decimal('0'
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/META-INF/services/
java.text.spi.DecimalFormatSymbolsProvider 2 # icu4j decimal format symbols
  /external/llvm/test/YAMLParser/
construct-int.data 4 decimal: +685_230
spec-02-19.data 4 decimal: +12,345
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/assortativity/tests/
test_correlation.py 29 npt.assert_almost_equal(r,-1.0/2,decimal=4)
33 npt.assert_almost_equal(r,-0.57735,decimal=4)
37 npt.assert_almost_equal(r,-1.0/7.0,decimal=4)
42 npt.assert_almost_equal(r,-1.0/2,decimal=4)
46 npt.assert_almost_equal(r,-0.57735,decimal=4)
50 npt.assert_almost_equal(r,-1.0/7.0,decimal=4)
86 npt.assert_almost_equal(r,0.623,decimal=3)
95 npt.assert_almost_equal(r,0.68,decimal=2)
100 npt.assert_almost_equal(r,0.029,decimal=3)
  /cts/apps/CtsVerifier/res/xml/
camera_fov_calibration_preferences.xml 10 android:numeric="decimal"
16 android:numeric="decimal"
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 39 private static final int DECIMAL = 2;
77 * plus the minus sign (only at the beginning) and/or decimal point
80 public DigitsKeyListener(boolean sign, boolean decimal) {
82 mDecimal = decimal;
84 int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0);
97 * plus the minus sign (only at the beginning) and/or decimal point
100 public static DigitsKeyListener getInstance(boolean sign, boolean decimal) {
101 int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0)
153 int decimal = -1; local
    [all...]
  /external/apache-xml/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...]
  /external/libxml2/test/schemas/
empty_1.xsd 6 <xsd:attribute name="value" type="xsd:decimal"/>
  /external/valgrind/tests/
check_dfp_cap 3 # We use this script to check whether or not the processor supports Decimal Floating Point (DFP).
  /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/messageformat/java/com/ibm/icu/simple/
LocaleElements_plurals.java     [all...]
  /external/icu/icu4c/source/i18n/
decfmtst.h 10 * parsing of decimal and group separators.
39 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NumUtil.java 9 * conversion, decimal degree to radians etc)
20 * @param Rpl number of decimal places
  /external/iptables/extensions/
libxt_DSCP.man 6 Set the DSCP field to a numerical value (can be decimal or hex)

Completed in 641 milliseconds

1 2 3 4 5 6 7 8 91011>>