Home
last modified time | relevance | path

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

/dports/biology/lamarc/lamarc-2.1.8/src/xml/
H A Dtixml_base.cpp102 value = ProduceDoubleOrBarf(nodeText); in ti_double_from_text()
H A Dparsetreetodata.cpp550 penetrance = ProduceDoubleOrBarf(getNodeText(penetranceElement)); in DoGenotypeResolutions()
909 size = ProduceDoubleOrBarf(getNodeText(sizeElement)); in DoEffectivePopSize()
H A Dparsetreetosettings.cpp1445 double penetrance = ProduceDoubleOrBarf(getNodeText(penetranceElement)); in DoPhenotypes()
/dports/biology/lamarc/lamarc-2.1.8/src/tools/
H A Dstringx.cpp874 value = ProduceDoubleOrBarf(input.substr(start,end-start)); in StringToDoubleVecOrBarf()
879 value = ProduceDoubleOrBarf(input); in StringToDoubleVecOrBarf()
1574 double ProduceDoubleOrBarf(const string& in) in ProduceDoubleOrBarf() function
1970 double p = ProduceDoubleOrBarf(*i); in ProduceDoubleVec1dOrBarf()
H A Dstringx.h240 double ProduceDoubleOrBarf(const std::string&);
/dports/biology/lamarc/lamarc-2.1.8/src/ui_interface/
H A Dsetget.h274 { return ProduceDoubleOrBarf(input);}; in GetValFromString()