Home
last modified time | relevance | path

Searched refs:nonZeroDigit (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/resources/analysis/scala/
H A DScala.lexh74 * decimalNumeral ::= ‘0’ | nonZeroDigit {digit}
76 * digit ::= ‘0’ | nonZeroDigit
77 * nonZeroDigit ::= ‘1’ | … | ‘9’
81 decimalNumeral = ([0] | {nonZeroDigit} {digit}*)
84 nonZeroDigit = [1-9]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/src/Dhall/Parser/
H A DToken.hs285 headDigit = decimalDigit nonZeroDigit <?> "non-zero digit"
287 nonZeroDigit c = '1' <= c && c <= '9' function
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DBigIntType.cpp1390 unsigned nonZeroDigit = length - 1; in toStringGeneric() local
1391 MOZ_ASSERT(x->digit(nonZeroDigit) != 0); in toStringGeneric()
1420 if (!rest->digit(nonZeroDigit)) { in toStringGeneric()
1421 nonZeroDigit--; in toStringGeneric()
1424 MOZ_ASSERT(rest->digit(nonZeroDigit) != 0, in toStringGeneric()
1427 } while (nonZeroDigit > 0); in toStringGeneric()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DBigIntType.cpp1384 unsigned nonZeroDigit = length - 1; in toStringGeneric() local
1385 MOZ_ASSERT(x->digit(nonZeroDigit) != 0); in toStringGeneric()
1414 if (!rest->digit(nonZeroDigit)) { in toStringGeneric()
1415 nonZeroDigit--; in toStringGeneric()
1418 MOZ_ASSERT(rest->digit(nonZeroDigit) != 0, in toStringGeneric()
1421 } while (nonZeroDigit > 0); in toStringGeneric()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DBigIntType.cpp1386 unsigned nonZeroDigit = length - 1; in toStringGeneric() local
1387 MOZ_ASSERT(x->digit(nonZeroDigit) != 0); in toStringGeneric()
1416 if (!rest->digit(nonZeroDigit)) { in toStringGeneric()
1417 nonZeroDigit--; in toStringGeneric()
1420 MOZ_ASSERT(rest->digit(nonZeroDigit) != 0, in toStringGeneric()
1423 } while (nonZeroDigit > 0); in toStringGeneric()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DBigIntType.cpp1386 unsigned nonZeroDigit = length - 1; in toStringGeneric() local
1387 MOZ_ASSERT(x->digit(nonZeroDigit) != 0); in toStringGeneric()
1416 if (!rest->digit(nonZeroDigit)) { in toStringGeneric()
1417 nonZeroDigit--; in toStringGeneric()
1420 MOZ_ASSERT(rest->digit(nonZeroDigit) != 0, in toStringGeneric()
1423 } while (nonZeroDigit > 0); in toStringGeneric()