Home
last modified time | relevance | path

Searched refs:rNumber (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/hapy/Hapy-0.0.8/doc/
H A Dcalc.cc19 Rule rNumber; variable
31 if (alt.rid() == rNumber.id()) // rNumber in intrpExpr()
54 rNumber | in main()
57 rNumber = digit_r >> *digit_r; in main()
60 rNumber.verbatim(true); in main()
63 rNumber.leaf(true); in main()
64 rNumber.committed(true); in main()
H A Dcalci.cc18 Rule rNumber; variable
31 if (alt.rid() == rNumber.id()) // rNumber in intrpExpr()
84 rNumber | in main()
87 rNumber = +digit_r; in main()
90 rNumber.verbatim(true); in main()
93 rNumber.leaf(true); in main()
94 rNumber.committed(true); in main()
/dports/biology/iqtree/IQ-TREE-2.0.6/pll/
H A DevaluatePartialGenericSpecial.c130 rNumber = ti->rNumber, in computeVectorCAT_FLEX() local
502 rNumber = ti->rNumber, in computeVectorGTRCAT_BINARY() local
511 x2 = &(tipVector[2 * yVector[rNumber][i]]); in computeVectorGTRCAT_BINARY()
630 rNumber = ti->rNumber, in computeVectorGTRGAMMAPROT() local
659 x2 = &(lVector[80 * (rNumber - mxtips)]); in computeVectorGTRGAMMAPROT()
777 rNumber = ti->rNumber, in computeVectorGTRGAMMA() local
799 x2 = &(lVector[16 * (rNumber - mxtips)]); in computeVectorGTRGAMMA()
1086 rNumber = ti->rNumber, in computeVectorGTRCAT() local
1104 x2 = &lVector[4 * (rNumber - mxtips)]; in computeVectorGTRCAT()
1233 rNumber = ti->rNumber, in computeVectorGTRCATPROT() local
[all …]
H A DfastDNAparsimony.c320 rNumber = (size_t)ti[index + 2]; in newviewParsimonyIterativeFast() local
344 … right[k] = &(pr->partitionData[model]->parsVect[(width * 2 * rNumber) + width * k]); in newviewParsimonyIterativeFast()
386 … right[k] = &(pr->partitionData[model]->parsVect[(width * 4 * rNumber) + width * k]); in newviewParsimonyIterativeFast()
440 … right[k] = &(pr->partitionData[model]->parsVect[(width * 20 * rNumber) + width * k]); in newviewParsimonyIterativeFast()
712 rNumber = (size_t)ti[index + 2]; in newviewParsimonyIterativeFast() local
743 … right[k] = &(pr->partitionData[model]->parsVect[(width * 2 * rNumber) + width * k]); in newviewParsimonyIterativeFast()
774 … right[k] = &(pr->partitionData[model]->parsVect[(width * 4 * rNumber) + width * k]); in newviewParsimonyIterativeFast()
1185 rNumber = tr->constraintVector[r->number], in testInsertParsimony() local
1200 if(rNumber == -9) in testInsertParsimony()
1201 rNumber = checkerPars(tr, r); in testInsertParsimony()
[all …]
H A Dparsimony.c457 rNumber = (size_t)ti[index + 2]; in newviewParsimonyIterativeFast() local
481 … right[k] = &(pr->partitionData[model]->parsVect[(width * 2 * rNumber) + width * k]); in newviewParsimonyIterativeFast()
525 … right[k] = &(pr->partitionData[model]->parsVect[(width * 4 * rNumber) + width * k]); in newviewParsimonyIterativeFast()
581 … right[k] = &(pr->partitionData[model]->parsVect[(width * 20 * rNumber) + width * k]); in newviewParsimonyIterativeFast()
629 … right[k] = &(pr->partitionData[model]->parsVect[(width * states * rNumber) + width * k]); in newviewParsimonyIterativeFast()
666 …tr->parsimonyScore[pNumber] = totalScore + tr->parsimonyScore[rNumber] + tr->parsimonyScore[qNumbe… in newviewParsimonyIterativeFast()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dlongcurr.cxx51 OUString ImplGetCurr( const LocaleDataWrapper& rLocaleDataWrapper, const BigInt &rNumber, sal_uInt1… in ImplGetCurr() argument
55 if ( rNumber.IsZero() || static_cast<tools::Long>(rNumber) ) in ImplGetCurr()
56 …return rLocaleDataWrapper.getCurr( static_cast<tools::Long>(rNumber), nDigits, rCurrSymbol, bShowT… in ImplGetCurr()
59 BigInt aInteger( rNumber ); in ImplGetCurr()
62 BigInt aFraction( rNumber ); in ImplGetCurr()
70 if ( rNumber.IsNeg() ) in ImplGetCurr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dlongcurr.cxx49 OUString ImplGetCurr( const LocaleDataWrapper& rLocaleDataWrapper, const BigInt &rNumber, sal_uInt1… in ImplGetCurr() argument
53 if ( rNumber.IsZero() || static_cast<long>(rNumber) ) in ImplGetCurr()
54 …return rLocaleDataWrapper.getCurr( static_cast<long>(rNumber), nDigits, rCurrSymbol, bShowThousand… in ImplGetCurr()
57 BigInt aInteger( rNumber ); in ImplGetCurr()
60 BigInt aFraction( rNumber ); in ImplGetCurr()
68 if ( rNumber.IsNeg() ) in ImplGetCurr()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DSimmIO.cpp213 bool OpenSim::readIntegerFromString(string &aString, int *rNumber) in readIntegerFromString() argument
247 *rNumber = atoi(buffer.c_str()); in readIntegerFromString()
261 bool OpenSim::readDoubleFromString(string &aString, double *rNumber, bool allowNaNs) in readDoubleFromString() argument
279 *rNumber = SimTK::NaN; in readDoubleFromString()
306 *rNumber = atof(buffer.c_str()); in readDoubleFromString()
H A DSimmIO.h39 bool OSIMCOMMON_API readIntegerFromString(std::string &aString, int *rNumber);
40 bool OSIMCOMMON_API readDoubleFromString(std::string &aString, double *rNumber, bool allowNaNs=fals…
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/android/
H A Dcompatibility.hxx37 template <typename T> std::string to_string(const T& rNumber) in to_string() argument
40 aStream << rNumber; in to_string()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/android/
H A Dcompatibility.hxx37 template <typename T> std::string to_string(const T& rNumber) in to_string() argument
40 aStream << rNumber; in to_string()
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnqt/cache/test/
H A Dsqlite.cpp90 const svn::Revision rNumber = rl.date2numberRev(r); in main() local
91 std::cout << qPrintable(r.toString()) << " -> " << rNumber.revnum() << std::endl; in main()
92 if (rNumber.revnum() != 1400899) { in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/opengl/
H A Dogl_canvastools.cxx130 for(double rNumber : rNumbers) in renderOSD() local
137 basegfx::utils::number2PolyPolygon(rNumber,10,3); in renderOSD()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/opengl/
H A Dogl_canvastools.cxx130 for(double rNumber : rNumbers) in renderOSD() local
137 basegfx::utils::number2PolyPolygon(rNumber,10,3); in renderOSD()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dzformat.hxx609 …SVL_DLLPRIVATE void ImpGetOutputStdToPrecision( double& rNumber, OUString& rOutString, sal_uInt16 …
623 double& rNumber,
632 double& rNumber,
649 double& rNumber,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dzformat.hxx597 …SVL_DLLPRIVATE void ImpGetOutputStdToPrecision( double& rNumber, OUString& rOutString, sal_uInt16 …
611 double& rNumber,
620 double& rNumber,
637 double& rNumber,
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dr.vim211 syn keyword rNumber NA_integer_ NA_real_ NA_complex_ NA_character_
216 syn keyword rNumber NA Inf NaN
224 syn match rNumber "\<\d\+\>"
226 syn match rNumber "\<0x\([0-9]\|[a-f]\|[A-F]\)\+"
365 hi def link rNumber Number
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dr.vim211 syn keyword rNumber NA_integer_ NA_real_ NA_complex_ NA_character_
216 syn keyword rNumber NA Inf NaN
224 syn match rNumber "\<\d\+\>"
226 syn match rNumber "\<0x\([0-9]\|[a-f]\|[A-F]\)\+"
365 hi def link rNumber Number
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/dialogs/
H A Dvlm.hpp222 int rNumber; member in VLMSchedule
H A Dvlm.cpp449 (qobject_cast<VLMSchedule *>(vlmObj))->rNumber = scherepeatnumber->value(); in saveModifications()
608 rNumber = _scherepeatnumber; in VLMSchedule()
617 rNumber, rDays, b_enabled); in update()
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dbeagle_utils.c86 int rNumber = inst->resourceNumber; in print_beagle_instance_details() local
87 fprintf(stdout, "\tUsing resource %i:\n", rNumber); in print_beagle_instance_details()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmlfmt.cxx76 inline bool MatchNumber( sal_uInt32& rNumber );
122 inline bool SwXMLConditionParser_Impl::MatchNumber( sal_uInt32& rNumber ) in MatchNumber() argument
133 rNumber = sNum.toInt32(); in MatchNumber()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmlfmt.cxx85 inline bool MatchNumber( sal_uInt32& rNumber );
129 inline bool SwXMLConditionParser_Impl::MatchNumber( sal_uInt32& rNumber ) in MatchNumber() argument
140 rNumber = sNum.toInt32(); in MatchNumber()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/numbers/
H A Dzformat.cxx2095 void SvNumberformat::ImpGetOutputStdToPrecision(double& rNumber, OUString& rOutString, sal_uInt16 n… in ImpGetOutputStdToPrecision() argument
2105 rOutString = ::rtl::math::doubleToUString( rNumber, in ImpGetOutputStdToPrecision()
4360 double& rNumber, // number in ImpDecimalFill() argument
4462 ImpGetOutputStandard(rNumber, sNum); in ImpDecimalFill()
4474 bRes |= ImpNumberFillWithThousands(sStr, rNumber, k, j, nIx, // Fill with . if needed in ImpDecimalFill()
4481 double& rNumber, // number in ImpNumberFillWithThousands() argument
4622 ImpGetOutputStandard(rNumber, sNum); in ImpNumberFillWithThousands()
4669 double& rNumber, // number for "General" format in ImpNumberFill() argument
4758 ImpGetOutputStandard(rNumber, sNum); in ImpNumberFill()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/numbers/
H A Dzformat.cxx2067 void SvNumberformat::ImpGetOutputStdToPrecision(double& rNumber, OUString& rOutString, sal_uInt16 n… in ImpGetOutputStdToPrecision() argument
2077 rOutString = ::rtl::math::doubleToUString( rNumber, in ImpGetOutputStdToPrecision()
4382 double& rNumber, // number in ImpDecimalFill() argument
4484 ImpGetOutputStandard(rNumber, sNum); in ImpDecimalFill()
4496 bRes |= ImpNumberFillWithThousands(sStr, rNumber, k, j, nIx, // Fill with . if needed in ImpDecimalFill()
4503 double& rNumber, // number in ImpNumberFillWithThousands() argument
4644 ImpGetOutputStandard(rNumber, sNum); in ImpNumberFillWithThousands()
4691 double& rNumber, // number for "General" format in ImpNumberFill() argument
4780 ImpGetOutputStandard(rNumber, sNum); in ImpNumberFill()

12