Home
last modified time | relevance | path

Searched refs:PCT (Results 1 – 25 of 795) sorted by relevance

12345678910>>...32

/dports/math/cgal/CGAL-5.3/demo/Polyline_simplification_2/include/CGAL/Qt/
H A DPolyline_simplification_2_graphics_item.h32 template <typename PCT>
35 typedef typename PCT::Geom_traits Geom_traits;
36 typedef typename PCT::Constraint_id Constraint_id;
63 PolylineSimplificationGraphicsItem(PCT * pct) in PolylineSimplificationGraphicsItem()
73 void operator()(typename PCT::Face_handle fh);
120 template <typename PCT>
145 template <typename PCT>
147 PolylineSimplificationGraphicsItem<PCT>::operator()( typename PCT::Face_handle fh ) in operator()
167 template <typename PCT>
169 PolylineSimplificationGraphicsItem<PCT>::paintVertex( typename PCT::Vertex_handle vh ) in paintVertex()
[all …]
/dports/lang/parrot/parrot-8.1.0/compilers/pct/
H A DRules.mak3 $(LIBRARY_DIR)/PCT.pbc : $(PARROT) compilers/pct/PCT.pir \
4 $(LIBRARY_DIR)/PCT/Grammar.pbc $(LIBRARY_DIR)/PCT/PAST.pbc
5 $(PARROT) -o $@ compilers/pct/PCT.pir
9 $(LIBRARY_DIR)/PCT/HLLCompiler.pbc \
10 compilers/pct/src/PCT/Node.pbc \
16 compilers/pct/src/PCT/Node.pbc \
23 $(LIBRARY_DIR)/PCT/Grammar.pbc : compilers/pct/src/PCT/Grammar.pir $(PARROT) \
28 $(LIBRARY_DIR)/PCT/HLLCompiler.pbc : compilers/pct/src/PCT/HLLCompiler.pir \
36 $(LIBRARY_DIR)/PCT/Dumper.pbc
40 $(LIBRARY_DIR)/PCT/Dumper.pbc : compilers/pct/src/PCT/Dumper.pir $(PARROT)
[all …]
H A DDefines.mak2 $(LIBRARY_DIR)/PCT.pbc \
3 $(LIBRARY_DIR)/PCT/PAST.pbc \
4 $(LIBRARY_DIR)/PCT/Grammar.pbc \
5 $(LIBRARY_DIR)/PCT/HLLCompiler.pbc \
6 $(LIBRARY_DIR)/PCT/Dumper.pbc
9 compilers/pct/src/PCT/Node.pbc \
H A DPCT.pir4 PCT - Parrot compiler toolkit
13 .namespace [ 'PCT' ]
16 load_bytecode 'PCT/Grammar.pbc'
17 load_bytecode 'PCT/PAST.pbc'
31 2007-11-29 Refactored PCT into separate modules for grammar, past, compiler
/dports/biology/py-biopython/biopython-1.79/Tests/UniGene/
H A DEca.1.2425.data9 PROTSIM ORG=10090; PROTGI=149270989; PROTID=XP_001477314.1; PCT=99.26; ALN=401
10 PROTSIM ORG=5207; PROTGI=134117057; PROTID=XP_772755.1; PCT=70.91; ALN=384
11 PROTSIM ORG=44689; PROTGI=66802278; PROTID=XP_629921.1; PCT=67.76; ALN=396
12 PROTSIM ORG=9606; PROTGI=4506649; PROTID=NP_000958.1; PCT=99.50; ALN=401
13 PROTSIM ORG=7719; PROTGI=198435984; PROTID=XP_002132034.1; PCT=80.15; ALN=402
15 PROTSIM ORG=9615; PROTGI=73969069; PROTID=XP_531732.2; PCT=99.50; ALN=401
17 PROTSIM ORG=9913; PROTGI=27807287; PROTID=NP_777140.1; PCT=99.26; ALN=401
21 PROTSIM ORG=7227; PROTGI=17737907; PROTID=NP_524316.1; PCT=78.91; ALN=402
22 PROTSIM ORG=28985; PROTGI=50311593; PROTID=XP_455822.1; PCT=72.28; ALN=385
24 PROTSIM ORG=4896; PROTGI=19115692; PROTID=NP_594780.1; PCT=74.61; ALN=385
[all …]
H A DHs.2.data18 PROTSIM ORG=10090; PROTGI=6754794; PROTID=NP_035004.1; PCT=76.55; ALN=288
19 PROTSIM ORG=9796; PROTGI=149742490; PROTID=XP_001487907.1; PCT=79.66; ALN=288
20 PROTSIM ORG=9986; PROTGI=126722851; PROTID=NP_001075655.1; PCT=76.90; ALN=288
21 PROTSIM ORG=9544; PROTGI=113461974; PROTID=NP_001038201.1; PCT=93.10; ALN=288
22 PROTSIM ORG=9606; PROTGI=116295260; PROTID=NP_000006.2; PCT=100.00; ALN=288
23 PROTSIM ORG=7719; PROTGI=198423589; PROTID=XP_002126320.1; PCT=29.46; ALN=240
24 PROTSIM ORG=10116; PROTGI=16758720; PROTID=NP_446306.1; PCT=75.52; ALN=288
26 PROTSIM ORG=9031; PROTGI=45384408; PROTID=NP_990671.1; PCT=57.93; ALN=288
27 PROTSIM ORG=9913; PROTGI=115497526; PROTID=NP_001069040.1; PCT=80.34; ALN=288
28 PROTSIM ORG=9258; PROTGI=149640224; PROTID=XP_001508302.1; PCT=62.37; ALN=278
[all …]
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/PCT/
H A DREADME.pod7 runtime/parrot/library/PCT/README.pod - Readme file for the runtime libraries
8 for the Parrot Compiler Toolkit (PCT).
13 (PCT). The sources for the libraries are in compilers/pct/ and the compiled
16 The available PCT libraries are:
18 PCT.pbc - use this if you just want the general toolkit
19 PCT/PAST.pbc - the PAST compiler
20 PCT/Grammar.pbc - the PCT::Grammar base grammar
21 PCT/HLLCompiler.pbc - the PCT::HLLCompiler
/dports/math/cgal/CGAL-5.3/include/CGAL/Polyline_simplification_2/
H A Dsimplify.h60 typedef typename PCT::Point Point;
61 typedef typename PCT::Edge Edge;
62 typedef typename PCT::Constraint_id Constraint_id;
68 typedef typename PCT::Vertex_handle Vertex_handle;
69 typedef typename PCT::Face_handle Face_handle;
72 typedef typename PCT::Geom_traits::FT FT;
74 PCT& pct;
269 typename PCT::Edge e; in is_removable()
406 PCT pct; in simplify()
459 PCT pct; in simplify()
[all …]
/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/samples/
H A Dgauge6 PCT=10
8 while test $PCT != 100
12 $PCT
14 message ($PCT percent)
17 PCT=`expr $PCT + 10`
H A Dgauge06 PCT=10
9 while test $PCT != 110
13 $PCT
15 message ($PCT percent)
18 PCT=`expr $PCT + 10`
H A Dgauge0-input-fd8 PCT=10
11 while test $PCT != 110
15 $PCT
17 message ($PCT percent)
20 PCT=`expr $PCT + 10`
/dports/devel/cdialog/dialog-1.3-20201126/samples/
H A Dgauge6 PCT=10
8 while test $PCT != 100
12 $PCT
14 message ($PCT percent)
17 PCT=`expr $PCT + 10`
H A Dgauge06 PCT=10
9 while test $PCT != 110
13 $PCT
15 message ($PCT percent)
18 PCT=`expr $PCT + 10`
H A Dgauge0-input-fd8 PCT=10
11 while test $PCT != 110
15 $PCT
17 message ($PCT percent)
20 PCT=`expr $PCT + 10`
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/manuals/en/developers/www-developers/
H A Dtex.out297 34/236.....;...,PCT: nowhere captions: key: 891 - caption: ....................,.,.,.;..
390PCT: nowhere captions: key: 2933 - caption: ....................,PCT: nowhere captions: key: 2990 …
404 135/236.....;...,....,.......,PCT: nowhere captions: key: 4091 - caption: .........................…
495 226/236......;......,PCT: nowhere captions: key: 6233 - caption: ..................................…
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/manuals/en/main/www-main/
H A Dtex.out479 46/885.....;.,..PCT: nowhere captions: key: 658 - caption: ......;..
538 69/885....;.,..PCT: nowhere captions: key: 943 - caption: ...;
543 74/885....;.....,..PCT: nowhere captions: key: 999 - caption: .....;
556 87/885....;..,..,..PCT: nowhere captions: key: 1136 - caption: ...,..PCT: nowhere captions: key: 11…
658 189/885....;..,..PCT: nowhere captions: key: 1745 - caption: ...,..PCT: nowhere captions: key: 1750…
660 191/885....;..,..PCT: nowhere captions: key: 1762 - caption: ......;
700 231/885.....;.,..PCT: nowhere captions: key: 2010 - caption: ...;.
701 232/885.....;.,..PCT: nowhere captions: key: 2017 - caption: ...;.
702 233/885.....;.,..PCT: nowhere captions: key: 2024 - caption: ....;...
1361 872/885...;,PCT: nowhere captions: key: 31989 - caption: ...........;.
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemTiling.cpp36 PCT=0.2; in emTiling()
63 PCT=0.2; in emTiling()
147 return PCT; in GetPrefChildTallness()
166 if (PCT!=pct) { in SetPrefChildTallness()
171 PCT=pct; in SetPrefChildTallness()
190 last=n>0?arr->Get(n-1):PCT; in SetPrefChildTallness()
381 while (n>0) cw+=PCT/PCTPos[--n]; in LayoutChildren()
384 ch=PCT; in LayoutChildren()
411 while (n>0) cw+=PCT/PCTPos[--n]; in LayoutChildren()
415 ch=PCT; in LayoutChildren()
[all …]
/dports/lang/parrot/parrot-8.1.0/docs/pdds/draft/
H A Dpdd29_compiler_tools.pod7 This PDD specifies the Parrot Compiler Tools (PCT).
14 PCT-based compilers.
27 load_bytecode 'PCT.pbc'
28 $P0 = get_hll_global ['PCT'], 'HLLCompiler'
48 get started with the PCT.
57 grammar Foo is PCT::Grammar;
125 The PCT is a set of libraries and programs, to:
153 =item * PCT::HLLCompiler class
155 =item * PCT::Grammar class
267 =head3 PCT::Grammar
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DFixedRatioWidget.java32 outerStyle.setWidth(100, Unit.PCT); in FixedRatioWidget()
38 panelStyle.setWidth(100, Unit.PCT); in FixedRatioWidget()
41 Unit.PCT); in FixedRatioWidget()
46 widgetStyle.setWidth(100, Unit.PCT); in FixedRatioWidget()
47 widgetStyle.setHeight(100, Unit.PCT); in FixedRatioWidget()
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/FileDirProc/
H A DFileSpec_T.cpp303 const string PCT("%"); in testInitInvalid() local
323 invalidSpecs.push_back(PCT + s); in testInitInvalid()
338 invalidSpecs.push_back(PCT + s); in testInitInvalid()
384 const string PCT("%"); in testInitValid() local
399 validSpecs.push_back(PCT + s); in testInitValid()
400 validSpecs.push_back(PCT + s + PCT + s); in testInitValid()
401 validSpecs.push_back(" " + PCT + s + " " + PCT + s + " "); in testInitValid()
402 validSpecs.push_back(PCT + "4" + s); in testInitValid()
403 validSpecs.push_back(PCT + "04" + s); in testInitValid()
409 validSpecs.push_back(PCT + "4" + s + PCT + "12" + s); in testInitValid()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr46620.c9 struct PCT struct
39 struct PCT pc; argument
56 pedri (struct pedr* const me, struct PCT ppc, unsigned char pmid) in pedri()
66 struct PCT ps; in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dpr46620.c9 struct PCT struct
39 struct PCT pc; argument
56 pedri (struct pedr* const me, struct PCT ppc, unsigned char pmid) in pedri()
66 struct PCT ps; in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpr46620.c9 struct PCT struct
39 struct PCT pc; argument
56 pedri (struct pedr* const me, struct PCT ppc, unsigned char pmid) in pedri()
66 struct PCT ps; in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpr46620.c9 struct PCT struct
39 struct PCT pc; argument
56 pedri (struct pedr* const me, struct PCT ppc, unsigned char pmid) in pedri()
66 struct PCT ps; in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dpr46620.c9 struct PCT struct
39 struct PCT pc; argument
56 pedri (struct pedr* const me, struct PCT ppc, unsigned char pmid) in pedri()
66 struct PCT ps; in main()

12345678910>>...32