Home
last modified time | relevance | path

Searched refs:tcomp (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/search/tests/
H A DSkippedComponentTests.java57 …SkippedComponent scomp1 = new SkippedComponent(tcomp.getSymbolicName(), tcomp.getVersion(), tcomp.… in testEquals()
58 …SkippedComponent scomp2 = new SkippedComponent(tcomp.getSymbolicName(), tcomp.getVersion(), tcomp.… in testEquals()
73 …SkippedComponent scomp1 = new SkippedComponent(tcomp.getSymbolicName(), tcomp.getVersion(), tcomp.… in testHashCode()
74 …SkippedComponent scomp2 = new SkippedComponent(tcomp.getSymbolicName(), tcomp.getVersion(), tcomp.… in testHashCode()
87 …SkippedComponent scomp1 = new SkippedComponent(tcomp.getSymbolicName(), tcomp.getVersion(), tcomp.… in testGetComponentId()
88 …SkippedComponent scomp2 = new SkippedComponent(tcomp.getSymbolicName(), tcomp.getVersion(), tcomp.… in testGetComponentId()
103 …SkippedComponent scomp1 = new SkippedComponent(tcomp.getSymbolicName(), tcomp.getVersion(), tcomp.… in testWasExcluded()
120 scomp1 = new SkippedComponent(tcomp.getSymbolicName(), tcomp.getVersion(), tcomp.getErrors()); in testHasResolutionErrors()
133 …SkippedComponent scomp1 = new SkippedComponent(tcomp.getSymbolicName(), tcomp.getVersion(), tcomp.… in testGetAncestor()
146 …SkippedComponent scomp1 = new SkippedComponent(tcomp.getSymbolicName(), tcomp.getVersion(), tcomp.… in testGetApiComponent()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/jpc/
H A Djpc_dec.c698 if (!(tcomp->rlvls = jas_alloc2(tcomp->numrlvls, in jpc_dec_tileinit()
713 …tsfb_getbands(tcomp->tsfb, jas_seq2d_xstart(tcomp->data), jas_seq2d_ystart(tcomp->data), jas_seq2d… in jpc_dec_tileinit()
715 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tileinit()
930 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tilefini()
985 if (tcomp->data) { in jpc_dec_tilefini()
988 if (tcomp->tsfb) { in jpc_dec_tilefini()
1043 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tiledecode()
1068 jpc_tsfb_synthesize(tcomp->tsfb, tcomp->data); in jpc_dec_tiledecode()
1130 tcomp->data), jas_matrix_numrows(tcomp->data), tcomp->data)) { in jpc_dec_tiledecode()
1248 tcomp->data = 0; in jpc_dec_process_siz()
[all …]
H A Djpc_t2dec.c160 jpc_dec_tcomp_t *tcomp; in jpc_dec_decodepkt() local
236 tcomp = &tile->tcomps[compno]; in jpc_dec_decodepkt()
237 rlvl = &tcomp->rlvls[rlvlno]; in jpc_dec_decodepkt()
370 tcomp = &tile->tcomps[compno]; in jpc_dec_decodepkt()
371 rlvl = &tcomp->rlvls[rlvlno]; in jpc_dec_decodepkt()
470 jpc_dec_tcomp_t *tcomp; in jpc_dec_pi_create() local
490 for (compno = 0, tcomp = tile->tcomps, picomp = pi->picomps; in jpc_dec_pi_create()
491 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) { in jpc_dec_pi_create()
492 picomp->numrlvls = tcomp->numrlvls; in jpc_dec_pi_create()
530 if (pi->maxrlvls < tcomp->numrlvls) { in jpc_dec_pi_create()
[all …]
H A Djpc_t2enc.c557 jpc_enc_tcmpt_t *tcomp; in jpc_enc_pi_create() local
577 for (compno = 0, tcomp = tile->tcmpts, picomp = pi->picomps; in jpc_enc_pi_create()
578 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) { in jpc_enc_pi_create()
579 picomp->numrlvls = tcomp->numrlvls; in jpc_enc_pi_create()
589 for (rlvlno = 0, pirlvl = picomp->pirlvls, rlvl = tcomp->rlvls; in jpc_enc_pi_create()
606 for (compno = 0, tcomp = tile->tcmpts, picomp = pi->picomps; in jpc_enc_pi_create()
607 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) { in jpc_enc_pi_create()
610 for (rlvlno = 0, pirlvl = picomp->pirlvls, rlvl = tcomp->rlvls; in jpc_enc_pi_create()
620 if (pi->maxrlvls < tcomp->numrlvls) { in jpc_enc_pi_create()
621 pi->maxrlvls = tcomp->numrlvls; in jpc_enc_pi_create()
H A Djpc_t1dec.c93 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec…
146 jpc_dec_tcomp_t *tcomp; in jpc_dec_decodecblks() local
157 for (compcnt = dec->numcomps, tcomp = tile->tcomps; compcnt > 0; in jpc_dec_decodecblks()
158 --compcnt, ++tcomp) { in jpc_dec_decodecblks()
159 for (rlvlcnt = tcomp->numrlvls, rlvl = tcomp->rlvls; in jpc_dec_decodecblks()
177 if (jpc_dec_decodecblk(dec, tile, tcomp, in jpc_dec_decodecblks()
191 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec… in jpc_dec_decodecblk() argument
204 compno = tcomp - tile->tcomps; in jpc_dec_decodecblk()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/libjasper/jpc/
H A Djpc_dec.c743 if (!(tcomp->rlvls = jas_malloc(tcomp->numrlvls * in jpc_dec_tileinit()
758 …tsfb_getbands(tcomp->tsfb, jas_seq2d_xstart(tcomp->data), jas_seq2d_ystart(tcomp->data), jas_seq2d… in jpc_dec_tileinit()
760 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tileinit()
972 ++compno, ++tcomp) { in jpc_dec_tilefini()
973 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tilefini()
1028 if (tcomp->data) { in jpc_dec_tilefini()
1031 if (tcomp->tsfb) { in jpc_dec_tilefini()
1084 ++compno, ++tcomp) { in jpc_dec_tiledecode()
1086 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tiledecode()
1109 ++compno, ++tcomp) { in jpc_dec_tiledecode()
[all …]
H A Djpc_t2dec.c209 jpc_dec_tcomp_t *tcomp; in jpc_dec_decodepkt() local
281 tcomp = &tile->tcomps[compno]; in jpc_dec_decodepkt()
282 rlvl = &tcomp->rlvls[rlvlno]; in jpc_dec_decodepkt()
415 tcomp = &tile->tcomps[compno]; in jpc_dec_decodepkt()
416 rlvl = &tcomp->rlvls[rlvlno]; in jpc_dec_decodepkt()
515 jpc_dec_tcomp_t *tcomp; in jpc_dec_pi_create() local
535 for (compno = 0, tcomp = tile->tcomps, picomp = pi->picomps; in jpc_dec_pi_create()
536 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) { in jpc_dec_pi_create()
537 picomp->numrlvls = tcomp->numrlvls; in jpc_dec_pi_create()
575 if (pi->maxrlvls < tcomp->numrlvls) { in jpc_dec_pi_create()
[all …]
H A Djpc_t2enc.c606 jpc_enc_tcmpt_t *tcomp; in jpc_enc_pi_create() local
626 for (compno = 0, tcomp = tile->tcmpts, picomp = pi->picomps; in jpc_enc_pi_create()
627 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) { in jpc_enc_pi_create()
628 picomp->numrlvls = tcomp->numrlvls; in jpc_enc_pi_create()
638 for (rlvlno = 0, pirlvl = picomp->pirlvls, rlvl = tcomp->rlvls; in jpc_enc_pi_create()
655 for (compno = 0, tcomp = tile->tcmpts, picomp = pi->picomps; in jpc_enc_pi_create()
656 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) { in jpc_enc_pi_create()
659 for (rlvlno = 0, pirlvl = picomp->pirlvls, rlvl = tcomp->rlvls; in jpc_enc_pi_create()
669 if (pi->maxrlvls < tcomp->numrlvls) { in jpc_enc_pi_create()
670 pi->maxrlvls = tcomp->numrlvls; in jpc_enc_pi_create()
H A Djpc_t1dec.c141 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec…
194 jpc_dec_tcomp_t *tcomp; in jpc_dec_decodecblks() local
205 for (compcnt = dec->numcomps, tcomp = tile->tcomps; compcnt > 0; in jpc_dec_decodecblks()
206 --compcnt, ++tcomp) { in jpc_dec_decodecblks()
207 for (rlvlcnt = tcomp->numrlvls, rlvl = tcomp->rlvls; in jpc_dec_decodecblks()
225 if (jpc_dec_decodecblk(dec, tile, tcomp, in jpc_dec_decodecblks()
239 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec… in jpc_dec_decodecblk() argument
252 compno = tcomp - tile->tcomps; in jpc_dec_decodecblk()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djpc_dec.c695 if (!(tcomp->rlvls = jas_alloc2(tcomp->numrlvls, in jpc_dec_tileinit()
710 …tsfb_getbands(tcomp->tsfb, jas_seq2d_xstart(tcomp->data), jas_seq2d_ystart(tcomp->data), jas_seq2d… in jpc_dec_tileinit()
712 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tileinit()
926 ++compno, ++tcomp) { in jpc_dec_tilefini()
927 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tilefini()
982 if (tcomp->data) { in jpc_dec_tilefini()
985 if (tcomp->tsfb) { in jpc_dec_tilefini()
1038 ++compno, ++tcomp) { in jpc_dec_tiledecode()
1040 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tiledecode()
1065 jpc_tsfb_synthesize(tcomp->tsfb, tcomp->data); in jpc_dec_tiledecode()
[all …]
H A Djpc_t2dec.c160 jpc_dec_tcomp_t *tcomp; in jpc_dec_decodepkt() local
236 tcomp = &tile->tcomps[compno]; in jpc_dec_decodepkt()
237 rlvl = &tcomp->rlvls[rlvlno]; in jpc_dec_decodepkt()
370 tcomp = &tile->tcomps[compno]; in jpc_dec_decodepkt()
371 rlvl = &tcomp->rlvls[rlvlno]; in jpc_dec_decodepkt()
470 jpc_dec_tcomp_t *tcomp; in jpc_dec_pi_create() local
490 for (compno = 0, tcomp = tile->tcomps, picomp = pi->picomps; in jpc_dec_pi_create()
491 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) { in jpc_dec_pi_create()
492 picomp->numrlvls = tcomp->numrlvls; in jpc_dec_pi_create()
530 if (pi->maxrlvls < tcomp->numrlvls) { in jpc_dec_pi_create()
[all …]
H A Djpc_t2enc.c557 jpc_enc_tcmpt_t *tcomp; in jpc_enc_pi_create() local
577 for (compno = 0, tcomp = tile->tcmpts, picomp = pi->picomps; in jpc_enc_pi_create()
578 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) { in jpc_enc_pi_create()
579 picomp->numrlvls = tcomp->numrlvls; in jpc_enc_pi_create()
589 for (rlvlno = 0, pirlvl = picomp->pirlvls, rlvl = tcomp->rlvls; in jpc_enc_pi_create()
606 for (compno = 0, tcomp = tile->tcmpts, picomp = pi->picomps; in jpc_enc_pi_create()
607 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) { in jpc_enc_pi_create()
610 for (rlvlno = 0, pirlvl = picomp->pirlvls, rlvl = tcomp->rlvls; in jpc_enc_pi_create()
620 if (pi->maxrlvls < tcomp->numrlvls) { in jpc_enc_pi_create()
621 pi->maxrlvls = tcomp->numrlvls; in jpc_enc_pi_create()
H A Djpc_t1dec.c92 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec…
145 jpc_dec_tcomp_t *tcomp; in jpc_dec_decodecblks() local
156 for (compcnt = dec->numcomps, tcomp = tile->tcomps; compcnt > 0; in jpc_dec_decodecblks()
157 --compcnt, ++tcomp) { in jpc_dec_decodecblks()
158 for (rlvlcnt = tcomp->numrlvls, rlvl = tcomp->rlvls; in jpc_dec_decodecblks()
176 if (jpc_dec_decodecblk(dec, tile, tcomp, in jpc_dec_decodecblks()
190 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec… in jpc_dec_decodecblk() argument
203 compno = tcomp - tile->tcomps; in jpc_dec_decodecblk()
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/jpc/
H A Djpc_dec.c737 if (!(tcomp->rlvls = jas_alloc2(tcomp->numrlvls, in jpc_dec_tileinit()
742 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tileinit()
759 jpc_tsfb_getbands(tcomp->tsfb, jas_seq2d_xstart(tcomp->data), in jpc_dec_tileinit()
760 jas_seq2d_ystart(tcomp->data), jas_seq2d_xend(tcomp->data), in jpc_dec_tileinit()
763 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tileinit()
1046 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tilefini()
1151 for (rlvlno = 0, rlvl = tcomp->rlvls; rlvlno < tcomp->numrlvls; in jpc_dec_tiledecode()
1177 jpc_tsfb_synthesize(tcomp->tsfb, tcomp->data); in jpc_dec_tiledecode()
1273 tcomp->data), jas_matrix_numrows(tcomp->data), tcomp->data)) { in jpc_dec_tiledecode()
1455 tcomp->data = 0; in jpc_dec_process_siz()
[all …]
H A Djpc_t2dec.c156 jpc_dec_tcomp_t *tcomp; in jpc_dec_decodepkt() local
229 tcomp = &tile->tcomps[compno]; in jpc_dec_decodepkt()
230 rlvl = &tcomp->rlvls[rlvlno]; in jpc_dec_decodepkt()
396 tcomp = &tile->tcomps[compno]; in jpc_dec_decodepkt()
397 rlvl = &tcomp->rlvls[rlvlno]; in jpc_dec_decodepkt()
496 jpc_dec_tcomp_t *tcomp; in jpc_dec_pi_create() local
516 for (compno = 0, tcomp = tile->tcomps, picomp = pi->picomps; in jpc_dec_pi_create()
517 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) { in jpc_dec_pi_create()
518 picomp->numrlvls = tcomp->numrlvls; in jpc_dec_pi_create()
556 if (pi->maxrlvls < tcomp->numrlvls) { in jpc_dec_pi_create()
[all …]
H A Djpc_t2enc.c563 jpc_enc_tcmpt_t *tcomp; in jpc_enc_pi_create() local
583 for (compno = 0, tcomp = tile->tcmpts, picomp = pi->picomps; in jpc_enc_pi_create()
584 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) { in jpc_enc_pi_create()
585 picomp->numrlvls = tcomp->numrlvls; in jpc_enc_pi_create()
595 for (rlvlno = 0, pirlvl = picomp->pirlvls, rlvl = tcomp->rlvls; in jpc_enc_pi_create()
612 for (compno = 0, tcomp = tile->tcmpts, picomp = pi->picomps; in jpc_enc_pi_create()
613 compno < pi->numcomps; ++compno, ++tcomp, ++picomp) { in jpc_enc_pi_create()
616 for (rlvlno = 0, pirlvl = picomp->pirlvls, rlvl = tcomp->rlvls; in jpc_enc_pi_create()
626 if (pi->maxrlvls < tcomp->numrlvls) { in jpc_enc_pi_create()
627 pi->maxrlvls = tcomp->numrlvls; in jpc_enc_pi_create()
H A Djpc_t1dec.c90 static int jpc_dec_decodecblk(jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec_band_t *band,
151 jpc_dec_tcomp_t *tcomp; in jpc_dec_decodecblks() local
158 for (compcnt = dec->numcomps, tcomp = tile->tcomps; compcnt > 0; in jpc_dec_decodecblks()
159 --compcnt, ++tcomp) { in jpc_dec_decodecblks()
161 for (rlvlcnt = tcomp->numrlvls, rlvl = tcomp->rlvls; in jpc_dec_decodecblks()
182 if (jpc_dec_decodecblk(tile, tcomp, in jpc_dec_decodecblks()
196 static int jpc_dec_decodecblk(jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec_band_t *band, in jpc_dec_decodecblk() argument
205 const size_t compno = tcomp - tile->tcomps; in jpc_dec_decodecblk()
/dports/science/plumed/plumed2-2.7.2/src/gridtools/
H A DDumpCube.cpp91 int tcomp=-1; parse("COMPONENT",tcomp); in DumpCube() local
92 if( tcomp<0 ) error("component of vector field was not specified - use COMPONENT keyword"); in DumpCube()
93 mycomp=tcomp*(1+ingrid->getDimension()); if( ingrid->noDerivatives() ) mycomp=tcomp; in DumpCube()
94 log.printf(" using %dth component of grid \n",tcomp ); in DumpCube()
H A DGridToXYZ.cpp70 int tcomp=-1; parse("COMPONENT",tcomp); in GridToXYZ() local
71 if( tcomp<0 ) error("component of vector field was not specified - use COMPONENT keyword"); in GridToXYZ()
72 mycomp=tcomp*(1+ingrid->getDimension()); if( ingrid->noDerivatives() ) mycomp=tcomp; in GridToXYZ()
73 log.printf(" using %dth component of grid \n",tcomp ); in GridToXYZ()
H A DActionWithInputGrid.cpp54 int tcomp=-1; parse("COMPONENT",tcomp); in ActionWithInputGrid() local
55 if( tcomp<0 ) error("component of vector field was not specified - use COMPONENT keyword"); in ActionWithInputGrid()
56 mycomp=tcomp; in ActionWithInputGrid()
/dports/finance/py-backtrader/backtrader-1.9.74.123/samples/relative-volume/
H A Drelvolbybar.py114 tcomp = self.data._compression
119 minbuffer = (minbuffer // tcomp) + tcomp
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/properties/
H A DCompilersPropertyPage.java60 Composite tcomp = SWTFactory.createComposite(comp, 2, 1, GridData.FILL_HORIZONTAL, 0, 0); in createContents() local
61 fProjectSpecific = new Button(tcomp, SWT.CHECK); in createContents()
73 fWorkspaceLink = new Link(tcomp, SWT.NONE); in createContents()
/dports/math/libxsmm/libxsmm-1.16.3/tests/
H A Dmhd.c147 const libxsmm_mhd_elemtype tcomp = LIBXSMM_MHD_ELEMTYPE_F64; in main() local
150 if (0 != libxsmm_mhd_typename(tcomp, &typesize, NULL/*ctypename*/)) { in main()
156 type, &tcomp, buffer, NULL/*libxsmm_mhd_element_comparison*/, in main()
/dports/devel/godot2/godot-2.1.6-stable/editor/io_plugins/
H A Deditor_translation_import_plugin.cpp298 VBoxContainer *tcomp = memnew(VBoxContainer); in EditorTranslationImportDialog() local
300 tcomp->add_child(hbc); in EditorTranslationImportDialog()
301 vbc->add_margin_child(TTR("Target Path:"), tcomp); in EditorTranslationImportDialog()
316 tcomp->add_child(compress); in EditorTranslationImportDialog()
321 tcomp->add_child(add_to_project); in EditorTranslationImportDialog()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/io_plugins/
H A Deditor_translation_import_plugin.cpp298 VBoxContainer *tcomp = memnew(VBoxContainer); in EditorTranslationImportDialog() local
300 tcomp->add_child(hbc); in EditorTranslationImportDialog()
301 vbc->add_margin_child(TTR("Target Path:"), tcomp); in EditorTranslationImportDialog()
316 tcomp->add_child(compress); in EditorTranslationImportDialog()
321 tcomp->add_child(add_to_project); in EditorTranslationImportDialog()

1234567