Home
last modified time | relevance | path

Searched refs:aDecimal (Results 1 – 8 of 8) sorted by relevance

/dports/devel/cpputest/cpputest-4.0/src/CppUTest/
H A DTestFailure.cpp258 SimpleString aDecimal = StringFrom(actual); in LongsEqualFailure() local
261 SimpleString::padStringsToSameLength(aDecimal, eDecimal, ' '); in LongsEqualFailure()
263 SimpleString actualReported = aDecimal + " " + BracketsFormattedHexStringFrom(actual); in LongsEqualFailure()
273 SimpleString aDecimal = StringFrom(actual); in UnsignedLongsEqualFailure() local
276 SimpleString::padStringsToSameLength(aDecimal, eDecimal, ' '); in UnsignedLongsEqualFailure()
289 SimpleString aDecimal = StringFrom(actual); in LongLongsEqualFailure() local
292 SimpleString::padStringsToSameLength(aDecimal, eDecimal, ' '); in LongLongsEqualFailure()
304 SimpleString aDecimal = StringFrom(actual); in UnsignedLongLongsEqualFailure() local
307 SimpleString::padStringsToSameLength(aDecimal, eDecimal, ' '); in UnsignedLongLongsEqualFailure()
319 SimpleString aDecimal = StringFrom((int)actual); in SignedBytesEqualFailure() local
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h57 Node(const QueryLoc& aLocation, std::stack<unsigned int> aDecimal) in Node() argument
58 : theDecimal(aDecimal), theLocation(aLocation), theParent(0){} in Node()
91 void setDecimal(std::stack<unsigned int> aDecimal) in setDecimal() argument
93 theDecimal = aDecimal; in setDecimal()
/dports/www/firefox-esr/firefox-91.8.0/gfx/tests/gtest/
H A DTestMatrix.cpp76 auto floor = [&](float aValue, int aDecimal) { in TEST() argument
77 const int digit = pow(10, aDecimal); in TEST()
/dports/www/firefox/firefox-99.0/gfx/tests/gtest/
H A DTestMatrix.cpp76 auto floor = [&](float aValue, int aDecimal) { in TEST() argument
77 const int digit = pow(10, aDecimal); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/tests/gtest/
H A DTestMatrix.cpp76 auto floor = [&](float aValue, int aDecimal) { in TEST() argument
77 const int digit = pow(10, aDecimal); in TEST()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dsbunoobj.cxx692 oleautomation::Decimal aDecimal; in unoToSbxValue() local
693 if( aValue >>= aDecimal ) in unoToSbxValue()
695 pVar->PutDecimal( aDecimal ); in unoToSbxValue()
1217 oleautomation::Decimal aDecimal; in sbxToUnoValue() local
1218 pVar->fillAutomationDecimal( aDecimal ); in sbxToUnoValue()
1219 aRetVal <<= aDecimal; in sbxToUnoValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dsbunoobj.cxx685 oleautomation::Decimal aDecimal; in unoToSbxValue() local
686 if( aValue >>= aDecimal ) in unoToSbxValue()
688 pVar->PutDecimal( aDecimal ); in unoToSbxValue()
1210 oleautomation::Decimal aDecimal; in sbxToUnoValue() local
1211 pVar->fillAutomationDecimal( aDecimal ); in sbxToUnoValue()
1212 aRetVal <<= aDecimal; in sbxToUnoValue()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/roe/
H A DCore.st1589 visitDecimal: aDecimal [
1591 ^self visitNumber: aDecimal