Home
last modified time | relevance | path

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

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FileParsers/
H A DSequenceParsers.h29 bool lowerD);
32 bool sanitize, bool lowerD);
71 bool lowerD);
74 bool sanitize, bool lowerD);
H A DSequenceParsers.cpp608 static RWMol *AASequenceToMol(const char *seq, bool lowerD) { in AASequenceToMol() argument
721 CreateAminoAcid(mol, lowerD ? "DAL" : "ALA", r1, r2, r3, info); in AASequenceToMol()
724 CreateAminoAcid(mol, lowerD ? "DCY" : "CYS", r1, r2, r3, info); in AASequenceToMol()
727 CreateAminoAcid(mol, lowerD ? "DAS" : "ASP", r1, r2, r3, info); in AASequenceToMol()
730 CreateAminoAcid(mol, lowerD ? "DGL" : "GLU", r1, r2, r3, info); in AASequenceToMol()
1117 RWMol *SequenceToMol(const char *seq, bool sanitize, bool lowerD) { in SequenceToMol() argument
1118 return SequenceToMol(seq, sanitize, lowerD ? 1 : 0); in SequenceToMol()
1122 return SequenceToMol(seq.c_str(), sanitize, lowerD ? 1 : 0); in SequenceToMol()
1148 RWMol *FASTAToMol(const char *seq, bool sanitize, bool lowerD) { in FASTAToMol() argument
1149 return FASTAToMol(seq, sanitize, lowerD ? 1 : 0); in FASTAToMol()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/exoticoptions/
H A Dcontinuousarithmeticasianvecerengine.cpp124 Array lowerD = gammaOp.lowerDiagonal(); in calculate() local
145 0.5 * sigma2 * vecerTerm * vecerTerm * lowerD[i-1], in calculate()
166 0.5 * sigma2 * vecerTerm * vecerTerm * lowerD[i-1], in calculate()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/categorization/resource/board/
H A Dcategory_alphabets.qml27 …e/images/alphabets/lowerT.svg","categorization/resource/images/alphabets/lowerD.svg", "categorizat…
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_library.h812 int lowerD = std::min(-halfWidth, -halfWidth + lenH - lenV); in assureBandedRestriction_() local
814 return Pair<int, int>(lowerD, upperD); in assureBandedRestriction_()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_library.h812 int lowerD = std::min(-halfWidth, -halfWidth + lenH - lenV); in assureBandedRestriction_() local
814 return Pair<int, int>(lowerD, upperD); in assureBandedRestriction_()