Home
last modified time | relevance | path

Searched refs:countDigits (Results 1 – 25 of 92) sorted by relevance

1234

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/
H A Dutil_gui.cpp271 int countDigits(T value, const QLocale& locale) in countDigits() function
301 if (countDigits(min, box->locale()) > max_digits()) in create()
305 if (countDigits(max, box->locale()) > max_digits()) in create()
335 if (countDigits(min, box->locale()) > max_digits()) in create()
339 if (countDigits(max, box->locale()) > max_digits()) in create()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/CORBA/typecodes/
H A DFixedTypeCode.java89 setDigits(countDigits(example)); in FixedTypeCode()
114 public static int countDigits(BigDecimal number) in countDigits() method in FixedTypeCode
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/CORBA/typecodes/
H A DFixedTypeCode.java89 setDigits(countDigits(example)); in FixedTypeCode()
114 public static int countDigits(BigDecimal number) in countDigits() method in FixedTypeCode
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/CORBA/typecodes/
H A DFixedTypeCode.java89 setDigits(countDigits(example)); in FixedTypeCode()
114 public static int countDigits(BigDecimal number) in countDigits() method in FixedTypeCode
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/CORBA/typecodes/
H A DFixedTypeCode.java89 setDigits(countDigits(example)); in FixedTypeCode()
114 public static int countDigits(BigDecimal number) in countDigits() method in FixedTypeCode
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/CORBA/typecodes/
H A DFixedTypeCode.java89 setDigits(countDigits(example)); in FixedTypeCode()
114 public static int countDigits(BigDecimal number) in countDigits() method in FixedTypeCode
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/CORBA/typecodes/
H A DFixedTypeCode.java89 setDigits(countDigits(example)); in FixedTypeCode()
114 public static int countDigits(BigDecimal number) in countDigits() method in FixedTypeCode
/dports/lang/ghc/ghc-8.10.7/libraries/text/benchmarks/src/Data/Text/Lazy/Builder/
H A DInt.hs91 !n = countDigits qq
97 !n = countDigits j
115 | otherwise = let !n = countDigits i
145 countDigits :: (Integral a) => a -> Int
147 countDigits v0 function
/dports/lang/ghc/ghc-8.10.7/libraries/text/src/Data/Text/Lazy/Builder/
H A DInt.hs91 !n = countDigits qq
97 !n = countDigits j
115 | otherwise = let !n = countDigits i
145 countDigits :: (Integral a) => a -> Int
147 countDigits v0 function
/dports/lang/ghc/ghc-8.10.7/libraries/text/tests/src/Data/Text/Lazy/Builder/
H A DInt.hs91 !n = countDigits qq
97 !n = countDigits j
115 | otherwise = let !n = countDigits i
145 countDigits :: (Integral a) => a -> Int
147 countDigits v0 function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/text-1.2.3.2/Data/Text/Lazy/Builder/
H A DInt.hs83 !n = countDigits qq
89 !n = countDigits j
107 | otherwise = let !n = countDigits i
137 countDigits :: (Integral a) => a -> Int
139 countDigits v0 function
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/validation/datatype/
H A DSimpleType.java198 if (countDigits(value, true) > tdf.value) in checkValid()
203 if (countDigits(value, false) > fdf.value) in checkValid()
211 private static int countDigits(String value, boolean any) in countDigits() method in SimpleType
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/validation/datatype/
H A DSimpleType.java198 if (countDigits(value, true) > tdf.value) in checkValid()
203 if (countDigits(value, false) > fdf.value) in checkValid()
211 private static int countDigits(String value, boolean any) in countDigits() method in SimpleType
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/validation/datatype/
H A DSimpleType.java198 if (countDigits(value, true) > tdf.value) in checkValid()
203 if (countDigits(value, false) > fdf.value) in checkValid()
211 private static int countDigits(String value, boolean any) in countDigits() method in SimpleType
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/validation/datatype/
H A DSimpleType.java198 if (countDigits(value, true) > tdf.value) in checkValid()
203 if (countDigits(value, false) > fdf.value) in checkValid()
211 private static int countDigits(String value, boolean any) in countDigits() method in SimpleType
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/validation/datatype/
H A DSimpleType.java198 if (countDigits(value, true) > tdf.value) in checkValid()
203 if (countDigits(value, false) > fdf.value) in checkValid()
211 private static int countDigits(String value, boolean any) in countDigits() method in SimpleType
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/decimal/
H A DDecimal.cpp189 static int countDigits(uint64_t x) in countDigits() function
592 const int numberOfLHSDigits = countDigits(lhsCoefficient); in alignOperands()
606 const int numberOfRHSDigits = countDigits(rhsCoefficient); in alignOperands()
642 const int numberOfDigits = countDigits(result); in ceil()
683 const int numberOfDigits = countDigits(result); in floor()
922 const int numberOfDigits = countDigits(result); in round()
976 while (countDigits(coefficient) > maxDigits) { in toString()
/dports/www/firefox/firefox-99.0/mozglue/misc/decimal/
H A DDecimal.cpp189 static int countDigits(uint64_t x) in countDigits() function
592 const int numberOfLHSDigits = countDigits(lhsCoefficient); in alignOperands()
606 const int numberOfRHSDigits = countDigits(rhsCoefficient); in alignOperands()
642 const int numberOfDigits = countDigits(result); in ceil()
683 const int numberOfDigits = countDigits(result); in floor()
922 const int numberOfDigits = countDigits(result); in round()
976 while (countDigits(coefficient) > maxDigits) { in toString()
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/decimal/
H A DDecimal.cpp188 static int countDigits(uint64_t x) in countDigits() function
591 const int numberOfLHSDigits = countDigits(lhsCoefficient); in alignOperands()
605 const int numberOfRHSDigits = countDigits(rhsCoefficient); in alignOperands()
641 const int numberOfDigits = countDigits(result); in ceil()
682 const int numberOfDigits = countDigits(result); in floor()
921 const int numberOfDigits = countDigits(result); in round()
975 while (countDigits(coefficient) > maxDigits) { in toString()
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/decimal/
H A DDecimal.cpp188 static int countDigits(uint64_t x) in countDigits() function
591 const int numberOfLHSDigits = countDigits(lhsCoefficient); in alignOperands()
605 const int numberOfRHSDigits = countDigits(rhsCoefficient); in alignOperands()
641 const int numberOfDigits = countDigits(result); in ceil()
682 const int numberOfDigits = countDigits(result); in floor()
921 const int numberOfDigits = countDigits(result); in round()
975 while (countDigits(coefficient) > maxDigits) { in toString()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/decimal/
H A DDecimal.cpp189 static int countDigits(uint64_t x) in countDigits() function
592 const int numberOfLHSDigits = countDigits(lhsCoefficient); in alignOperands()
606 const int numberOfRHSDigits = countDigits(rhsCoefficient); in alignOperands()
642 const int numberOfDigits = countDigits(result); in ceil()
683 const int numberOfDigits = countDigits(result); in floor()
922 const int numberOfDigits = countDigits(result); in round()
976 while (countDigits(coefficient) > maxDigits) { in toString()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/misc/decimal/
H A DDecimal.cpp189 static int countDigits(uint64_t x) in countDigits() function
592 const int numberOfLHSDigits = countDigits(lhsCoefficient); in alignOperands()
606 const int numberOfRHSDigits = countDigits(rhsCoefficient); in alignOperands()
642 const int numberOfDigits = countDigits(result); in ceil()
683 const int numberOfDigits = countDigits(result); in floor()
922 const int numberOfDigits = countDigits(result); in round()
976 while (countDigits(coefficient) > maxDigits) { in toString()
/dports/devel/loki/loki-0.1.7/include/loki/
H A DSafeFormat.h304 countDigits = bufEnd - bufLast, in FormatWithCurrentFlags() local
305 countZeros = prec_ != size_t(-1) && countDigits < prec_ && in FormatWithCurrentFlags()
307 ? prec_ - countDigits in FormatWithCurrentFlags()
313 totalPrintable = countDigits + countZeros + countBase + countSign; in FormatWithCurrentFlags()
/dports/databases/py-hiredis/hiredis-0.2.0/vendor/hiredis/
H A Dhiredis.c191 static uint32_t countDigits(uint64_t v) { in countDigits() function
205 return 1+countDigits(len)+2+len+2; in bulklen()
395 totlen += 1+countDigits(argc)+2; in redisvFormatCommand()
488 totlen = 1+countDigits(argc)+2; in redisFormatSdsCommandArgv()
539 totlen = 1+countDigits(argc)+2; in redisFormatCommandArgv()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/CORBA/typecodes/
H A DFixedTypeCode.h49 static jint countDigits(::java::math::BigDecimal *);

1234