/external/parameter-framework/upstream/test/test-fixed-point-parameter/ |
D | Main.py | 34 from decimal import Decimal 83 Decimal(0), 84 Decimal(self._lowerAllowedBound), 85 Decimal(self._upperAllowedBound) 93 Decimal(self._lowerAllowedBound) - Decimal(bigValue), 94 Decimal(self._upperAllowedBound) + Decimal(bigValue), 95 Decimal(self._lowerAllowedBound) - Decimal(littleValue), 96 Decimal(self._upperAllowedBound) + Decimal(littleValue) 159 returnValue = Decimal(firstGet) 164 upperAllowedValue = Decimal(valuePreviouslySet) + (Decimal(self._quantum) / Decimal(2)) [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
D | types.py | 28 from decimal import (Decimal, DecimalException, Context, 45 numerator, denominator = Decimal(n), Decimal(d) 57 types = (int, long_type, float, Decimal, bool) 59 types = (int, long_type, float, Decimal) 283 if isinstance(attr, float) and not hasattr(Decimal, 'from_float'):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/emr/ |
D | test_instance_group_args.py | 7 from decimal import Decimal 37 'SPOT', 'master', bidprice=Decimal(1.10))
|
/external/openssh/ |
D | moduli.0 | 23 type Decimal number specifying the internal structure of 36 tests Decimal number indicating the type of primality tests 50 trials Decimal number indicating the number of primality 53 size Decimal number indicating the size of the prime in
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/ |
D | test_types.py | 23 from decimal import Decimal 39 self.assertEqual(dynamizer.encode(Decimal('1.1')), {'N': '1.1'}) 59 self.assertEqual(dynamizer.decode({'N': '1.1'}), Decimal('1.1'))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/ |
D | test_layer2.py | 28 from decimal import Decimal 458 item['decimalvalue'] = Decimal('1.12345678912345') 461 self.assertEqual(retrieved['decimalvalue'], Decimal('1.12345678912345')) 481 item['decimalvalue'] = Decimal('129271300103398600') 484 self.assertEqual(retrieved['decimalvalue'], Decimal('129271300103398600'))
|
/external/google-breakpad/src/testing/test/ |
D | gmock-generated-function-mockers_test.cc | 84 virtual int Decimal(bool b, char c, short d, int e, long f, // NOLINT 127 MOCK_METHOD10(Decimal, int(bool, char, short, int, long, float, // NOLINT 203 EXPECT_CALL(mock_foo_, Decimal(true, 'a', 0, 0, 1L, A<float>(), in TEST_F() 207 EXPECT_EQ(5, foo_->Decimal(true, 'a', 0, 0, 1, 0, 0, 5, NULL, "hi")); in TEST_F()
|
/external/gmock/test/ |
D | gmock-generated-function-mockers_test.cc | 84 virtual int Decimal(bool b, char c, short d, int e, long f, // NOLINT 127 MOCK_METHOD10(Decimal, int(bool, char, short, int, long, float, // NOLINT 215 EXPECT_CALL(mock_foo_, Decimal(true, 'a', 0, 0, 1L, A<float>(), in TEST_F() 219 EXPECT_EQ(5, foo_->Decimal(true, 'a', 0, 0, 1, 0, 0, 5, NULL, "hi")); in TEST_F()
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | entities.test | 267 {"description": "Decimal numeric entity followed by hex character a.", 271 {"description": "Decimal numeric entity followed by hex character A.", 275 {"description": "Decimal numeric entity followed by hex character f.", 279 {"description": "Decimal numeric entity followed by hex character A.",
|
/external/valgrind/none/tests/s390x/ |
D | dfp-1.stdout.exp | 1 Decimal floating point arithmetic
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/ |
D | response.py | 24 from decimal import Decimal 97 value = Decimal(value)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/ |
D | response.py | 19 from decimal import Decimal 377 value = Decimal(value) 405 value = Decimal(value) 431 value = Decimal(value or '0')
|
/external/lldb/tools/debugserver/source/ |
D | DNBDefs.h | 184 Decimal, enumerator
|
D | RNBRemote.cpp | 1690 case Decimal: ostrm << "format:decimal;"; break; in HandlePacket_qRegisterInfo()
|
/external/icu/icu4c/source/data/lang/ |
D | fil.txt | 452 hanidec{"Mga Chinese Decimal na Numeral"}
|
D | en.txt | 967 hanidec{"Chinese Decimal Numerals"}
|
/external/icu/icu4c/source/test/testdata/ |
D | dcfmtest.txt | 8 # Decimal formatter test cases.
|
/external/ImageMagick/ |
D | Install-unix.txt | 274 Quantum Depth Valid Range (Decimal) Valid Range (Hex)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1977 // Decimal Adjust AL after Addition 1982 // Decimal Adjust AL after Subtraction
|
/external/valgrind/ |
D | NEWS | 887 * Support for s390x Decimal Floating Point instructions on hosts that 1333 * Support for POWER Decimal Floating Point instructions.
|
D | configure.ac | 1450 # DFP (Decimal Float)
|
/external/pcre/dist/doc/ |
D | pcre.txt | 5410 Nd Decimal number 7768 Nd Decimal number
|
/external/icu/icu4c/source/data/unidata/ |
D | ppucd.txt | 844 value;nt;De;Decimal
|