Home
last modified time | relevance | path

Searched refs:proj3 (Results 1 – 25 of 65) sorted by relevance

123

/dports/www/p5-WWW-SourceForge/WWW-SourceForge-0.70/t/
H A D003_project.t27 my $proj3 = WWW::SourceForge::Project->new( name => 'reefknot' );
28 is( $proj3->id(), 14603 );
31 my @admins = $proj3->admins();
39 is( scalar( $proj3->admins() ), 3 ); # Should get it from the cache this time
41 is( scalar( $proj3->developers() ), 9 );
43 is( scalar( $proj3->users() ), 12 ); # This should be really fast
48 is( scalar( $proj3->users() ), 12 );
54 my @files = $proj3->files();
55 is( $proj3->latest_release(), 'Fri, 28 Dec 2001 02:25:45 +0000' );
/dports/science/py-chainer/chainer-7.8.0/chainer/links/connection/
H A Dinception.py41 def __init__(self, in_channels, out1, proj3, out3, proj5, out5, proj_pool, argument
48 self.proj3 = convolution_2d.Convolution2D(
49 in_channels, proj3, 1, initialW=conv_init,
52 proj3, out3, 3, pad=1, initialW=conv_init,
77 out3 = self.conv3(relu.relu(self.proj3(x)))
H A Dinceptionbn.py44 def __init__(self, in_channels, out1, proj3, out3, proj33, out33, argument
57 self.proj3 = convolution_2d.Convolution2D(
58 in_channels, proj3, 1, nobias=True, initialW=conv_init)
60 proj3, out3, 3, pad=1, stride=stride, nobias=True,
70 proj3, dtype=dtype)
104 h3 = relu.relu(self.proj3n(self.proj3(x)))
/dports/devel/svk/SVK-v2.2.3/t/api/
H A Dproject_from_path.t38 my $proj3 = SVK::Project->create_from_path($xd->find_depot(''), '//mirror/MyProject/trunk/B/S/Q');
39 isa_ok($proj3, 'SVK::Project');
40 is_deeply ($proj3, $proj2, 'The same project?');
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/shaders/
H A Dglsl-fs-texture2drect.c48 GLboolean proj3 = GL_FALSE, proj4 = GL_FALSE; variable
112 if (proj3 || proj4) in piglit_display()
141 proj3 = GL_TRUE; in piglit_init()
153 } else if (proj3) { in piglit_init()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/test/src/projection/
H A Dossim-projection-test.cpp61 ossimRefPtr<ossimProjection> proj3 = ossimProjectionFactoryRegistry::instance()-> in main() local
64 if ( proj3.valid() ) in main()
66 proj3->print(cout); in main()
/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DFindInvalidProjectReferences_Tests.cs44 Dictionary<string, string> proj3 = new Dictionary<string, string>(); in VerifyFindInvalidProjectReferences()
45 proj3["TargetPlatformMoniker"] = "Windows, Version=8.1"; in VerifyFindInvalidProjectReferences()
50 …j", proj1), new TaskItem("proj2.proj", proj2), new TaskItem("proj3.proj", proj3), new TaskItem("pr… in VerifyFindInvalidProjectReferences()
/dports/science/quantum-espresso/q-e-qe-6.7.0/LR_Modules/
H A Dcommutator_Vhubx_psi.f9061 wfcatomk(:,:), swfcatomk(:,:), proj1(:,:), proj2(:,:), proj3(:,:) local
71 ALLOCATE (proj3(nbnd,nwfcU))
218 proj3(ibnd,ihubst) = zdotc (npw, dpqq26(:,ihubst), 1, evc(:,ibnd), 1) + &
244 CALL mp_sum(proj3, intra_pool_comm)
286 proj3(ibnd,ihubst2) ! term_6+7+8
346 * proj3(ibnd,ihubst2) ! term_6+7+8
374 DEALLOCATE (proj3)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageStatistics/test/
H A DitkImagePCADecompositionCalculatorTest.cxx245 ImagePCAShapeModelEstimatorType::BasisVectorType proj3, proj4; in itkImagePCADecompositionCalculatorTest() local
248 proj3 = decomposer->GetProjection(); in itkImagePCADecompositionCalculatorTest()
310 std::cout << "The projection of [0 2 2 0] is [" << proj3 << "]" << std::endl; in itkImagePCADecompositionCalculatorTest()
347 if( proj3[0] < -1.54 && proj3[0] > -1.55 && proj4[1] < -2.31 && proj4[1] > -2.32 && in itkImagePCADecompositionCalculatorTest()
/dports/math/R-cran-igraph/igraph/tests/testthat/
H A Dtest_bipartite.projection.R66 proj3 <- bipartite_projection(g, remove.type=FALSE) globalVar
75 expect_true("type" %in% vertex_attr_names(proj3[[1]]))
76 expect_true("type" %in% vertex_attr_names(proj3[[2]]))
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/test/
H A Dfeature.default.project.t264 proj3 = "Client3"
265 self.t3.config("default.project", proj3)
271 self.assertNotIn(proj3, out)
/dports/math/eigen3/eigen-3.3.9/bench/
H A Dgeometry.cpp103 Transform<Scalar,3,Projective> proj3(mat34); in main() local
124 bench("proj3 ", proj3); in main()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/
H A Dgeometry.cpp103 Transform<Scalar,3,Projective> proj3(mat34); in main() local
124 bench("proj3 ", proj3); in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/
H A Dgeometry.cpp103 Transform<Scalar,3,Projective> proj3(mat34); in main() local
124 bench("proj3 ", proj3); in main()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/
H A Dgeometry.cpp103 Transform<Scalar,3,Projective> proj3(mat34); in main() local
124 bench("proj3 ", proj3); in main()
/dports/misc/opennn/opennn-5.0.5/eigen/bench/
H A Dgeometry.cpp103 Transform<Scalar,3,Projective> proj3(mat34); in main() local
124 bench("proj3 ", proj3); in main()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/
H A Dgeometry.cpp103 Transform<Scalar,3,Projective> proj3(mat34); in main() local
124 bench("proj3 ", proj3); in main()
/dports/security/py-angr/angr-9.0.5405/tests/
H A Dtest_db.py95 proj3 = db3.load(db_file)
99 for p in [proj0, proj1, proj2, proj3]:
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/t/
H A D36-sets.t192 my $proj3 = parse(
198 for my $forest ( @{ $proj3->get_forests } ) {
218 my $xml3 = $proj3->to_xml;
/dports/science/py-chainer/chainer-7.8.0/chainer/links/model/vision/
H A Dgooglenet.py377 chain.proj3.W.array[:] = src[src_prefix + '3x3_reduce'].W.array
378 chain.proj3.b.array[:] = src[src_prefix + '3x3_reduce'].b.array
/dports/science/pynn/PyNN-0.10.0/test/system/scenarios/
H A Dtest_connectors.py232 proj3 = sim.Projection(view1, view3,
236 w3 = proj3.get("weight", "list")
/dports/science/siesta/siesta-4.1.5/Src/
H A Dmolecularmechanics.F90342 real(dp) :: proj3 local
445 proj3 = rnorm*recipc*(x*cell(1,3) + y*cell(2,3) + z*cell(3,3))
446 kmid = nint(proj3)
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/
H A Dtexture_mapping.h404 pcl::PointXY &proj1, pcl::PointXY &proj2, pcl::PointXY &proj3);
/dports/math/giacxcas/giac-1.6.0/check/
H A DTP16-sol.cas93 proj3:=resultant(unapply(S3,x,y,z)(op(M)),unapply(S4,x,y,z)(op(M)),t);
94 factor(proj3);#c'est bien une conique double.
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo5sec/sudoku_gcc/dznFolder/
H A Dsudoku_gcc.mzn145 % Hard one from http://www.cs.mu.oz.au/671/proj3/node5.html

123