Home
last modified time | relevance | path

Searched refs:DEFAULT_PROBABILITY (Results 1 – 5 of 5) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/util/
H A DChromatogramUtils.cpp310 chromatogram.prob_A.insert(posUngapped, DNAChromatogram::DEFAULT_PROBABILITY); in insertBase()
311 chromatogram.prob_C.insert(posUngapped, DNAChromatogram::DEFAULT_PROBABILITY); in insertBase()
312 chromatogram.prob_G.insert(posUngapped, DNAChromatogram::DEFAULT_PROBABILITY); in insertBase()
313 chromatogram.prob_T.insert(posUngapped, DNAChromatogram::DEFAULT_PROBABILITY); in insertBase()
336 …omatogram.prob_A.insert(startBaseCallIndex + i + 1, gap.gap, DNAChromatogram::DEFAULT_PROBABILITY); in getGappedChromatogram()
337 …omatogram.prob_C.insert(startBaseCallIndex + i + 1, gap.gap, DNAChromatogram::DEFAULT_PROBABILITY); in getGappedChromatogram()
338 …omatogram.prob_G.insert(startBaseCallIndex + i + 1, gap.gap, DNAChromatogram::DEFAULT_PROBABILITY); in getGappedChromatogram()
339 …omatogram.prob_T.insert(startBaseCallIndex + i + 1, gap.gap, DNAChromatogram::DEFAULT_PROBABILITY); in getGappedChromatogram()
/dports/games/xfireworks/xfireworks-1.4/
H A Dconfigure.h48 #define DEFAULT_PROBABILITY 0.1 macro
H A DPiece.c7 #ifndef DEFAULT_PROBABILITY
8 #define DEFAULT_PROBABILITY 0.1 macro
352 double default_probability = DEFAULT_PROBABILITY * probability_mag * 0.01; in PieceClassList_CreateFromStream()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/datatype/
H A DDNAChromatogram.h73 static const char DEFAULT_PROBABILITY; variable
H A DDNAChromatogram.cpp29 const char DNAChromatogram::DEFAULT_PROBABILITY = 0; // SANGER_TODO: 100? member in U2::DNAChromatogram