Home
last modified time | relevance | path

Searched defs:ests (Results 1 – 16 of 16) sorted by relevance

/dports/science/R-cran-Epi/Epi/R/
H A DplotEst.R1 get.ests <- function( ests, ... ) argument
16 function( ests, argument
89 function( ests, argument
/dports/biology/mothur/mothur-1.46.1/source/calculators/
H A Dshannonrange.cpp33 vector<double> ests; in getValues() local
/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dheur_listscheduling.c340 int* ests, /**< array to store the earliest start times */ in collectEstLst()
374 int* ests, /**< array of earliest start time for each job */ in propagateEst()
592 int* ests, /**< earliest start times */ in getEstPermutation()
654 int* ests; in executeHeuristic() local
H A Dcons_optcumulative.c1277SCIP_Real* ests, /**< array to store the earlier start time for each job … in solveCumulative()
/dports/math/chuffed/chuffed-e04bedd/chuffed/globals/
H A Ddisjunctive.cpp27 …int *ests; // task no. sorted according to est in ascending… member in DisjunctiveBP
175 …int *ests; // task no. sorted according to est in ascending… member in DisjunctiveEF
/dports/math/R-cran-car/car/R/
H A DcompareCoefs.R171 ests <- getcoef(model) functionVar
/dports/biology/abyss/abyss-2.3.1/Overlap/
H A DOverlap.cpp468 const Estimates& ests = er.estimates[sense]; in main() local
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/quadpack/
H A Ddqc25f.f100 * d1mach,d2,estc,ests,f,fval,hlgth,oflow,omega,parint,par2,par22, local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/phy/
H A Ddp83640.c749 void *data, int len, u16 ests) in decode_evnt()
936 u16 ests, type; in decode_status_frame() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/phy/
H A Ddp83640.c749 void *data, int len, u16 ests) in decode_evnt()
936 u16 ests, type; in decode_status_frame() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/phy/
H A Ddp83640.c749 void *data, int len, u16 ests) in decode_evnt()
936 u16 ests, type; in decode_status_frame() local
/dports/math/R-cran-survey/survey/R/
H A Dnewsvyquantile.R125 ests<-sapply(rvals, function(v) sapply(v, function(qi) qi$qhat)) functionVar
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dasn1.cpp509 vector<string> ests; in create_ModelEvidence_user_object() local
H A Daligncollapser.cpp2058 list<TAlignModelList::iterator> ests(i->second.begin(),i->second.end()); in GetCollapsedAlgnments() local
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/h264/src/
H A Dmfx_h264_encode_hw.cpp2746 mfxStatus ests; in CheckBRCStatus() local
3648 mfxStatus ests; in AsyncRoutine() local
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_cumulative.c1248 SCIP_Real* ests, /**< array of earliest start times for each job */ in setupAndSolveCumulativeSubscip()
4307 int* ests, /**< array of sorted earliest start times */ in computeCoreEnergyAfter()
4381 int* ests, /**< array to store earliest start times */ in collectDataTTEF()
4684int* ests, /**< array with earliest strart times sorted in non-decr… in propagateUbTTEF()
5035int* ests, /**< array with earliest strart times sorted in non-decr… in propagateLbTTEF()
5382 int* ests; in propagateTTEF() local
14333 SCIP_Real* ests, /**< array with the earlier start time for each job */ in SCIPsolveCumulative()