Home
last modified time | relevance | path

Searched refs:inner_count (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/math/vtk6/VTK-6.2.0/Common/Math/Testing/Cxx/
H A DTestFastNumericConversion.cxx36 const int inner_count = 10000; in TestFastNumericConversion() local
39 int *ival = new int[inner_count]; in TestFastNumericConversion()
40 int *frac = new int[inner_count]; in TestFastNumericConversion()
46 for (i=0; i<inner_count; i++) in TestFastNumericConversion()
55 for (i=0; i<inner_count; i++) in TestFastNumericConversion()
70 for (i=0; i<inner_count; i++) in TestFastNumericConversion()
83 for (i=0; i<inner_count; i++) in TestFastNumericConversion()
96 for (i=0; i<inner_count; i++) in TestFastNumericConversion()
109 for (i=0; i<inner_count; i++) in TestFastNumericConversion()
121 for (i=0; i<inner_count; i++) in TestFastNumericConversion()
[all …]
/dports/x11/xkbset/xkbset-0.6/
H A Dcreate_usage161 my $inner_count = 0;
165 $inner_count++ if $inner;
170 $inner_count++;
177 if ($inner_count==1) {
180 elsif ($inner_count>=2) {
233 my $inner_count = 0;
237 $inner_count++ if $inner;
242 $inner_count++;
249 if ($inner_count==1) {
252 elsif ($inner_count>=2) {
H A Dcreate_getargs230 my $inner_count = 0;
234 $inner_count++ if $inner;
239 $inner_count++;
246 if ($inner_count==1) {
249 elsif ($inner_count>=2) {
326 my $inner_count = 0;
330 $inner_count++ if $inner;
335 $inner_count++;
342 if ($inner_count==1) {
345 elsif ($inner_count>=2) {
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/tests/
H A Dwhile.ion27 let inner_count = 1
28 while test $inner_count -lt 4
29 echo " inner loop #$inner_count"
30 let inner_count += 1
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtMultiSphereShape.cpp73 int inner_count = MIN(numSpheres - k, 128); in localGetSupportingVertexWithoutMargin() local
74 for (long i = 0; i < inner_count; i++) in localGetSupportingVertexWithoutMargin()
80 long i = vec.maxDot(temp, inner_count, newDot); in localGetSupportingVertexWithoutMargin()
109 int inner_count = MIN(numSpheres - k, 128); in batchedUnitVectorGetSupportingVertexWithoutMargin() local
110 for (long i = 0; i < inner_count; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
116 long i = vec.maxDot(temp, inner_count, newDot); in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionShapes/
H A DbtMultiSphereShape.cpp73 int inner_count = MIN(numSpheres - k, 128); in localGetSupportingVertexWithoutMargin() local
74 for (long i = 0; i < inner_count; i++) in localGetSupportingVertexWithoutMargin()
80 long i = vec.maxDot(temp, inner_count, newDot); in localGetSupportingVertexWithoutMargin()
109 int inner_count = MIN(numSpheres - k, 128); in batchedUnitVectorGetSupportingVertexWithoutMargin() local
110 for (long i = 0; i < inner_count; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
116 long i = vec.maxDot(temp, inner_count, newDot); in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtMultiSphereShape.cpp73 int inner_count = MIN(numSpheres - k, 128); in localGetSupportingVertexWithoutMargin() local
74 for (long i = 0; i < inner_count; i++) in localGetSupportingVertexWithoutMargin()
80 long i = vec.maxDot(temp, inner_count, newDot); in localGetSupportingVertexWithoutMargin()
109 int inner_count = MIN(numSpheres - k, 128); in batchedUnitVectorGetSupportingVertexWithoutMargin() local
110 for (long i = 0; i < inner_count; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
116 long i = vec.maxDot(temp, inner_count, newDot); in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionShapes/
H A DbtMultiSphereShape.cpp73 int inner_count = MIN(numSpheres - k, 128); in localGetSupportingVertexWithoutMargin() local
74 for (long i = 0; i < inner_count; i++) in localGetSupportingVertexWithoutMargin()
80 long i = vec.maxDot(temp, inner_count, newDot); in localGetSupportingVertexWithoutMargin()
109 int inner_count = MIN(numSpheres - k, 128); in batchedUnitVectorGetSupportingVertexWithoutMargin() local
110 for (long i = 0; i < inner_count; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
116 long i = vec.maxDot(temp, inner_count, newDot); in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionShapes/
H A DbtMultiSphereShape.cpp75 int inner_count = MIN( numSpheres - k, 128 ); in localGetSupportingVertexWithoutMargin() local
76 for( long i = 0; i < inner_count; i++ ) in localGetSupportingVertexWithoutMargin()
82 long i = vec.maxDot( temp, inner_count, newDot); in localGetSupportingVertexWithoutMargin()
113 int inner_count = MIN( numSpheres - k, 128 ); in batchedUnitVectorGetSupportingVertexWithoutMargin() local
114 for( long i = 0; i < inner_count; i++ ) in batchedUnitVectorGetSupportingVertexWithoutMargin()
120 long i = vec.maxDot( temp, inner_count, newDot); in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtMultiSphereShape.cpp73 int inner_count = MIN(numSpheres - k, 128); in localGetSupportingVertexWithoutMargin() local
74 for (long i = 0; i < inner_count; i++) in localGetSupportingVertexWithoutMargin()
80 long i = vec.maxDot(temp, inner_count, newDot); in localGetSupportingVertexWithoutMargin()
109 int inner_count = MIN(numSpheres - k, 128); in batchedUnitVectorGetSupportingVertexWithoutMargin() local
110 for (long i = 0; i < inner_count; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
116 long i = vec.maxDot(temp, inner_count, newDot); in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionShapes/
H A DbtMultiSphereShape.cpp75 int inner_count = MIN( numSpheres - k, 128 ); in localGetSupportingVertexWithoutMargin() local
76 for( long i = 0; i < inner_count; i++ ) in localGetSupportingVertexWithoutMargin()
82 long i = vec.maxDot( temp, inner_count, newDot); in localGetSupportingVertexWithoutMargin()
113 int inner_count = MIN( numSpheres - k, 128 ); in batchedUnitVectorGetSupportingVertexWithoutMargin() local
114 for( long i = 0; i < inner_count; i++ ) in batchedUnitVectorGetSupportingVertexWithoutMargin()
120 long i = vec.maxDot( temp, inner_count, newDot); in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtMultiSphereShape.cpp73 int inner_count = MIN(numSpheres - k, 128); in localGetSupportingVertexWithoutMargin() local
74 for (long i = 0; i < inner_count; i++) in localGetSupportingVertexWithoutMargin()
80 long i = vec.maxDot(temp, inner_count, newDot); in localGetSupportingVertexWithoutMargin()
109 int inner_count = MIN(numSpheres - k, 128); in batchedUnitVectorGetSupportingVertexWithoutMargin() local
110 for (long i = 0; i < inner_count; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
116 long i = vec.maxDot(temp, inner_count, newDot); in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/devel/p5-IO-Async/IO-Async-0.800/t/
H A D21stream-1read.t273 my $inner_count = 0;
289 $inner_count++;
307 is( $inner_count, 0, '$inner_count after idle' );
310 wait_for { $inner_count > 0 };
312 is( $inner_count, 1, '$inner_count after received length' );
315 wait_for { $inner_count > 1 };
317 is( $inner_count, 2, '$inner_count after partial body' );
320 wait_for { $inner_count > 2 };
322 is( $inner_count, 3, '$inner_count after complete body' );
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/Query/Plan/Join/
H A DPushDownNestedLoop.pm94 $self->[0]{inner_count} = 0;
125 $self->[0]{inner_count} = 0;
153 $self->[0]{inner_count}++;
175 if ($opt and $self->[0]{inner_count} == 0) {
196 delete $self->[0]{inner_count};
H A DNestedLoop.pm123 $self->[0]{inner_count} = 0;
163 $self->[0]{inner_count} = 0;
180 $self->[0]{inner_count}++;
231 delete $self->[0]{inner_count};
/dports/databases/grass7/grass-7.8.6/vector/v.buffer/
H A Dmain.c104 for (j = 0; j < arr_bc[List->value[i]].inner_count; j++) { in point_in_buffer()
159 for (j = 0; j < arr_bc[List->value[i]].inner_count; j++) { in buffer_cats()
584 &(arr_bc_pts.inner_count)); in main()
594 arr_bc[buffers_count].inner_count = arr_bc_pts.inner_count; in main()
595 if (arr_bc_pts.inner_count > 0) { in main()
597 for (i = 0; i < arr_bc_pts.inner_count; i++) { in main()
713 arr_bc[buffers_count].inner_count = 0; in main()
731 &(arr_bc_pts.inner_count)); in main()
741 arr_bc[buffers_count].inner_count = arr_bc_pts.inner_count; in main()
742 if (arr_bc_pts.inner_count > 0) { in main()
[all …]
H A Dlocal_proto.h7 int inner_count; member
14 int inner_count; member
/dports/www/p5-HTML-FormFu/HTML-FormFu-2.07/t/repeatable/repeatable/constraints/
H A Drepeatable_any.yml14 name: inner_count
17 counter_name: inner_count
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/cplus/tests/
H A Dswitch.cpp108 PRUintn thread_count, inner_count, loop_count, average; in main() local
182 for (inner_count = 0; inner_count < INNER_LOOPS; ++inner_count) in main()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/cplus/tests/
H A Dswitch.cpp108 PRUintn thread_count, inner_count, loop_count, average; in main() local
182 for (inner_count = 0; inner_count < INNER_LOOPS; ++inner_count) in main()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/cplus/tests/
H A Dswitch.cpp108 PRUintn thread_count, inner_count, loop_count, average; in main() local
182 for (inner_count = 0; inner_count < INNER_LOOPS; ++inner_count) in main()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/cplus/tests/
H A Dswitch.cpp104 PRUintn thread_count, inner_count, loop_count, average; in main() local
174 for (inner_count = 0; inner_count < INNER_LOOPS; ++inner_count) in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/cplus/tests/
H A Dswitch.cpp104 PRUintn thread_count, inner_count, loop_count, average; in main() local
174 for (inner_count = 0; inner_count < INNER_LOOPS; ++inner_count) in main()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/cplus/tests/
H A Dswitch.cpp108 PRUintn thread_count, inner_count, loop_count, average; in main() local
182 for (inner_count = 0; inner_count < INNER_LOOPS; ++inner_count) in main()
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/Query/Plan/
H A DMinus.pm88 $self->[0]{inner_count} = 0;
119 $self->[0]{inner_count} = 0;
142 $self->[0]{inner_count}++;
200 delete $self->[0]{inner_count};

1234567