Home
last modified time | relevance | path

Searched defs:allSame (Results 1 – 25 of 125) sorted by relevance

12345

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/parameters/
H A DSegmentParameterBox.cpp382 bool allSame = true; in updateLabel() local
477 bool allSame = true; in updateTranspose() local
544 bool allSame = true; in updateQuantize() local
642 bool allSame = true; in updateDelay() local
691 bool allSame = true; in updateColor() local
/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A DKisPerStrokeRandomSourceTest.cpp47 bool allSame = true; in testDependent() local
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/genotyper/
H A DHeterogeneousPloidyModelUnitTest.java48 private boolean allSame(int[] ploidies) { in allSame() method in HeterogeneousPloidyModelUnitTest
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/stat/ranking/
H A DNaturalRankingTest.java41 private final double[] allSame = { 0, 0, 0, 0 }; field in NaturalRankingTest
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/src/
H A DUtils.hs56 allSame = same $ map (flip testBit i . getTerm) ts function
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Doptidb.cpp28 vector< vector<int> > OptiDB::get(int i, char& allSame) { in get()
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/extra-1.7.2/src/Data/List/
H A DExtra.hs91 allSame [] = True function
92 allSame (x:xs) = all (x ==) xs function
/dports/devel/hs-shake/shake-0.19.6/_cabal_deps/extra-1.7.2/src/Data/List/
H A DExtra.hs91 allSame [] = True function
92 allSame (x:xs) = all (x ==) xs function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/extra-1.7.1/src/Data/List/
H A DExtra.hs91 allSame [] = True function
92 allSame (x:xs) = all (x ==) xs function
/dports/devel/stack/stack-2.7.3/_cabal_deps/extra-1.7.9/src/Data/List/
H A DExtra.hs121 allSame [] = True function
122 allSame (x:xs) = all (x ==) xs function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/extra-1.7.9/src/Data/List/
H A DExtra.hs121 allSame [] = True function
122 allSame (x:xs) = all (x ==) xs function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/extra-1.7.7/src/Data/List/
H A DExtra.hs120 allSame [] = True function
121 allSame (x:xs) = all (x ==) xs function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/extra-1.7.7/src/Data/List/
H A DExtra.hs120 allSame [] = True function
121 allSame (x:xs) = all (x ==) xs function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/extra-1.7.9/src/Data/List/
H A DExtra.hs121 allSame [] = True function
122 allSame (x:xs) = all (x ==) xs function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/extra-1.7.9/src/Data/List/
H A DExtra.hs121 allSame [] = True function
122 allSame (x:xs) = all (x ==) xs function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/extra-1.7.9/src/Data/List/
H A DExtra.hs121 allSame [] = True function
122 allSame (x:xs) = all (x ==) xs function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/extra-1.7.9/src/Data/List/
H A DExtra.hs121 allSame [] = True function
122 allSame (x:xs) = all (x ==) xs function
/dports/www/squid/squid-4.15/src/adaptation/
H A DServiceGroups.cc21 Adaptation::ServiceGroup::ServiceGroup(const String &aKind, bool allSame): in ServiceGroup()
/dports/math/stp/stp-2.3.3/lib/Simplifier/constantBitP/
H A DConstantBitP_TransferFunctions.cpp56 bool allSame = true; in bvEqualsBothWays() local
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/extra-1.7.10/src/Data/List/
H A DExtra.hs121 allSame [] = True function
122 allSame (x:xs) = all (x ==) xs function
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/ARM/
H A DArmCompVFPUNEONUtil.cpp166 bool allSame = false; in NEONMapPrefixST() local
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/ARM/
H A DArmCompVFPUNEONUtil.cpp166 bool allSame = false; in NEONMapPrefixST() local
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/ARM/
H A DArmCompVFPUNEONUtil.cpp166 bool allSame = false; in NEONMapPrefixST() local
/dports/converters/R-cran-RJSONIO/RJSONIO/src/
H A Drlibjson.c238 int allSame = (numNumbers == len || numStrings == len || numLogicals == len) || in processJSONNode() local
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/split-0.2.3.4/test/
H A DProperties.hs383 allSame [] = True function
384 allSame zs = and $ map (== head zs) (tail zs) function

12345