Home
last modified time | relevance | path

Searched refs:tvf (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/
H A DTVF.cpp68 int biasPoint = partialParam->tvf.biasPoint; in calcBaseCutoff()
86 baseCutoff += ((partialParam->tvf.cutoff << 4) - 800); in calcBaseCutoff()
137 int newLevelMult = velocity * newPartialParam->tvf.envVeloSensitivity; in reset()
139 newLevelMult += 109 - newPartialParam->tvf.envVeloSensitivity; in reset()
144 newLevelMult *= newPartialParam->tvf.envDepth; in reset()
151 if (newPartialParam->tvf.envTimeKeyfollow != 0) { in reset()
157 int newTarget = (newLevelMult * newPartialParam->tvf.envLevel[0]) >> 8; in reset()
158 int envTimeSetting = newPartialParam->tvf.envTime[0] - keyTimeSubtraction; in reset()
184 if (partialParam->tvf.envTime[4] == 0) { in startDecay()
187 startRamp(0, -partialParam->tvf.envTime[4], PHASE_DONE - 1); in startDecay()
[all …]
H A DPartial.cpp61 tvf = new TVF(this, &cutoffModifierRamp); in Partial()
81 delete tvf; in ~Partial()
217 tvf->reset(patchCache->partialParam, tvp->getBasePitch()); in startPartial()
232 …airType, (patchCache->waveform & 1) != 0, pulseWidthVal, patchCache->srcPartial.tvf.resonance + 1); in startPartial()
263 tvf->handleInterrupt(); in getCutoffValue()
265 return (tvf->getBaseCutoff() << 18) + cutoffModifierRampVal; in getCutoffValue()
405 tvf->startDecay(); in startDecayAll()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/
H A DTVF.cpp68 int biasPoint = partialParam->tvf.biasPoint; in calcBaseCutoff()
86 baseCutoff += ((partialParam->tvf.cutoff << 4) - 800); in calcBaseCutoff()
137 int newLevelMult = velocity * newPartialParam->tvf.envVeloSensitivity; in reset()
139 newLevelMult += 109 - newPartialParam->tvf.envVeloSensitivity; in reset()
144 newLevelMult *= newPartialParam->tvf.envDepth; in reset()
151 if (newPartialParam->tvf.envTimeKeyfollow != 0) { in reset()
157 int newTarget = (newLevelMult * newPartialParam->tvf.envLevel[0]) >> 8; in reset()
158 int envTimeSetting = newPartialParam->tvf.envTime[0] - keyTimeSubtraction; in reset()
184 if (partialParam->tvf.envTime[4] == 0) { in startDecay()
187 startRamp(0, -partialParam->tvf.envTime[4], PHASE_DONE - 1); in startDecay()
[all …]
H A DPartial.cpp61 tvf = new TVF(this, &cutoffModifierRamp); in Partial()
81 delete tvf; in ~Partial()
215 tvf->reset(patchCache->partialParam, tvp->getBasePitch()); in startPartial()
230 …airType, (patchCache->waveform & 1) != 0, pulseWidthVal, patchCache->srcPartial.tvf.resonance + 1); in startPartial()
261 tvf->handleInterrupt(); in getCutoffValue()
263 return (tvf->getBaseCutoff() << 18) + cutoffModifierRampVal; in getCutoffValue()
403 tvf->startDecay(); in startDecayAll()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/midi/munt/
H A DTVF.cpp67 int biasPoint = partialParam->tvf.biasPoint; in calcBaseCutoff()
85 baseCutoff += ((partialParam->tvf.cutoff << 4) - 800); in calcBaseCutoff()
130 int newLevelMult = velocity * newPartialParam->tvf.envVeloSensitivity; in reset()
132 newLevelMult += 109 - newPartialParam->tvf.envVeloSensitivity; in reset()
137 newLevelMult *= newPartialParam->tvf.envDepth; in reset()
144 if (newPartialParam->tvf.envTimeKeyfollow != 0) { in reset()
150 int newTarget = (newLevelMult * newPartialParam->tvf.envLevel[0]) >> 8; in reset()
151 int envTimeSetting = newPartialParam->tvf.envTime[0] - keyTimeSubtraction; in reset()
177 if (partialParam->tvf.envTime[4] == 0) { in startDecay()
180 startRamp(0, -partialParam->tvf.envTime[4], PHASE_DONE - 1); in startDecay()
[all …]
H A DPartial.cpp44 tvf = new TVF(this, &cutoffModifierRamp); in Partial()
53 delete tvf; in ~Partial()
189 tvf->reset(patchCache->partialParam, tvp->getBasePitch()); in startPartial()
204 …airType, (patchCache->waveform & 1) != 0, pulseWidthVal, patchCache->srcPartial.tvf.resonance + 1); in startPartial()
235 tvf->handleInterrupt(); in getCutoffValue()
237 return (tvf->getBaseCutoff() << 18) + cutoffModifierRampVal; in getCutoffValue()
346 tvf->startDecay(); in startDecayAll()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DTermVectorsWriter.cs32 private readonly IndexOutput tvf = null; field in Lucene.Net.Index.TermVectorsWriter
60 tvx.WriteLong(tvf.FilePointer); in AddAllDocVectors()
71 fieldPointers[i] = tvf.FilePointer; in AddAllDocVectors()
79 tvf.WriteVInt(numTerms); in AddAllDocVectors()
103 tvf.WriteVInt(bits); in AddAllDocVectors()
125 tvf.WriteVInt(termFreq); in AddAllDocVectors()
138 tvf.WriteVInt(position - lastPosition); in AddAllDocVectors()
157 tvf.WriteVInt(endOffset - startOffset); in AddAllDocVectors()
187 long tvfPosition = tvf.FilePointer; in AddRawDocuments()
230 if (tvf != null) in Dispose()
[all …]
H A DTermVectorsReader.cs52 private IndexInput tvf; field in Lucene.Net.Index.TermVectorsReader
151 return tvf; in GetTvfStream()
201 tvf.Seek(tvfPosition); in RawDocs()
521 tvf.Seek(tvfPointer); in ReadTermVector()
540 tvf.ReadVInt(); in ReadTermVector()
566 start = tvf.ReadVInt(); in ReadTermVector()
596 int freq = tvf.ReadVInt(); in ReadTermVector()
618 tvf.ReadVInt(); in ReadTermVector()
642 tvf.ReadVInt(); in ReadTermVector()
643 tvf.ReadVInt(); in ReadTermVector()
[all …]
H A DTermVectorsTermsWriter.cs39 internal IndexOutput tvf; field in Lucene.Net.Index.TermVectorsTermsWriter
81 tvf.Flush(); in Flush()
109 tvf.Close(); in CloseDocStore()
163 long tvfPosition = tvf.FilePointer; in Fill()
194tvf = docWriter.directory.CreateOutput(docStoreSegment + "." + IndexFileNames.VECTORS_FIELDS_EXTEN… in InitTermVectorsWriter()
198 tvf.WriteInt(TermVectorsReader.FORMAT_CURRENT); in InitTermVectorsWriter()
222 tvx.WriteLong(tvf.FilePointer); in FinishDocument()
236 perDoc.perDocTvf.WriteTo(tvf); in FinishDocument()
280 if (tvf != null) in Abort()
284 tvf.Close(); in Abort()
[all …]
H A DTermVectorsTermsWriterPerField.cs128 IndexOutput tvf = perThread.doc.perDocTvf; in Finish()
141 tvf.WriteVInt(numPostings); in Finish()
147 tvf.WriteByte(bits); in Finish()
189 tvf.WriteVInt(prefix); in Finish()
190 tvf.WriteVInt(suffix); in Finish()
191 tvf.WriteBytes(utf8Result.result, prefix, suffix); in Finish()
192 tvf.WriteVInt(freq); in Finish()
197 reader.WriteTo(tvf); in Finish()
203 reader.WriteTo(tvf); in Finish()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DTermVectorsWriter.cpp31 tvf->writeInt(TermVectorsReader::FORMAT_CURRENT); in TermVectorsWriter()
41 tvx->writeLong(tvf->getFilePointer()); in addAllDocVectors()
50 fieldPointers[i] = tvf->getFilePointer(); in addAllDocVectors()
58 tvf->writeVInt(numTerms); in addAllDocVectors()
78 tvf->writeVInt(bits); in addAllDocVectors()
92 tvf->writeVInt(length); // write delta length in addAllDocVectors()
97 tvf->writeVInt(termFreq); in addAllDocVectors()
151 int64_t tvfPosition = tvf->getFilePointer(); in addRawDocuments()
163 BOOST_ASSERT(tvf->getFilePointer() == tvfPosition); in addRawDocuments()
188 if (tvf) { in close()
[all …]
H A DTermVectorsReader.cpp119 return tvf; in getTvfStream()
152 tvf->seek(tvfPosition); in rawDocs()
208 if (tvf) { in close()
210 tvf->close(); in close()
374 tvf->seek(tvfPointer); in readTermVector()
391 tvf->readVInt(); in readTermVector()
414 start = tvf->readVInt(); in readTermVector()
450 tvf->readVInt(); in readTermVector()
469 tvf->readVInt(); in readTermVector()
488 if (tvx && tvd && tvf) { in clone()
[all …]
H A DTermVectorsTermsWriterPerField.cpp113 IndexOutputPtr tvf(perThread->doc->perDocTvf); in finish() local
125 tvf->writeVInt(numPostings); in finish()
133 tvf->writeByte(bits); in finish()
170 tvf->writeVInt(prefix); in finish()
171 tvf->writeVInt(suffix); in finish()
172 tvf->writeBytes(utf8Result->result.get(), prefix, suffix); in finish()
173 tvf->writeVInt(freq); in finish()
177 reader->writeTo(tvf); in finish()
182 reader->writeTo(tvf); in finish()
H A DTermVectorsTermsWriter.cpp61 tvf->flush(); in flush()
84 tvf->close(); in closeDocStore()
127 int64_t tvfPosition = tvf->getFilePointer(); in fill()
151tvf = docWriter->directory->createOutput(docStoreSegment + L"." + IndexFileNames::VECTORS_FIELDS_E… in initTermVectorsWriter()
155 tvf->writeInt(TermVectorsReader::FORMAT_CURRENT); in initTermVectorsWriter()
177 tvx->writeLong(tvf->getFilePointer()); in finishDocument()
191 perDoc->perDocTvf->writeTo(tvf); in finishDocument()
224 if (tvf) { in abort()
226 tvf->close(); in abort()
229 tvf.reset(); in abort()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DTermVectorWriter.cpp36 tvf = directory->createOutput(fbuf); in CL_NS_DEF()
54 _CLDELETE(tvf); in close()
73 _CLDELETE(tvf); in close()
85 if ( tvf != NULL ){ in close()
87 tvf->close(); in close()
91 _CLDELETE(tvf); in close()
100 _CLDELETE(tvf); in close()
131 fieldPointers[i] = tvf->getFilePointer(); in addAllDocVectors()
139 tvf->writeVInt(numTerms); in addAllDocVectors()
161 tvf->writeVInt(bits); in addAllDocVectors()
[all …]
H A DTermVectorReader.cpp72 tvf = copy.tvf->clone(); in TermVectorsReader()
135 if (tvf != NULL){ in close()
136 try{tvf->close();} in close()
144 _CLDELETE(tvf); in close()
331 tvf->seek(tvfPointer); in readTermVector()
347 tvf->readVInt(); in readTermVector()
359 start = tvf->readVInt(); in readTermVector()
360 deltaLength = tvf->readVInt(); in readTermVector()
390 tvf->readVInt(); in readTermVector()
409 tvf->readVInt(); in readTermVector()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/index/
H A DTermVectorReader.cpp33 tvf = NULL; in CL_NS_DEF()
44 tvf = copy.tvf->clone(); in TermVectorsReader()
91 if (tvf != NULL){ in close()
93 tvf->close(); in close()
101 _CLDELETE(tvf); in close()
227 tvf->seek(tvfPointer); in readTermVector()
238 uint8_t bits = tvf->readByte(); in readTermVector()
243 tvf->readVInt(); in readTermVector()
270 start = tvf->readVInt(); in readTermVector()
271 deltaLength = tvf->readVInt(); in readTermVector()
[all …]
H A DTermVectorWriter.cpp30 tvf = directory->createOutput(segment + LUCENE_TVF_EXTENSION); in TermVectorsWriter()
31 tvf->writeInt(FORMAT_VERSION); in TermVectorsWriter()
51 if (tvf != NULL){ in ~TermVectorsWriter()
52 tvf->close(); in ~TermVectorsWriter()
53 _CLDELETE(tvf); in ~TermVectorsWriter()
215 _DOTVWCLOSE(tvf); in close()
224 currentField->tvfPointer = tvf->getFilePointer(); in writeField()
228 tvf->writeVInt(size); in writeField()
237 tvf->writeByte(bits); in writeField()
248 tvf->writeVInt(length); // write delta length in writeField()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/tests/
H A Dtest_trackvis.py475 tvf = tv.TrackvisFile([])
476 assert_equal(tvf.streamlines, [])
479 assert_equal(tvf.filename, None)
481 tvf.to_file(out_f)
486 tvf.to_file(out_f)
531 tvf.to_file(out_f)
544 tvf.header['voxel_size'] = [2,3,4]
545 tvf.to_file(out_f)
554 tvf.to_file(out_f)
576 tvf.to_file(out_f)
[all …]
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/tests/
H A Dtest_trackvis.py483 tvf = tv.TrackvisFile([])
487 assert tvf.filename is None
489 tvf.to_file(out_f)
495 tvf.to_file(out_f)
530 tvf.to_file(out_f)
541 tvf.to_file(out_f)
545 tvf.to_file(out_f)
554 tvf.to_file(out_f)
574 tvf.to_file(out_f)
578 tvf.to_file(out_f)
[all …]
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/
H A DResolveTableValuedFunctions.scala67 private def tvf(args: (String, DataType)*)(pf: PartialFunction[Seq[Any], LogicalPlan]) method
83 tvf("end" -> LongType) { case Seq(end: Long) =>
88 tvf("start" -> LongType, "end" -> LongType) { case Seq(start: Long, end: Long) =>
93 tvf("start" -> LongType, "end" -> LongType, "step" -> LongType) {
99 tvf("start" -> LongType, "end" -> LongType, "step" -> LongType,
109 case Some(tvf) =>
110 val resolved = tvf.flatMap { case (argList, resolver) =>
/dports/devel/flatcc/flatcc-0.6.0/src/runtime/
H A Dverifier.c307 int ttl, flatcc_table_verifier_f tvf) in verify_table() argument
333 return tvf(&td); in verify_table()
346 check_result(verify_table(buf, end, base, read_uoffset(buf, base), ttl, tvf)); in verify_table_vector()
420 voffset_t id, int required, flatcc_table_verifier_f tvf) in flatcc_verify_table_field() argument
425 return verify_table(td->buf, td->end, base, read_uoffset(td->buf, base), td->ttl, tvf); in flatcc_verify_table_field()
429 voffset_t id, int required, flatcc_table_verifier_f tvf) in flatcc_verify_table_vector_field() argument
434 return verify_table_vector(td->buf, td->end, base, read_uoffset(td->buf, base), td->ttl, tvf); in flatcc_verify_table_vector_field()
437 int flatcc_verify_union_table(flatcc_union_verifier_descriptor_t *ud, flatcc_table_verifier_f *tvf) in flatcc_verify_union_table() argument
439 return verify_table(ud->buf, ud->end, ud->base, ud->offset, ud->ttl, tvf); in flatcc_verify_union_table()
538 uint16_t align, flatcc_table_verifier_f tvf) in flatcc_verify_table_as_nested_root() argument
[all …]
/dports/ports-mgmt/pkg/pkg-1.17.5/tests/frontend/
H A Dcreate.sh92 bsdtar tvf test-1.pkg
110 bsdtar tvf test-1.pkg
128 bsdtar tvf test-1.pkg
147 bsdtar tvf test-1.pkg
167 bsdtar tvf test-1.pkg
185 bsdtar tvf test-1.pkg
203 bsdtar tvf test-1.pkg
638 bsdtar tvf test-1.pkg
643 bsdtar tvf test-1.pkg
647 bsdtar tvf test-1.pkg
[all …]
/dports/archivers/gtar/tar-1.34/tests/
H A Dmap.at46 tar -tvf 1.tar
47 tar --numeric-owner -tvf 1.tar
60 tar -tvf 2.tar
61 tar --numeric-owner -tvf 2.tar
/dports/devel/flatcc/flatcc-0.6.0/include/flatcc/
H A Dflatcc_verifier.h202 flatbuffers_voffset_t id, int required, flatcc_table_verifier_f tvf);
204 flatbuffers_voffset_t id, int required, flatcc_table_verifier_f tvf);
211 uint16_t align, flatcc_table_verifier_f tvf);
231 int flatcc_verify_union_table(flatcc_union_verifier_descriptor_t *ud, flatcc_table_verifier_f *tvf);

12345678910>>...19