Home
last modified time | relevance | path

Searched refs:getRes (Results 1 – 25 of 749) sorted by path

12345678910>>...30

/dports/audio/faust/faust-2.37.3/compiler/draw/
H A DsigToGraph.cpp146 sout += t->getRes().toString(); in edgeattr()
/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dsigtype.cpp174 …st1->getInterval().valid == st2->getInterval().valid) && st1->getRes().valid == st2->getRes().vali… in operator ==()
175 st1->getRes().index == st2->getRes().index; in operator ==()
364 elems.push_back(tree(st->getRes().valid)); in codeSimpleType()
365 elems.push_back(tree(st->getRes().index)); in codeSimpleType()
H A Dsigtype.hh120 res getRes() const { return fRes; } ///< return the resolution of the signal (fixed) in getRes() function in AudioType
/dports/audio/sfront/sfront-0.99/examples/rtime/au/lpf/CocoaFilterView/
H A DUCBLopassFilter_GraphView.h88 -(float)getRes; // gets the graph's internal resonance value (so the au can match the graph)
/dports/biology/ncbi-toolkit/ncbi/biostruc/cdd/
H A Dcddposutil.c2202 localChar = getRes(compactSearch->query[i]); in CddposTakeCheckpoint()
H A Dcddutil.c4681 localChar = getRes(compactSearch->query[i]); in CddtakeMatrixCheckpoint()
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dmakemat.c180 localChar = getRes(compactSearch->query[i]); in takeMatrixCheckpoint()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dimpatool.c89 Char LIBCALL getRes(Char input) in getRes() function
H A Dposit.c2067 static Char getRes(Char input) in getRes() function
2241 printf(" %c",getRes((Char) charOrder[c])); in outputPosMatrix()
2243 printf("\n%5d %c ", i + 1, getRes(q[i])); in outputPosMatrix()
2252 printf(" %c",getRes((Char) charOrder[c])); in outputPosMatrix()
2255 printf("\n%5d %c ", i + 1, getRes(q[i])); in outputPosMatrix()
2283 fprintf(matrixfp," %c",getRes((Char) charOrder[c])); in outputPosMatrix()
2578 localChar = getRes(compactSearch->query[i]); in posTakeCheckpoint()
2820 getRes(compactSearch->query[i]), i, getRes(c)); in posReadPosFreqsScoremat()
2926 getRes(compactSearch->query[c])); in posReadPosFreqsStandard()
2939 getRes(compactSearch->query[c]), getRes(oldQuery[c])); } in posReadPosFreqsStandard()
[all …]
H A Dposit2.c368 …has a %c at position %ld, while new query has a %c there",getRes(oldQuery[c]), (long) c, getRes(co… in impalaReadCheckpoint()
H A Dprofiles.h115 Char LIBCALL getRes PROTO((Char input));
/dports/cad/openroad/OpenROAD-2.0/src/rcx/include/rcx/
H A DextRCap.h216 double getRes();
434 extDistRC* getRes(uint mou, uint w, int dist1, int dist2);
607 double getRes(uint met);
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DextRCmodel.cpp120 double extDistRC::getRes() { return _res; } in getRes() function in rcx::extDistRC
1831 double extRCModel::getRes(uint met) { in getRes() function in rcx::extRCModel
1839 return rc->getRes(); in getRes()
H A Dextmain.cpp633 double r1 = m->getRes(n); in addExtModel()
706 double r1 = rc->getRes(); in getResCapTable()
724 double r1 = rc->getRes(); in getResCapTable()
H A Dextmeasure.cpp3329 res = rc->getRes() * res_lenOverSub; in underFlowStep()
3419 double res = rc->getRes() * res_lenOverSub; in underFlowStep()
3877 deltaRes[jj] = rc->getRes() * totLenCovered; in underFlowStep()
H A Dextmeasure_res.cpp216 extDistRC* rc = rcModel->_resOver[tgtMet]->getRes(0, _width, dist1, dist2); in calcRes()
232 extDistRC* rc = rcModel->_resOver[tgtMet]->getRes(0, _width, dist1, dist2); in calcRes0()
246 extDistRC* rc = rcModel->_resOver[tgtMet]->getRes(0, width, dist1, dist2); in calcRes0()
407 extDistRC* extDistWidthRCTable::getRes(uint mou, uint w, int dist1, int dist2) { in getRes() function in rcx::extDistWidthRCTable
H A Dextstats.cpp50 _minResTable[ii][jj] = 2 * rc->getRes(); in setMinRC()
59 _maxResTable[ii][jj] = 2 * rc->getRes(); in setMaxRC()
H A DnetRC.cpp475 res = _modelTable->get(0)->getRes(level) * len; in setResCapFromLef()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dupdate_integration_test.go17 getRes, err := client.Get().Index(testIndexName).Type("doc").Id("1").Do(context.TODO())
22 if err := json.Unmarshal(*getRes.Source, &original); err != nil {
43 getRes, err = client.Get().Index(testIndexName).Type("doc").Id("1").Do(context.TODO())
48 if err := json.Unmarshal(*getRes.Source, &updated); err != nil {
64 getRes, err := client.Get().Index(testIndexName).Type("doc").Id("1").Do(context.TODO())
69 if err := json.Unmarshal(*getRes.Source, &original); err != nil {
109 getRes, err = client.Get().Index(testIndexName).Type("doc").Id("1").Do(context.TODO())
114 if err := json.Unmarshal(*getRes.Source, &updated); err != nil {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dupdate_integration_test.go17 getRes, err := client.Get().Index(testIndexName).Type("tweet").Id("1").Do(context.TODO())
22 if err := json.Unmarshal(*getRes.Source, &original); err != nil {
43 getRes, err = client.Get().Index(testIndexName).Type("tweet").Id("1").Do(context.TODO())
48 if err := json.Unmarshal(*getRes.Source, &updated); err != nil {
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/flat_combining/test/
H A DFlatCombiningExamples.h139 uint64_t getRes() { return res_; } in getRes() function
200 auto resFn = [&](Req& req) { res = req.getRes(); };
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/dbase/
H A Ddbf.pas2246 getRes: TGetResult;
2260 getRes := GetRecord(FTempBuffer, gmNext, true);
2261 if getRes = grOk then
2263 until getRes <> grOk;
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/clock-0.8/System/
H A DClock.hsc15 , getRes
174 getRes :: Clock -> IO TimeSpec
188 getRes Monotonic = allocaAndPeek hs_clock_win32_getres_monotonic function
189 getRes Realtime = allocaAndPeek hs_clock_win32_getres_realtime function
190 getRes ProcessCPUTime = allocaAndPeek hs_clock_win32_getres_processtime function
191 getRes ThreadCPUTime = allocaAndPeek hs_clock_win32_getres_threadtime function
193 getRes clk = allocaAndPeek $! hs_clock_darwin_getres $! clockToConst clk function
195 getRes clk = allocaAndPeek $! clock_getres $! clockToConst clk function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/unliftio-0.2.13/src/UnliftIO/Internals/
H A DAsync.hs758 (getRes, tids0) <- go excVar f0
784 (Right <$> getRes)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-core-1.6.18/test/
H A DHierarchy.hs198 let testGetPost route getRes postRes = do
200 disp "GET" routeStrs @?= (getRes, Just route)

12345678910>>...30