Home
last modified time | relevance | path

Searched refs:nct (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/dports/devel/notcurses/notcurses-3.0.1/src/poc/
H A Dtabbed.c5 nctabbed_redraw(nct); \
101 nctabbed_redraw(nct); in main()
114 nctabbed_next(nct); in main()
117 nctabbed_prev(nct); in main()
120 nctabbed_rotate(nct, -1); in main()
123 nctabbed_rotate(nct, 1); in main()
126 nctab_move_left(nct, nctabbed_selected(nct)); in main()
129 nctab_move_right(nct, nctabbed_selected(nct)); in main()
138 nctabbed_del(nct, nctabbed_selected(nct)); in main()
142 nctabbed_ensure_selected_header_visible(nct); in main()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/NameClash/
H A DNameClashTest.java63 NameClashTest nct = new NameClashTest(); in main() local
64 A1 a1 = nct.new D(); in main()
66 A2 a2 = nct.new D(); in main()
68 B1 b1 = nct.new D(); in main()
70 B2 b2 = nct.new D(); in main()
72 C c = nct.new D(); in main()
74 D d = nct.new D(); in main()
76 if (!nct.log.equals("A1.m A2.m B1.m B2.m C.m D.m ")) in main()
77 throw new AssertionError("unexpected output: " + nct.log); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/NameClash/
H A DNameClashTest.java63 NameClashTest nct = new NameClashTest(); in main() local
64 A1 a1 = nct.new D(); in main()
66 A2 a2 = nct.new D(); in main()
68 B1 b1 = nct.new D(); in main()
70 B2 b2 = nct.new D(); in main()
72 C c = nct.new D(); in main()
74 D d = nct.new D(); in main()
76 if (!nct.log.equals("A1.m A2.m B1.m B2.m C.m D.m ")) in main()
77 throw new AssertionError("unexpected output: " + nct.log); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/NameClash/
H A DNameClashTest.java63 NameClashTest nct = new NameClashTest(); in main() local
64 A1 a1 = nct.new D(); in main()
66 A2 a2 = nct.new D(); in main()
68 B1 b1 = nct.new D(); in main()
70 B2 b2 = nct.new D(); in main()
72 C c = nct.new D(); in main()
74 D d = nct.new D(); in main()
76 if (!nct.log.equals("A1.m A2.m B1.m B2.m C.m D.m ")) in main()
77 throw new AssertionError("unexpected output: " + nct.log); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/NameClash/
H A DNameClashTest.java63 NameClashTest nct = new NameClashTest(); in main() local
64 A1 a1 = nct.new D(); in main()
66 A2 a2 = nct.new D(); in main()
68 B1 b1 = nct.new D(); in main()
70 B2 b2 = nct.new D(); in main()
72 C c = nct.new D(); in main()
74 D d = nct.new D(); in main()
76 if (!nct.log.equals("A1.m A2.m B1.m B2.m C.m D.m ")) in main()
77 throw new AssertionError("unexpected output: " + nct.log); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/NameClash/
H A DNameClashTest.java63 NameClashTest nct = new NameClashTest(); in main() local
64 A1 a1 = nct.new D(); in main()
66 A2 a2 = nct.new D(); in main()
68 B1 b1 = nct.new D(); in main()
70 B2 b2 = nct.new D(); in main()
72 C c = nct.new D(); in main()
74 D d = nct.new D(); in main()
76 if (!nct.log.equals("A1.m A2.m B1.m B2.m C.m D.m ")) in main()
77 throw new AssertionError("unexpected output: " + nct.log); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/NameClash/
H A DNameClashTest.java63 NameClashTest nct = new NameClashTest(); in main() local
64 A1 a1 = nct.new D(); in main()
66 A2 a2 = nct.new D(); in main()
68 B1 b1 = nct.new D(); in main()
70 B2 b2 = nct.new D(); in main()
72 C c = nct.new D(); in main()
74 D d = nct.new D(); in main()
76 if (!nct.log.equals("A1.m A2.m B1.m B2.m C.m D.m ")) in main()
77 throw new AssertionError("unexpected output: " + nct.log); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/NameClash/
H A DNameClashTest.java63 NameClashTest nct = new NameClashTest(); in main() local
64 A1 a1 = nct.new D(); in main()
66 A2 a2 = nct.new D(); in main()
68 B1 b1 = nct.new D(); in main()
70 B2 b2 = nct.new D(); in main()
72 C c = nct.new D(); in main()
74 D d = nct.new D(); in main()
76 if (!nct.log.equals("A1.m A2.m B1.m B2.m C.m D.m ")) in main()
77 throw new AssertionError("unexpected output: " + nct.log); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/NameClash/
H A DNameClashTest.java63 NameClashTest nct = new NameClashTest(); in main() local
64 A1 a1 = nct.new D(); in main()
66 A2 a2 = nct.new D(); in main()
68 B1 b1 = nct.new D(); in main()
70 B2 b2 = nct.new D(); in main()
72 C c = nct.new D(); in main()
74 D d = nct.new D(); in main()
76 if (!nct.log.equals("A1.m A2.m B1.m B2.m C.m D.m ")) in main()
77 throw new AssertionError("unexpected output: " + nct.log); in main()
/dports/math/fxt/fxt/demo/bits/
H A Dbit-necklace-demo.cc30 ulong nct = 0; // count necklaces (prime strings) in main() local
36 ++nct; in main()
40 cout << "nct=" << nct << endl; in main()
49 ++nct; in main()
50 cout << setw(4) << nct << ": "; in main()
62 cout << " # necklaces=" << nct << endl; in main()
/dports/science/netcdf/netcdf-c-4.7.4/ncgen/
H A Dncgen.l391 nc_type nct = 0;
747 nct = NC_UBYTE;
761 nct = NC_UINT;
774 nct = NC_INT64;
778 nct = NC_BYTE;
782 nct = NC_SHORT;
786 nct = NC_INT;
795 return nct;
802 nct2lexeme(nc_type nct)
804 switch(nct) {
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen/
H A Dncgen.l388 nc_type nct = 0;
730 nct = NC_UBYTE;
744 nct = NC_UINT;
757 nct = NC_INT64;
761 nct = NC_BYTE;
765 nct = NC_SHORT;
769 nct = NC_INT;
778 return nct;
785 nct2lexeme(nc_type nct)
787 switch(nct) {
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/scf_dft/
H A Ddft_mxspin_ovlp.F31 integer nct, l_non, k_non, ind
159 nct=1
164 int_mb(k_non+nct-1) = i
167 nct = nct + 1
170 nct=nct-1
173 if (nct.Ge.1) then
174 write(luout,9995) nct, (int_mb(k_non+n-1),n=1,nct)
182 if (nct.GE.1) then !only do the rest if there are un-partnered orbitals
190 if (nct.GE.2) then
191 do i = 2,nct
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/scf_dft/
H A Ddft_mxspin_ovlp.F31 integer nct, l_non, k_non, ind
159 nct=1
164 int_mb(k_non+nct-1) = i
167 nct = nct + 1
170 nct=nct-1
173 if (nct.Ge.1) then
174 write(luout,9995) nct, (int_mb(k_non+n-1),n=1,nct)
182 if (nct.GE.1) then !only do the rest if there are un-partnered orbitals
190 if (nct.GE.2) then
191 do i = 2,nct
/dports/devel/p5-Algorithm-Evolutionary/Algorithm-Evolutionary-0.82.1/t/
H A Dindividuals.t40 my $nct = new $class @$newArgs;
42 isa_ok( $nct, $class );
44 is( $nct->size(), $size, "Size" );
46 is( $nct->size(), 1, "Size" );
49 for (my $i = 0; $i < $nct->size(); $i ++ ) {
50 is( defined( $nct->Atom($i)), 1, "Atom($i)");
53 my $yaml = $nct->as_yaml();
56 return $nct;
/dports/science/quantum-espresso/q-e-qe-6.7.0/FFTXlib/
H A Dstick_base.f90299 nct = nct + 1
348 ALLOCATE( iaux( nct ) )
350 DO mc = 1, nct
358 DO mc = 2, nct
365 DO mc = 2, nct
369 DO mc = ic+1, nct
381 DO mc = 1, nct
395 DO mc = 1, nct
439 DO mc =1, nct
469 DO mc = 1, nct
[all …]
/dports/math/fxt/fxt/demo/gf2n/
H A Dall-normalpoly-demo.cc47 ulong nct = 0; // count normal polynomials in main() local
62 ++nct; in main()
71 cout << setw(3) << nct << ":"; in main()
99 cout << " #= " << nct << " #primitive = " << pct; // A107222 in main()
100 cout << " #non-primitive = " << nct-pct; // A272033 in main()
/dports/math/fxt/fxt/src/graph/
H A Dmk-mtl-digraph.cc35 ulong nct = 0; // Node counter in make_mtl_digraph() local
38 vn[nct++] = comb; in make_mtl_digraph()
39 jjassert( nct < ng ); in make_mtl_digraph()
40 vn[nct++] = mask & ~comb; in make_mtl_digraph()
44 jjassert( nct == ng ); in make_mtl_digraph()
/dports/cad/alliance/alliance/src/rds/src/
H A Drutpoly.c507 nct = (coord_t * )malloc(2 * sizeof(coord_t));
508 *new_coord_tab = nct;
510 if (nct == (coord_t * )NULL) {
516 nct[0].X = coord_tab[0].X;
517 nct[0].Y = coord_tab[0].Y;
518 nct[1].X = coord_tab[2].X;
519 nct[1].Y = coord_tab[2].Y;
816 *new_coord_tab = nct;
818 if (nct == (coord_t * )NULL) {
837 *new_coord_tab = nct;
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/performance/
H A Dsf_performance.hpp146 for (unsigned i = 0; i < nct.size(); ++i) in test_nct()
150 …result += quantile(boost::math::non_central_t_distribution<Real>(nct[i][0], nct[i][1]), nct[i][3]); in test_nct()
151 … result += cdf(boost::math::non_central_t_distribution<Real>(nct[i][0], nct[i][1]), nct[i][2]); in test_nct()
/dports/devel/boost-python-libs/boost_1_72_0/libs/multiprecision/performance/
H A Dsf_performance.hpp146 for (unsigned i = 0; i < nct.size(); ++i) in test_nct()
150 …result += quantile(boost::math::non_central_t_distribution<Real>(nct[i][0], nct[i][1]), nct[i][3]); in test_nct()
151 … result += cdf(boost::math::non_central_t_distribution<Real>(nct[i][0], nct[i][1]), nct[i][2]); in test_nct()
/dports/databases/xtrabackup/boost_1_59_0/libs/multiprecision/performance/
H A Dsf_performance.hpp146 for(unsigned i = 0; i < nct.size(); ++i) in test_nct()
149 …result += quantile(boost::math::non_central_t_distribution<Real>(nct[i][0], nct[i][1]), nct[i][3]); in test_nct()
150 … result += cdf(boost::math::non_central_t_distribution<Real>(nct[i][0], nct[i][1]), nct[i][2]); in test_nct()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/multiprecision/performance/
H A Dsf_performance.hpp146 for(unsigned i = 0; i < nct.size(); ++i) in test_nct()
149 …result += quantile(boost::math::non_central_t_distribution<Real>(nct[i][0], nct[i][1]), nct[i][3]); in test_nct()
150 … result += cdf(boost::math::non_central_t_distribution<Real>(nct[i][0], nct[i][1]), nct[i][2]); in test_nct()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/multiprecision/performance/
H A Dsf_performance.hpp146 for(unsigned i = 0; i < nct.size(); ++i) in test_nct()
149 …result += quantile(boost::math::non_central_t_distribution<Real>(nct[i][0], nct[i][1]), nct[i][3]); in test_nct()
150 … result += cdf(boost::math::non_central_t_distribution<Real>(nct[i][0], nct[i][1]), nct[i][2]); in test_nct()
/dports/databases/percona57-server/boost_1_59_0/libs/multiprecision/performance/
H A Dsf_performance.hpp146 for(unsigned i = 0; i < nct.size(); ++i) in test_nct()
149 …result += quantile(boost::math::non_central_t_distribution<Real>(nct[i][0], nct[i][1]), nct[i][3]); in test_nct()
150 … result += cdf(boost::math::non_central_t_distribution<Real>(nct[i][0], nct[i][1]), nct[i][2]); in test_nct()

12345678910>>...21