Home
last modified time | relevance | path

Searched refs:rcf (Results 1 – 25 of 787) sorted by relevance

12345678910>>...32

/dports/biology/jalview/jalview/test/jalview/renderer/
H A DOverviewResColourFinderTest.java66 assertEquals(Color.lightGray, rcf in testGetResidueBoxColour_none()
102 assertEquals(Color.lightGray, rcf in testGetResidueBoxColour_zappo()
117 assertEquals(Color.lightGray, rcf in testGetResidueBoxColour_zappo()
141 assertEquals(Color.lightGray, rcf in testGetResidueBoxColour_userdef()
245 c = rcf.getBoxColour(shader, seq, 3); in testGetBoxColour()
255 c = rcf.getBoxColour(shader, seq, 0); in testGetBoxColour()
259 c = rcf.getBoxColour(shader, seq, 3); in testGetBoxColour()
263 rcf = new OverviewResColourFinder(); in testGetBoxColour()
267 c = rcf.getBoxColour(shader, seq, 0); in testGetBoxColour()
271 c = rcf.getBoxColour(shader, seq, 3); in testGetBoxColour()
[all …]
H A DResidueColourFinderTest.java55 ResidueColourFinder rcf = new ResidueColourFinder(); in testGetResidueColour_zappo() local
74 assertEquals(Color.white, rcf.getResidueColour(false, in testGetResidueColour_zappo()
76 assertEquals(Color.white, rcf.getResidueColour(false, in testGetResidueColour_zappo()
78 assertEquals(Color.white, rcf.getResidueColour(false, in testGetResidueColour_zappo()
80 assertEquals(Color.white, rcf.getResidueColour(false, in testGetResidueColour_zappo()
90 ResidueColourFinder rcf = new ResidueColourFinder(); in testGetResidueColour_none() local
100 assertEquals(Color.white, rcf.getResidueColour(false, in testGetResidueColour_none()
102 assertEquals(Color.white, rcf.getResidueColour(false, in testGetResidueColour_none()
113 ResidueColourFinder rcf = new ResidueColourFinder(); in testGetResidueColour_userdef() local
132 assertEquals(Color.pink, rcf.getResidueColour(true, in testGetResidueColour_userdef()
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/common/
H A Dtr.c202 trh->rcf = ((sizeof(trh->rcf)) << 8) & TR_RCF_LEN_MASK;
204 trh->rcf = htons(trh->rcf);
215 u_int16_t rcf = rover->rcf; local
219 trh->rcf = htons(rcf);
227 trh->rcf = ((sizeof(trh->rcf)) << 8) & TR_RCF_LEN_MASK;
229 trh->rcf = htons(trh->rcf);
252 u_int16_t rcf = 0; local
269 rcf = ntohs(trh->rcf);
273 rover->rcf = rcf;
292 rcf = ntohs(trh->rcf);
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/common/
H A Dtr.c202 trh->rcf = ((sizeof(trh->rcf)) << 8) & TR_RCF_LEN_MASK;
204 trh->rcf = htons(trh->rcf);
215 u_int16_t rcf = rover->rcf; local
219 trh->rcf = htons(rcf);
227 trh->rcf = ((sizeof(trh->rcf)) << 8) & TR_RCF_LEN_MASK;
229 trh->rcf = htons(trh->rcf);
252 u_int16_t rcf = 0; local
269 rcf = ntohs(trh->rcf);
273 rover->rcf = rcf;
292 rcf = ntohs(trh->rcf);
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/common/
H A Dtr.c202 trh->rcf = ((sizeof(trh->rcf)) << 8) & TR_RCF_LEN_MASK;
204 trh->rcf = htons(trh->rcf);
215 u_int16_t rcf = rover->rcf; local
219 trh->rcf = htons(rcf);
227 trh->rcf = ((sizeof(trh->rcf)) << 8) & TR_RCF_LEN_MASK;
229 trh->rcf = htons(trh->rcf);
252 u_int16_t rcf = 0; local
269 rcf = ntohs(trh->rcf);
273 rover->rcf = rcf;
292 rcf = ntohs(trh->rcf);
[all …]
/dports/games/kartofel/kartofel-1.2/
H A Dsubmit_game.cc42 CURLFORMcode rcf; in SubmitGame() local
43 rcf = curl_formadd(&post, &last, in SubmitGame()
47 if (rcf != 0) { in SubmitGame()
54 rcf = curl_formadd(&post, &last, in SubmitGame()
58 if (rcf != 0) { in SubmitGame()
63 rcf = curl_formadd(&post, &last, in SubmitGame()
67 if (rcf != 0) { in SubmitGame()
72 rcf = curl_formadd(&post, &last, in SubmitGame()
78 if (rcf != 0) { in SubmitGame()
/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/jogamp/nativewindow/windows/
H A DRegisteredClassFactory.java75 final RegisteredClassFactory rcf = registeredFactories.get(j); in shutdownSharedClasses() local
76 synchronized(rcf.sync) { in shutdownSharedClasses()
77 if(null != rcf.sharedClass) { in shutdownSharedClasses()
78 …GDIUtil.DestroyWindowClass0(rcf.sharedClass.getHInstance(), rcf.sharedClass.getName(), rcf.sharedC… in shutdownSharedClasses()
79 rcf.sharedClass = null; in shutdownSharedClasses()
80 rcf.sharedRefCount = 0; in shutdownSharedClasses()
81 rcf.classIter = 0; in shutdownSharedClasses()
83 …eredClassFactory #"+j+"/"+registeredFactories.size()+": shutdownSharedClasses : "+rcf.sharedClass); in shutdownSharedClasses()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/resource/
H A Dcustom.py1106 rcf = _resource_client_factory(cli_ctx)
1114 rcf = _resource_client_factory(cmd.cli_ctx)
1128 r = rcf.providers.unregister(namespace)
1286 rcf = _resource_client_factory(cmd.cli_ctx)
1306 rcf = _resource_client_factory(cmd.cli_ctx)
2771 rcf = get_mgmt_service_client(
2775 rcf.providers.register(rp)
2778 rp_info = rcf.providers.get(rp)
3203 return rcf.tags.list()
3225 return rcf.tags.delete(tag_name=tag_name)
[all …]
/dports/net-im/climm/climm-0.7.1/src/
H A Dfile_util.c338 int Read_RC_File (FILE *rcf) in Read_RC_File() argument
1272 fclose (rcf); in Read_RC_File()
1664 FILE *rcf; in PrefWriteConfFile() local
1678 if (!rcf) in PrefWriteConfFile()
1690 if (!rcf) in PrefWriteConfFile()
1694 if (!rcf) in PrefWriteConfFile()
1697 if (!rcf) in PrefWriteConfFile()
1753 fprintf (rcf, "\n"); in PrefWriteConfFile()
1776 fprintf (rcf, "\n"); in PrefWriteConfFile()
1816 fprintf (rcf, "\n"); in PrefWriteConfFile()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/examples/
H A Dvnl_rosenbrock.cxx109 vnl_rosenbrock_grad_cost_fun rcf; in main() local
110 vnl_conjugate_gradient cg(rcf); in main()
113 std::cout << "CG min of " << rcf.f(x) << " at " << x << std::endl; in main()
119 vnl_rosenbrock_grad_cost_fun rcf; in main() local
120 vnl_lbfgs lbfgs(rcf); in main()
130 vnl_rosenbrock_grad_cost_fun rcf; in main() local
131 vnl_powell powell(&rcf); in main()
/dports/misc/vxl/vxl-3.3.2/core/vnl/examples/
H A Dvnl_rosenbrock.cxx119 vnl_rosenbrock_grad_cost_fun rcf; in main() local
120 vnl_conjugate_gradient cg(rcf); in main()
123 std::cout << "CG min of " << rcf.f(x) << " at " << x << std::endl; in main()
129 vnl_rosenbrock_grad_cost_fun rcf; in main() local
130 vnl_lbfgs lbfgs(rcf); in main()
140 vnl_rosenbrock_grad_cost_fun rcf; in main() local
141 vnl_powell powell(&rcf); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.c-c++-common/
H A Dreduction-2.c13 char rcf[N]; variable
36 orfc = orfc || rcf[i]; in reduction_or()
63 orfc = orfc || rcf[i]; in reduction_or_teams()
90 andfc = andfc && rcf[i]; in reduction_and()
117 andfc = andfc && rcf[i]; in reduction_and_teams()
133 rcf[i] = 0; in main()
148 rcf[10] = 1; in main()
164 rcf[i] = 1; in main()
179 rcf[10] = 0; in main()
H A Dreduction-3.c13 _Complex float rcf[N]; variable
36 orfc = orfc || rcf[i]; in reduction_or()
63 orfc = orfc || rcf[i]; in reduction_or_teams()
90 andfc = andfc && rcf[i]; in reduction_and()
117 andfc = andfc && rcf[i]; in reduction_and_teams()
133 rcf[i] = 0; in main()
148 rcf[10] = 1.0; in main()
164 rcf[i] = 1; in main()
179 rcf[10] = 0.0; in main()
H A Dreduction-1.c13 _Complex float rcf[N]; variable
36 orfc = orfc || rcf[i]; in reduction_or()
63 orfc = orfc || rcf[i]; in reduction_or_teams()
90 andfc = andfc && rcf[i]; in reduction_and()
117 andfc = andfc && rcf[i]; in reduction_and_teams()
133 rcf[i] = 0; in main()
148 rcf[10] = 1.0; in main()
164 rcf[i] = 1; in main()
179 rcf[10] = 0.0; in main()
H A Dreduction-5.c14 _Complex float rcf[N]; variable
37 orfc = orfc || rcf[i]; in reduction_or()
64 orfc = orfc || rcf[i]; in reduction_or_teams()
91 andfc = andfc && rcf[i]; in reduction_and()
118 andfc = andfc && rcf[i]; in reduction_and_teams()
134 rcf[i] = 0; in main()
149 rcf[10] = 1.0; in main()
165 rcf[i] = 1; in main()
180 rcf[10] = 0.0; in main()
/dports/lang/gcc11/gcc-11.2.0/libgomp/testsuite/libgomp.c-c++-common/
H A Dreduction-2.c13 char rcf[N]; variable
36 orfc = orfc || rcf[i]; in reduction_or()
63 orfc = orfc || rcf[i]; in reduction_or_teams()
90 andfc = andfc && rcf[i]; in reduction_and()
117 andfc = andfc && rcf[i]; in reduction_and_teams()
133 rcf[i] = 0; in main()
148 rcf[10] = 1; in main()
164 rcf[i] = 1; in main()
179 rcf[10] = 0; in main()
H A Dreduction-3.c13 _Complex float rcf[N]; variable
36 orfc = orfc || rcf[i]; in reduction_or()
63 orfc = orfc || rcf[i]; in reduction_or_teams()
90 andfc = andfc && rcf[i]; in reduction_and()
117 andfc = andfc && rcf[i]; in reduction_and_teams()
133 rcf[i] = 0; in main()
148 rcf[10] = 1.0; in main()
164 rcf[i] = 1; in main()
179 rcf[10] = 0.0; in main()
H A Dreduction-1.c13 _Complex float rcf[N]; variable
36 orfc = orfc || rcf[i]; in reduction_or()
63 orfc = orfc || rcf[i]; in reduction_or_teams()
90 andfc = andfc && rcf[i]; in reduction_and()
117 andfc = andfc && rcf[i]; in reduction_and_teams()
133 rcf[i] = 0; in main()
148 rcf[10] = 1.0; in main()
164 rcf[i] = 1; in main()
179 rcf[10] = 0.0; in main()
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/testsuite/libgomp.c-c++-common/
H A Dreduction-2.c13 char rcf[N]; variable
36 orfc = orfc || rcf[i]; in reduction_or()
63 orfc = orfc || rcf[i]; in reduction_or_teams()
90 andfc = andfc && rcf[i]; in reduction_and()
117 andfc = andfc && rcf[i]; in reduction_and_teams()
133 rcf[i] = 0; in main()
148 rcf[10] = 1; in main()
164 rcf[i] = 1; in main()
179 rcf[10] = 0; in main()
H A Dreduction-1.c13 _Complex float rcf[N]; variable
36 orfc = orfc || rcf[i]; in reduction_or()
63 orfc = orfc || rcf[i]; in reduction_or_teams()
90 andfc = andfc && rcf[i]; in reduction_and()
117 andfc = andfc && rcf[i]; in reduction_and_teams()
133 rcf[i] = 0; in main()
148 rcf[10] = 1.0; in main()
164 rcf[i] = 1; in main()
179 rcf[10] = 0.0; in main()
H A Dreduction-3.c13 _Complex float rcf[N]; variable
36 orfc = orfc || rcf[i]; in reduction_or()
63 orfc = orfc || rcf[i]; in reduction_or_teams()
90 andfc = andfc && rcf[i]; in reduction_and()
117 andfc = andfc && rcf[i]; in reduction_and_teams()
133 rcf[i] = 0; in main()
148 rcf[10] = 1.0; in main()
164 rcf[i] = 1; in main()
179 rcf[10] = 0.0; in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.c-c++-common/
H A Dreduction-2.c13 char rcf[N]; variable
36 orfc = orfc || rcf[i]; in reduction_or()
63 orfc = orfc || rcf[i]; in reduction_or_teams()
90 andfc = andfc && rcf[i]; in reduction_and()
117 andfc = andfc && rcf[i]; in reduction_and_teams()
133 rcf[i] = 0; in main()
148 rcf[10] = 1; in main()
164 rcf[i] = 1; in main()
179 rcf[10] = 0; in main()
H A Dreduction-3.c13 _Complex float rcf[N]; variable
36 orfc = orfc || rcf[i]; in reduction_or()
63 orfc = orfc || rcf[i]; in reduction_or_teams()
90 andfc = andfc && rcf[i]; in reduction_and()
117 andfc = andfc && rcf[i]; in reduction_and_teams()
133 rcf[i] = 0; in main()
148 rcf[10] = 1.0; in main()
164 rcf[i] = 1; in main()
179 rcf[10] = 0.0; in main()
H A Dreduction-1.c13 _Complex float rcf[N]; variable
36 orfc = orfc || rcf[i]; in reduction_or()
63 orfc = orfc || rcf[i]; in reduction_or_teams()
90 andfc = andfc && rcf[i]; in reduction_and()
117 andfc = andfc && rcf[i]; in reduction_and_teams()
133 rcf[i] = 0; in main()
148 rcf[10] = 1.0; in main()
164 rcf[i] = 1; in main()
179 rcf[10] = 0.0; in main()
/dports/science/rdkit/rdkit-Release_2021_03_5/External/RingFamilies/RingDecomposerLib/src/python/test/
H A Dtest.py173 for rcf in data.rcfs:
181 rcfs_for_edges[e].add(rcf.index)
187 rcfs_for_nodes[n].add(rcf.index)
189 self.assertEqual(cycle.rcf.index, rcf.index)
190 self.assertEqual(cycle.weight, rcf.weight)
191 self.assertEqual(edges, set(rcf.edges))
192 self.assertEqual(nodes, set(rcf.nodes))
198 rcfs2 = set([rcf.index for rcf in data.get_rcfs_for_node(node)])
202 rcfs2 = set([rcf.index for rcf in data.get_rcfs_for_edge(edge)])
217 self.assertEqual(i, rcp.rcf.index)
[all …]

12345678910>>...32