Home
last modified time | relevance | path

Searched refs:algType (Results 1 – 25 of 58) sorted by relevance

123

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/FrontEnd/Core/src/
H A DAlgorithmConfig.cpp179 AlgType algType in SetAlgorithmType() argument
184 JEGAIFLOG_CF_II_G_F(algType != MOGA && algType != SOGA, this, in SetAlgorithmType()
185 ostream_entry(lfatal(), "Invalid algorithm type ") << algType in SetAlgorithmType()
189 "method.algorithm", algType == MOGA ? "moga" : "soga" in SetAlgorithmType()
267 string algType(this->_theParamDB.GetString("method.algorithm")); in GetAlgorithmType() local
269 JEGAIFLOG_CF_II_G_F(algType != "moga" && algType != "soga", this, in GetAlgorithmType()
270 text_entry(lfatal(), "Invalid algorithm type ") << algType in GetAlgorithmType()
273 return algType == "moga" ? MOGA : SOGA; in GetAlgorithmType()
H A DDriver.cpp614 AlgorithmConfig::AlgType algType = AlgorithmConfig::MOGA; in CreateNewAlgorithm() local
618 if(algTypeStr == "moga") algType = AlgorithmConfig::MOGA; in CreateNewAlgorithm()
619 else if(algTypeStr == "soga") algType = AlgorithmConfig::SOGA; in CreateNewAlgorithm()
632 if(algType == AlgorithmConfig::MOGA) in CreateNewAlgorithm()
641 else if(algType == AlgorithmConfig::SOGA) in CreateNewAlgorithm()
652 "Unknown algorithm type: ") << algType in CreateNewAlgorithm()
/dports/java/cryptix-jce/src/java.security.cert/
H A DSupport.java75 getImplementation(String algType, String algName, Provider p) { in getImplementation() argument
79 p.getProperty("Alg.Alias." + algType + "." + algName); in getImplementation()
82 class_name = p.getProperty(algType + "." + algName); in getImplementation()
84 class_name = p.getProperty(algType + "." + class_name); in getImplementation()
115 private static String getClassName(String algType, String algName, in getClassName() argument
119 p.getProperty("Alg.Alias." + algType + "." + algName); in getClassName()
122 class_name = p.getProperty(algType + "." + algName); in getClassName()
124 class_name = p.getProperty(algType + "." + class_name); in getClassName()
/dports/java/cryptix-jce/src/javax.crypto/
H A DSupport.java61 getImplementation(String algType, String algName, Provider p) in getImplementation() argument
66 p.getProperty("Alg.Alias." + algType + "." + algName); in getImplementation()
69 class_name = p.getProperty(algType + "." + algName); in getImplementation()
71 class_name = p.getProperty(algType + "." + class_name); in getImplementation()
107 getClassName(String algType, String algName, Provider p) in getClassName() argument
110 p.getProperty("Alg.Alias." + algType + "." + algName); in getClassName()
113 class_name = p.getProperty(algType + "." + algName); in getClassName()
115 class_name = p.getProperty(algType + "." + class_name); in getClassName()
/dports/biology/ugene/ugene-40.1/src/plugins/smith_waterman/src/
H A DSWAlgorithmTask.cpp70 algType = _algType; in SWAlgorithmTask()
71 if (algType == SW_sse2) { in SWAlgorithmTask()
84 if (SW_cuda == algType) { in SWAlgorithmTask()
122 switch (algType) { in setupTask()
161 switch (algType) { in setupTask()
207 if (SW_cuda == algType) { in prepare()
270 if (algType == SW_sse2) { in onRegion()
299 if (algType == SW_cuda) { in onRegion()
541 algType = _algType; in PairwiseAlignmentSmithWatermanTask()
684 switch (algType) { in setupTask()
[all …]
H A DSWTaskFactory.cpp38 algType = _algType; in SWTaskFactory()
45 return new SWAlgorithmTask(config, taskName, algType); in getTaskInstance()
49 : AbstractAlignmentTaskFactory(), algType(_algType) { in PairwiseAlignmentSmithWatermanTaskFactory()
84 return new PairwiseAlignmentSmithWatermanTask(settings, algType); in getTaskInstance()
H A DSWAlgorithmTask.h54 SW_AlgType algType);
79 SW_AlgType algType; variable
137 …gnmentSmithWatermanTask(PairwiseAlignmentSmithWatermanTaskSettings *_settings, SW_AlgType algType);
157 SW_AlgType algType; variable
H A DSWTaskFactory.h47 SW_AlgType algType;
58 SW_AlgType algType;
H A DPairwiseAlignmentSmithWatermanGUIExtension.h69 SW_AlgType algType;
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dlsh.h54 LSH256_Base(unsigned int algType, unsigned int digestSize) in NAMESPACE_BEGIN()
55 : m_digestSize(digestSize) { m_state[80] = algType; } in NAMESPACE_BEGIN()
154 LSH512_Base(unsigned int algType, unsigned int digestSize) in LSH512_Base() argument
155 : m_digestSize(digestSize) { m_state[80] = algType; } in LSH512_Base()
H A Ddatatest.cpp143 void SignalUnknownAlgorithmError(const std::string& algType) in SignalUnknownAlgorithmError() argument
1259 if (algType == "Signature") in TestDataFile()
1264 else if (algType == "SymmetricCipher") in TestDataFile()
1269 else if (algType == "AuthenticatedSymmetricCipher") in TestDataFile()
1271 else if (algType == "AsymmetricCipher") in TestDataFile()
1273 else if (algType == "MessageDigest") in TestDataFile()
1275 else if (algType == "MAC") in TestDataFile()
1277 else if (algType == "KDF") in TestDataFile()
1279 else if (algType == "FileList") in TestDataFile()
1282 SignalUnknownAlgorithmError(algType); in TestDataFile()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A Dcreateek.c105 unsigned int algType = 0; in main() local
161 algType = AlgRSA; in main()
167 algType = AlgEC; in main()
205 if (algType == 0) { in main()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Ddatatest.cpp58 static void SignalUnknownAlgorithmError(const std::string& algType) in SignalUnknownAlgorithmError() argument
785 std::string algType = GetRequiredDatum(v, "AlgorithmType"); in TestDataFile() local
795 if (algType == "Signature") in TestDataFile()
797 else if (algType == "SymmetricCipher") in TestDataFile()
799 else if (algType == "AuthenticatedSymmetricCipher") in TestDataFile()
801 else if (algType == "AsymmetricCipher") in TestDataFile()
803 else if (algType == "MessageDigest") in TestDataFile()
805 else if (algType == "MAC") in TestDataFile()
807 else if (algType == "KDF") in TestDataFile()
809 else if (algType == "FileList") in TestDataFile()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Ddatatest.cpp98 static void SignalUnknownAlgorithmError(const std::string& algType) in SignalUnknownAlgorithmError() argument
941 std::string algType = GetRequiredDatum(v, "AlgorithmType"); in TestDataFile() local
951 if (algType == "Signature") in TestDataFile()
953 else if (algType == "SymmetricCipher") in TestDataFile()
955 else if (algType == "AuthenticatedSymmetricCipher") in TestDataFile()
957 else if (algType == "AsymmetricCipher") in TestDataFile()
959 else if (algType == "MessageDigest") in TestDataFile()
961 else if (algType == "MAC") in TestDataFile()
963 else if (algType == "KDF") in TestDataFile()
965 else if (algType == "FileList") in TestDataFile()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Ddatatest.cpp98 static void SignalUnknownAlgorithmError(const std::string& algType) in SignalUnknownAlgorithmError() argument
941 std::string algType = GetRequiredDatum(v, "AlgorithmType"); in TestDataFile() local
951 if (algType == "Signature") in TestDataFile()
953 else if (algType == "SymmetricCipher") in TestDataFile()
955 else if (algType == "AuthenticatedSymmetricCipher") in TestDataFile()
957 else if (algType == "AsymmetricCipher") in TestDataFile()
959 else if (algType == "MessageDigest") in TestDataFile()
961 else if (algType == "MAC") in TestDataFile()
963 else if (algType == "KDF") in TestDataFile()
965 else if (algType == "FileList") in TestDataFile()
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Ddatatest.cpp98 static void SignalUnknownAlgorithmError(const std::string& algType) in SignalUnknownAlgorithmError() argument
941 std::string algType = GetRequiredDatum(v, "AlgorithmType"); in TestDataFile() local
951 if (algType == "Signature") in TestDataFile()
953 else if (algType == "SymmetricCipher") in TestDataFile()
955 else if (algType == "AuthenticatedSymmetricCipher") in TestDataFile()
957 else if (algType == "AsymmetricCipher") in TestDataFile()
959 else if (algType == "MessageDigest") in TestDataFile()
961 else if (algType == "MAC") in TestDataFile()
963 else if (algType == "KDF") in TestDataFile()
965 else if (algType == "FileList") in TestDataFile()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/security/tools/jarsigner/compatibility/
H A DJdkUtils.java56 static boolean isSupportedAlg(Alg algType, String algName) { in isSupportedAlg() argument
58 switch (algType) { in isSupportedAlg()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/security/tools/jarsigner/compatibility/
H A DJdkUtils.java56 static boolean isSupportedAlg(Alg algType, String algName) { in isSupportedAlg() argument
58 switch (algType) { in isSupportedAlg()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/security/tools/jarsigner/compatibility/
H A DJdkUtils.java56 static boolean isSupportedAlg(Alg algType, String algName) { in isSupportedAlg() argument
58 switch (algType) { in isSupportedAlg()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/security/tools/jarsigner/compatibility/
H A DJdkUtils.java56 static boolean isSupportedAlg(Alg algType, String algName) { in isSupportedAlg() argument
58 switch (algType) { in isSupportedAlg()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/security/tools/jarsigner/compatibility/
H A DJdkUtils.java56 static boolean isSupportedAlg(Alg algType, String algName) { in isSupportedAlg() argument
58 switch (algType) { in isSupportedAlg()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/cd_utils/
H A DcuSeqTreeAPI.cpp304 CRef< CAlgorithm_type > algType(const_cast<CAlgorithm_type*> (&(cd->GetSeqtree().GetAlgorithm()))); in loadAndValidateExistingTree() local
305 SeqTreeAsnizer::convertToTreeOption(algType, m_treeOptions); in loadAndValidateExistingTree()
347 CRef< CAlgorithm_type > algType(const_cast<CAlgorithm_type*> (&(cd->GetSeqtree().GetAlgorithm()))); in loadExistingTree() local
348 SeqTreeAsnizer::convertToTreeOption(algType, *treeOptions); in loadExistingTree()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/FrontEnd/Managed/src/
H A DMAlgorithmConfig.cpp141 AlgType algType in SetAlgorithmType() argument
146 static_cast<AlgorithmConfig::AlgType>(algType) in SetAlgorithmType()
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/include/
H A DReLUImpl.hpp31 int algType; member
H A DEltwiseImpl.hpp34 int algType; member

123