Home
last modified time | relevance | path

Searched refs:bc_end (Results 1 – 21 of 21) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/thirdparty/dtl/dtl/
H A DDiff3.hpp126 sesElemVec_iter bc_end = ses_bc_v.end(); in merge_() local
128 while (!isEnd(ba_end, ba_it) || !isEnd(bc_end, bc_it)) { in merge_()
131 !isEnd(bc_end, bc_it) && in merge_()
142 forwardUntilEnd(bc_end, bc_it); in merge_()
148 forwardUntilEnd(bc_end, bc_it); in merge_()
152 forwardUntilEnd(bc_end, bc_it); in merge_()
156 forwardUntilEnd(bc_end, bc_it); in merge_()
161 forwardUntilEnd(bc_end, bc_it); in merge_()
186 forwardUntilEnd(bc_end, bc_it); in merge_()
196 addDecentSequence(bc_end, bc_it, seq); in merge_()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/diff/dtl/dtl/
H A DDiff3.hpp126 sesElemVec_iter bc_end = ses_bc_v.end(); in merge_() local
128 while (!isEnd(ba_end, ba_it) || !isEnd(bc_end, bc_it)) { in merge_()
131 !isEnd(bc_end, bc_it) && in merge_()
142 forwardUntilEnd(bc_end, bc_it); in merge_()
148 forwardUntilEnd(bc_end, bc_it); in merge_()
152 forwardUntilEnd(bc_end, bc_it); in merge_()
156 forwardUntilEnd(bc_end, bc_it); in merge_()
161 forwardUntilEnd(bc_end, bc_it); in merge_()
186 forwardUntilEnd(bc_end, bc_it); in merge_()
196 addDecentSequence(bc_end, bc_it, seq); in merge_()
[all …]
/dports/science/octopus/octopus-10.5/src/hamiltonian/
H A Dboundary_op.F9040 bc_end, &
247 subroutine bc_end(this) subroutine
249 PUSH_SUB(bc_end) argument
255 POP_SUB(bc_end)
256 end subroutine bc_end
H A Dhamiltonian_elec.F90678 call bc_end(hm%bc)
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/
H A D_cubic.py700 bc_start, bc_end = bc
766 if bc_end == 'not-a-knot':
772 elif bc_end[0] == 1:
775 b[-1] = bc_end[1]
776 elif bc_end[0] == 2:
779 b[-1] = 0.5 * bc_end[1] * dx[-1]**2 + 3 * (y[-1] - y[-2])
/dports/biology/py-pysam/pysam-0.18.0/samtools/
H A Dbam_fastq.c667 char *bc_end = bc, *qt_end = qt; in output_index() local
668 while (len ? *bc_end && rem-- : isalpha(*bc_end)) in output_index()
669 bc_end++, qt_end += qt != NULL; in output_index()
674 bc = bc_end + (len==0); in output_index()
681 bc, bc_end-bc, qt, qt_end-qt) < 0) in output_index()
683 bc = bc_end + (len==0); in output_index()
H A Dbam_fastq.c.pysam.c669 char *bc_end = bc, *qt_end = qt; in output_index() local
670 while (len ? *bc_end && rem-- : isalpha(*bc_end)) in output_index()
671 bc_end++, qt_end += qt != NULL; in output_index()
676 bc = bc_end + (len==0); in output_index()
683 bc, bc_end-bc, qt, qt_end-qt) < 0) in output_index()
685 bc = bc_end + (len==0); in output_index()
/dports/biology/samtools/samtools-1.14/
H A Dbam_fastq.c667 char *bc_end = bc, *qt_end = qt; in output_index() local
668 while (len ? *bc_end && rem-- : isalpha(*bc_end)) in output_index()
669 bc_end++, qt_end += qt != NULL; in output_index()
674 bc = bc_end + (len==0); in output_index()
681 bc, bc_end-bc, qt, qt_end-qt) < 0) in output_index()
683 bc = bc_end + (len==0); in output_index()
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/tests/
H A Dtest_polyint.py491 def check_correctness(S, bc_start='not-a-knot', bc_end='not-a-knot', argument
510 if x.size == 3 and bc_start == 'not-a-knot' and bc_end == 'not-a-knot':
536 if bc_end == 'not-a-knot':
542 elif bc_end == 'clamped':
544 elif bc_end == 'natural':
547 order, value = bc_end
569 for bc_end in bc_all:
570 S = CubicSpline(x, y, axis=axis, bc_type=(bc_start, bc_end))
571 self.check_correctness(S, bc_start, bc_end, tol=2e-14)
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/
H A DCode.cpp88 bool load(const byte * bc_begin, const byte * bc_end);
250 bool Machine::Code::decoder::load(const byte * bc, const byte * bc_end) in load() argument
252 _max.bytecode = bc_end; in load()
253 while (bc < bc_end) in load()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/
H A DCode.cpp88 bool load(const byte * bc_begin, const byte * bc_end);
246 bool Machine::Code::decoder::load(const byte * bc, const byte * bc_end) in load() argument
248 _max.bytecode = bc_end; in load()
249 while (bc < bc_end) in load()
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/
H A DCode.cpp88 bool load(const byte * bc_begin, const byte * bc_end);
251 bool Machine::Code::decoder::load(const byte * bc, const byte * bc_end) in load() argument
253 _max.bytecode = bc_end; in load()
254 while (bc < bc_end) in load()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/
H A DCode.cpp88 bool load(const byte * bc_begin, const byte * bc_end);
251 bool Machine::Code::decoder::load(const byte * bc, const byte * bc_end) in load() argument
253 _max.bytecode = bc_end; in load()
254 while (bc < bc_end) in load()
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/
H A DCode.cpp88 bool load(const byte * bc_begin, const byte * bc_end);
251 bool Machine::Code::decoder::load(const byte * bc, const byte * bc_end) in load() argument
253 _max.bytecode = bc_end; in load()
254 while (bc < bc_end) in load()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/
H A DCode.cpp88 bool load(const byte * bc_begin, const byte * bc_end);
251 bool Machine::Code::decoder::load(const byte * bc, const byte * bc_end) in load() argument
253 _max.bytecode = bc_end; in load()
254 while (bc < bc_end) in load()
/dports/graphics/graphite2/graphite2-1.3.14/src/
H A DCode.cpp88 bool load(const byte * bc_begin, const byte * bc_end);
251 bool Machine::Code::decoder::load(const byte * bc, const byte * bc_end) in load() argument
253 _max.bytecode = bc_end; in load()
254 while (bc < bc_end) in load()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMClipScheduler.h227 void setBlendClips(size_t bc_start,size_t bc_end,BlendClips* bc) in setBlendClips() argument
229 fprintf(mFile,"\tsetAttr \".bc[%i:%i]\" ", bc_start,bc_end); in setBlendClips()
230 size_t size = (bc_end-bc_start)*1+1; in setBlendClips()
238 void startBlendClips(size_t bc_start,size_t bc_end)const in startBlendClips() argument
240 fprintf(mFile,"\tsetAttr \".bc[%i:%i]\"",bc_start,bc_end); in startBlendClips()
/dports/math/numdiff/numdiff-5.9.0/
H A Dnumber.h104 _PROTOTYPE(void bc_end, (void)); /* Added by Ivano Primi, 30/12/2002. */
H A Darith.c659 bc_end(); in end_mpa()
H A Dnumber.c136 bc_end () in bc_end() function
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dbytecode.h430 BCEnd bc_end; /* End thread */ member