/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Utilities/ |
H A D | DateTimeParser.cs | 142 int numberOfDigits = 0; in ParseTime() 144 while (++start < _end && numberOfDigits < MaxFractionDigits) in ParseTime() 154 numberOfDigits++; in ParseTime() 157 if (numberOfDigits < MaxFractionDigits) in ParseTime() 159 if (numberOfDigits == 0) in ParseTime() 164 Fraction *= Power10[MaxFractionDigits - numberOfDigits]; in ParseTime()
|
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/decimal/ |
H A D | Decimal.cpp | 191 int numberOfDigits = 0; in countDigits() local 193 ++numberOfDigits; in countDigits() 197 return numberOfDigits; in countDigits() 685 if (numberOfDigits < numberOfDropDigits) in floor() 709 int numberOfDigits = 0; in fromString() local 745 ++numberOfDigits; in fromString() 762 ++numberOfDigits; in fromString() 822 numberOfDigits = 1; in fromString() 833 numberOfDigits = 1; in fromString() 860 numberOfDigits = 1; in fromString() [all …]
|
/dports/www/firefox/firefox-99.0/mozglue/misc/decimal/ |
H A D | Decimal.cpp | 191 int numberOfDigits = 0; in countDigits() local 193 ++numberOfDigits; in countDigits() 197 return numberOfDigits; in countDigits() 685 if (numberOfDigits < numberOfDropDigits) in floor() 709 int numberOfDigits = 0; in fromString() local 745 ++numberOfDigits; in fromString() 762 ++numberOfDigits; in fromString() 822 numberOfDigits = 1; in fromString() 833 numberOfDigits = 1; in fromString() 860 numberOfDigits = 1; in fromString() [all …]
|
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/decimal/ |
H A D | Decimal.cpp | 190 int numberOfDigits = 0; in countDigits() local 192 ++numberOfDigits; in countDigits() 196 return numberOfDigits; in countDigits() 684 if (numberOfDigits < numberOfDropDigits) in floor() 708 int numberOfDigits = 0; in fromString() local 744 ++numberOfDigits; in fromString() 761 ++numberOfDigits; in fromString() 821 numberOfDigits = 1; in fromString() 832 numberOfDigits = 1; in fromString() 859 numberOfDigits = 1; in fromString() [all …]
|
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/decimal/ |
H A D | Decimal.cpp | 190 int numberOfDigits = 0; in countDigits() local 192 ++numberOfDigits; in countDigits() 196 return numberOfDigits; in countDigits() 684 if (numberOfDigits < numberOfDropDigits) in floor() 708 int numberOfDigits = 0; in fromString() local 744 ++numberOfDigits; in fromString() 761 ++numberOfDigits; in fromString() 821 numberOfDigits = 1; in fromString() 832 numberOfDigits = 1; in fromString() 859 numberOfDigits = 1; in fromString() [all …]
|
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/decimal/ |
H A D | Decimal.cpp | 191 int numberOfDigits = 0; in countDigits() local 193 ++numberOfDigits; in countDigits() 197 return numberOfDigits; in countDigits() 685 if (numberOfDigits < numberOfDropDigits) in floor() 709 int numberOfDigits = 0; in fromString() local 745 ++numberOfDigits; in fromString() 762 ++numberOfDigits; in fromString() 822 numberOfDigits = 1; in fromString() 833 numberOfDigits = 1; in fromString() 860 numberOfDigits = 1; in fromString() [all …]
|
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/misc/decimal/ |
H A D | Decimal.cpp | 191 int numberOfDigits = 0; in countDigits() local 193 ++numberOfDigits; in countDigits() 197 return numberOfDigits; in countDigits() 685 if (numberOfDigits < numberOfDropDigits) in floor() 709 int numberOfDigits = 0; in fromString() local 745 ++numberOfDigits; in fromString() 762 ++numberOfDigits; in fromString() 822 numberOfDigits = 1; in fromString() 833 numberOfDigits = 1; in fromString() 860 numberOfDigits = 1; in fromString() [all …]
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/ |
H A D | qgstemporalutils.cpp | 63 int numberOfDigits = settings.fileNameTemplate.count( QLatin1Char( '#' ) ); in exportAnimation() local 64 if ( numberOfDigits < 0 ) in exportAnimation() 69 const QString token( numberOfDigits, QLatin1Char( '#' ) ); in exportAnimation() 113 …const QString frameNoPaddedLeft( QStringLiteral( "%1" ).arg( currentFrame, numberOfDigits, 10, QCh… in exportAnimation()
|
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/BencodeNET/ |
H A D | BencodeParser.cs | 355 var numberOfDigits = isNegative ? digits.Length - 1 : digits.Length; in ParseNumber() 358 if (numberOfDigits > BNumber.MaxDigits) { in ParseNumber() 365 if (numberOfDigits < 1) in ParseNumber() 371 if (firstDigit == '0' && numberOfDigits > 1) in ParseNumber() 375 if (firstDigit == '0' && numberOfDigits == 1 && isNegative) in ParseNumber()
|
/dports/graphics/krita/krita-4.4.8/libs/ui/dialogs/ |
H A D | KisAsyncAnimationFramesSaveDialog.cpp | 105 const int numberOfDigits = 4; in regenerateRange() local 108 int digitsPosition = filename.length() - m_d->filenameSuffix.length() - numberOfDigits; in regenerateRange() 109 int fileNumber = filename.midRef(digitsPosition, numberOfDigits).toInt(); in regenerateRange()
|
/dports/graphics/qgis/qgis-3.22.3/src/core/ |
H A D | qgstemporalutils.cpp | 81 const int numberOfDigits = settings.fileNameTemplate.count( QLatin1Char( '#' ) ); in exportAnimation() local 82 if ( numberOfDigits < 0 ) in exportAnimation() 87 const QString token( numberOfDigits, QLatin1Char( '#' ) ); in exportAnimation() 131 …const QString frameNoPaddedLeft( QStringLiteral( "%1" ).arg( currentFrame, numberOfDigits, 10, QCh… in exportAnimation()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/3d/ |
H A D | qgs3dutils.cpp | 121 int numberOfDigits = fileNameTemplate.count( QLatin1Char( '#' ) ); in exportAnimation() local 122 if ( numberOfDigits < 0 ) in exportAnimation() 127 const QString token( numberOfDigits, QLatin1Char( '#' ) ); in exportAnimation() 152 …const QString frameNoPaddedLeft( QStringLiteral( "%1" ).arg( frameNo, numberOfDigits, 10, QChar( '… in exportAnimation()
|
/dports/graphics/qgis/qgis-3.22.3/src/3d/ |
H A D | qgs3dutils.cpp | 128 const int numberOfDigits = fileNameTemplate.count( QLatin1Char( '#' ) ); in exportAnimation() local 129 if ( numberOfDigits < 0 ) in exportAnimation() 134 const QString token( numberOfDigits, QLatin1Char( '#' ) ); in exportAnimation() 159 …const QString frameNoPaddedLeft( QStringLiteral( "%1" ).arg( frameNo, numberOfDigits, 10, QChar( '… in exportAnimation()
|
/dports/math/gfan/gfan0.6.2/src/ |
H A D | parser.cpp | 116 int numberOfDigits=0; in parseInt() local 131 numberOfDigits++; in parseInt() 132 assert(numberOfDigits<10); in parseInt()
|
/dports/math/gfanlib/gfan0.6.2/src/ |
H A D | parser.cpp | 116 int numberOfDigits=0; in parseInt() local 131 numberOfDigits++; in parseInt() 132 assert(numberOfDigits<10); in parseInt()
|
/dports/devel/py-twisted/Twisted-22.1.0/docs/core/benchmarks/ |
H A D | netstringreceiver.py | 204 numberOfDigits = math.ceil(math.log10(dataSize)) + 1
|
/dports/devel/upp/upp/bazaar/STEM4U/ |
H A D | Rational.cpp | 48 int ndig = int(ret.numberOfDigits()); in FormatRational()
|
H A D | IntInf.h | 122 int numberOfDigits() const; 593 for (int i = (int) this->numberOfDigits() / 2; i >= 2; --i) in optimizeSqrtSearchBounds() 624 ASSERT(numberOfDigits() <= i); in digitAt() 629 inline int intInf::numberOfDigits() const { in numberOfDigits() function
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/ |
H A D | IN-CS-1-Datatypes.asn | 950 numberOfDigits [0] NumberOfDigits,
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/ |
H A D | IN-CS-1-Datatypes.asn | 950 numberOfDigits [0] NumberOfDigits,
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/ |
H A D | IN-CS-1-Datatypes.asn | 950 numberOfDigits [0] NumberOfDigits,
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/ |
H A D | IN-CS-1-Datatypes.asn | 950 numberOfDigits [0] NumberOfDigits,
|
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/ |
H A D | IN-CS-1-Datatypes.asn | 950 numberOfDigits [0] NumberOfDigits,
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/asn1_SUITE_data/ |
H A D | IN-CS-1-Datatypes.asn | 950 numberOfDigits [0] NumberOfDigits,
|
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/ |
H A D | IN-CS-1-Datatypes.asn | 950 numberOfDigits [0] NumberOfDigits,
|