Searched refs:Decimal (Results 1 - 5 of 5) sorted by relevance

/external/parameter-framework/test/test-fixed-point-parameter/
H A DMain.py34 from decimal import Decimal namespace
81 Decimal(0),
82 Decimal(self._lowerAllowedBound),
83 Decimal(self._upperAllowedBound)
91 Decimal(self._lowerAllowedBound) - Decimal(bigValue),
92 Decimal(self._upperAllowedBound) + Decimal(bigValue),
93 Decimal(self._lowerAllowedBound) - Decimal(littleValu
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-function-mockers_test.cc84 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>(),
207 EXPECT_EQ(5, foo_->Decimal(true, 'a', 0, 0, 1, 0, 0, 5, NULL, "hi"));
/external/valgrind/none/tests/s390x/
H A Ddfp-1.stdout.exp0 Decimal floating point arithmetic
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h184 Decimal, enumerator in enum:DNBRegisterFormat
H A DRNBRemote.cpp1690 case Decimal: ostrm << "format:decimal;"; break;

Completed in 285 milliseconds