Home
last modified time | relevance | path

Searched refs:polyC (Results 1 – 25 of 39) sorted by relevance

12

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpolyprops.cpp17 PolyVectorDialog::PolyVectorDialog(QWidget* parent, int polyC, double polyF, bool polyS, double pol… in PolyVectorDialog() argument
24 …polyWidget = new PolygonWidget(this, polyC, polyF, polyS, polyR, polyCurvature, polyInnerRot, poly… in PolyVectorDialog()
36 PolygonProps::PolygonProps(QWidget* parent, int polyC, double polyF, bool polyS, double polyR, doub… in PolygonProps() argument
44 …polyWidget = new PolygonWidget(this, polyC, polyF, polyS, polyR, polyCurvature, polyInnerRot, poly… in PolygonProps()
64 void PolygonProps::getValues(int* polyC, double* polyF, bool* polyS, double* polyR, double* polyCur… in getValues() argument
66 polyWidget->getValues(polyC, polyF, polyS, polyR, polyCurvature, polyInnerRot, polyOuterCurvature); in getValues()
H A Dpolyprops.h24 …PolyVectorDialog(QWidget* parent, int polyC, double polyF, bool polyS, double polyR, double polyCu…
43 …PolygonProps(QWidget* parent, int polyC, double polyF, bool polyS, double polyR, double polyCurvat…
45 …void getValues(int* polyC, double* polyF, bool* polyS, double* polyR, double* polyCurvature, doubl…
46 …void setValues(int polyC, double polyF, bool polyS, double polyR, double polyCurvature, double pol…
/dports/devel/grpc130/grpc-1.30.2/test/core/gprpp/
H A Dmanual_constructor_test.cc79 grpc_core::PolymorphicManualConstructor<A, B, C, D> polyC; in complex_test() local
80 polyC.Init<C>(); in complex_test()
81 GPR_ASSERT(!strcmp(polyC->foo(), "B_foo")); in complex_test()
82 GPR_ASSERT(!strcmp(polyC->bar(), "C_bar")); in complex_test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/gprpp/
H A Dmanual_constructor_test.cc81 grpc_core::PolymorphicManualConstructor<A, B, C, D> polyC; in complex_test() local
82 polyC.Init<C>(); in complex_test()
83 GPR_ASSERT(!strcmp(polyC->foo(), "B_foo")); in complex_test()
84 GPR_ASSERT(!strcmp(polyC->bar(), "C_bar")); in complex_test()
/dports/devel/grpc134/grpc-1.34.1/test/core/gprpp/
H A Dmanual_constructor_test.cc79 grpc_core::PolymorphicManualConstructor<A, B, C, D> polyC; in complex_test() local
80 polyC.Init<C>(); in complex_test()
81 GPR_ASSERT(!strcmp(polyC->foo(), "B_foo")); in complex_test()
82 GPR_ASSERT(!strcmp(polyC->bar(), "C_bar")); in complex_test()
/dports/devel/grpc/grpc-1.42.0/test/core/gprpp/
H A Dmanual_constructor_test.cc82 grpc_core::PolymorphicManualConstructor<A, B, C, D> polyC; in complex_test() local
83 polyC.Init<C>(); in complex_test()
84 GPR_ASSERT(!strcmp(polyC->foo(), "B_foo")); in complex_test()
85 GPR_ASSERT(!strcmp(polyC->bar(), "C_bar")); in complex_test()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Python/
H A DTestBoxPlaneIntersection.py88 polyC = vtk.vtkCellArray() variable
91 pdC.SetPolys(polyC)
97 polyC.InsertNextCell(numInts)
100 polyC.InsertCellPoint(i)
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Python/
H A DTestBoxPlaneIntersection.py88 polyC = vtk.vtkCellArray() variable
91 pdC.SetPolys(polyC)
97 polyC.InsertNextCell(numInts)
100 polyC.InsertCellPoint(i)
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/spark/sv/evidence/
H A DFindBadGenomicKmersSparkUnitTest.java33 final byte[] polyC = new byte[KMER_SIZE]; Arrays.fill(polyC, (byte)'C'); in badKmersTest()
42 sequenceChunks.add(polyC); in badKmersTest()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/swig/
H A Dmer_dna.i19 %bang MerDNA::polyC();
44 void polyC();
/dports/biology/jellyfish/jellyfish-2.3.0/swig/
H A Dmer_dna.i26 %bang MerDNA::polyC();
51 void polyC();
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dcanvasmode_editpolygon.h101 …void applyValues(int polyC, double polyF, bool polyUseCF, double polyR, double polyCur, double pol…
H A Dcanvasmode_editpolygon.cpp245 void CanvasMode_EditPolygon::applyValues(int polyC, double polyF, bool polyUseCF, double polyR, dou… in applyValues() argument
250 m_polyCorners = polyC; in applyValues()
260 ss->set("NEW_CORNER",polyC); in applyValues()
276 item->polyCorners = polyC; in applyValues()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/unit_tests/
H A Dtest_mer_dna.cc208 m.polyC(); in TEST()
224 mc.polyC(); in TEST()
405 m2.polyC(); in TYPED_TEST()
H A Dtest_large_hash_array.cc114 mers[1].polyC(); mers2[1].polyC(); in TEST_P()
/dports/biology/jellyfish/jellyfish-2.3.0/unit_tests/
H A Dtest_mer_dna.cc208 m.polyC(); in TEST()
224 mc.polyC(); in TEST()
404 m2.polyC(); in TYPED_TEST()
H A Dtest_large_hash_array.cc115 mers[1].polyC(); mers2[1].polyC(); in TEST_P()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/swig/perl5/
H A Djellyfish.pm77 *polyC = *jellyfishc::MerDNA_polyC;
/dports/biology/jellyfish/jellyfish-2.3.0/swig/perl5/
H A Djellyfish.pm77 *polyC = *jellyfishc::MerDNA_polyC;
/dports/math/e-antic/flint2-ae7ec89/fmpz_mpoly/
H A Dmpolyu_divides_threaded.c257 fmpz_mpolyu_t polyC; member
334 fmpz_mpolyu_clear(L->polyC, H->ctx); in divides_heap_chunk_clear()
1071 fmpz_mpolyu_struct * C = L->polyC; in chunk_mulsub()
1128 fmpz_mpolyu_struct * C = L->polyC; in trychunk()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mpoly/
H A Dmpolyu_divides_threaded.c257 fmpz_mpolyu_t polyC; member
334 fmpz_mpolyu_clear(L->polyC, H->ctx); in divides_heap_chunk_clear()
1071 fmpz_mpolyu_struct * C = L->polyC; in chunk_mulsub()
1128 fmpz_mpolyu_struct * C = L->polyC; in trychunk()
/dports/biology/jellyfish/jellyfish-2.3.0/swig/python/
H A Ddna_jellyfish.py138 def polyC(self): member in MerDNA
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_mpoly/
H A Dmpolyn_divides_threaded.c269 nmod_mpolyn_t polyC; member
340 nmod_mpolyn_clear(L->polyC, H->ctx); in divides_heap_chunk_clear()
1464 nmod_mpolyn_struct * C = L->polyC; in chunk_mulsub()
1543 nmod_mpolyn_struct * C = L->polyC; in trychunk()
/dports/math/e-antic/flint2-ae7ec89/nmod_mpoly/
H A Dmpolyn_divides_threaded.c269 nmod_mpolyn_t polyC; member
340 nmod_mpolyn_clear(L->polyC, H->ctx); in divides_heap_chunk_clear()
1464 nmod_mpolyn_struct * C = L->polyC; in chunk_mulsub()
1543 nmod_mpolyn_struct * C = L->polyC; in trychunk()
/dports/math/flint2/flint-2.8.4/nmod_mpoly/
H A Dmpolyn_divides_threaded.c255 nmod_mpolyn_t polyC; member
326 nmod_mpolyn_clear(L->polyC, H->ctx); in divides_heap_chunk_clear()
1450 nmod_mpolyn_struct * C = L->polyC; in chunk_mulsub()
1529 nmod_mpolyn_struct * C = L->polyC; in trychunk()

12