Searched refs:cross (Results 1 - 25 of 171) sorted by relevance

1234567

/external/llvm/include/llvm/IR/
H A DTypeBuilder.h25 /// known at compile time. To support cross-compilation, we define a
31 /// to guarantee that its result is suitable for cross-compilation.
87 // Types for use with cross-compilable TypeBuilders. These correspond
104 template<typename T, bool cross> class TypeBuilder<const T, cross>
105 : public TypeBuilder<T, cross> {};
106 template<typename T, bool cross> class TypeBuilder<volatile T, cross>
107 : public TypeBuilder<T, cross> {};
108 template<typename T, bool cross> clas
[all...]
/external/bison/build-aux/
H A DMakefile.am17 cross-options.pl \
/external/eigen/test/
H A Dgeo_orthomethods.cpp31 // cross product
32 VERIFY_IS_MUCH_SMALLER_THAN(v1.cross(v2).dot(v1), Scalar(1));
33 VERIFY_IS_MUCH_SMALLER_THAN(v1.dot(v1.cross(v2)), Scalar(1));
34 VERIFY_IS_MUCH_SMALLER_THAN(v1.cross(v2).dot(v2), Scalar(1));
35 VERIFY_IS_MUCH_SMALLER_THAN(v2.dot(v1.cross(v2)), Scalar(1));
38 (v0.cross(v1)).normalized(),
39 (v0.cross(v1).cross(v0)).normalized();
43 // colwise/rowwise cross product
48 mcross = mat3.colwise().cross(vec
[all...]
/external/eigen/doc/examples/
H A Dtut_arithmetic_dot_cross.cpp14 cout << "Cross product:\n" << v.cross(w) << endl;
/external/opencv3/modules/features2d/misc/java/test/
H A DSURFFeatureDetectorTest.java35 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
36 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
37 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
39 return cross;
77 Mat cross = getTestImg();
79 crosses.add(cross);
80 crosses.add(cross);
81 crosses.add(cross);
104 Mat cross = getTestImg();
106 detector.detect(cross, keypoint
[all...]
H A DBRIEFDescriptorExtractorTest.java21 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
22 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
23 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
25 return cross;
H A DSIFTDescriptorExtractorTest.java23 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
24 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
25 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
27 return cross;
H A DSURFDescriptorExtractorTest.java21 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
22 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
23 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
25 return cross;
H A DBruteForceL1DescriptorMatcherTest.java56 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
57 Imgproc.line(cross, new Point(30, matSize / 2), new Point(matSize - 31, matSize / 2), new Scalar(100), 3);
58 Imgproc.line(cross, new Point(matSize / 2, 30), new Point(matSize / 2, matSize - 31), new Scalar(100), 3);
60 return cross;
76 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
77 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
78 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
80 return cross;
H A DBruteForceSL2DescriptorMatcherTest.java61 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
62 Imgproc.line(cross, new Point(30, matSize / 2), new Point(matSize - 31, matSize / 2), new Scalar(100), 3);
63 Imgproc.line(cross, new Point(matSize / 2, 30), new Point(matSize / 2, matSize - 31), new Scalar(100), 3);
65 return cross;
81 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
82 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
83 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
85 return cross;
H A DORBDescriptorExtractorTest.java26 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
27 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
28 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
30 return cross;
H A DBruteForceDescriptorMatcherTest.java56 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
57 Imgproc.line(cross, new Point(30, matSize / 2), new Point(matSize - 31, matSize / 2), new Scalar(100), 3);
58 Imgproc.line(cross, new Point(matSize / 2, 30), new Point(matSize / 2, matSize - 31), new Scalar(100), 3);
60 return cross;
76 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
77 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
78 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
80 return cross;
H A DFlannBasedDescriptorMatcherTest.java130 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
131 Imgproc.line(cross, new Point(30, matSize / 2), new Point(matSize - 31, matSize / 2), new Scalar(100), 3);
132 Imgproc.line(cross, new Point(matSize / 2, 30), new Point(matSize / 2, matSize - 31), new Scalar(100), 3);
134 return cross;
150 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
151 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
152 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
154 return cross;
/external/mesa3d/src/mesa/swrast/
H A Ds_aatriangle.c223 /* cross product determines if sample is inside or outside each edge */
224 GLfloat cross = (dx0 * (sy - v0[1]) - dy0 * (sx - v0[0])); local
225 /* Check if the sample is exactly on an edge. If so, let cross be a
228 if (cross == 0.0F)
229 cross = dx0 + dy0;
230 if (cross < 0.0F) {
237 cross = (dx1 * (sy - v1[1]) - dy1 * (sx - v1[0]));
238 if (cross == 0.0F)
239 cross = dx1 + dy1;
240 if (cross < 0.
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c41 int32_t cross, ener, cross_comp, ener_comp = 0; local
92 WebRtcIlbcfix_CompCorr( &cross, &ener,
95 /* Normalize and store cross^2 and the number of shifts */
96 shiftMax = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(cross))-15;
98 (int16_t)WEBRTC_SPL_SHIFT_W32(cross, -shiftMax) *
99 (int16_t)WEBRTC_SPL_SHIFT_W32(cross, -shiftMax)) >> 15);
107 do a cross multiplication */
134 cross = cross_comp;
163 /* Square the cross correlation and norm it such that max_perSquare
167 tmp1 = (int16_t)WEBRTC_SPL_SHIFT_W32(cross, (totscal
[all...]
/external/opencv3/3rdparty/openexr/Imath/
H A DImathFrame.h96 Vec3<T> n = t.cross( pk - pi ); n.normalize();
103 n = t.cross( v ); n.normalize();
106 Vec3<T> b = t.cross( n );
150 a = ti.cross( tj );
/external/bison/doc/
H A DMakefile.am20 bison_TEXINFOS = $(srcdir)/cross-options.texi gpl-3.0.texi fdl.texi
27 CROSS_OPTIONS_PL = $(top_srcdir)/build-aux/cross-options.pl
28 $(srcdir)/cross-options.texi: $(top_srcdir)/src/getargs.c $(CROSS_OPTIONS_PL)
36 MAINTAINERCLEANFILES = $(srcdir)/cross-options.texi
/external/llvm/unittests/IR/
H A DTypeBuilderTest.cpp184 template<bool cross> class TypeBuilder<MyType, cross> {
190 st.push_back(TypeBuilder<int, cross>::get(Context));
191 st.push_back(TypeBuilder<int*, cross>::get(Context));
192 st.push_back(TypeBuilder<void*[], cross>::get(Context));
207 template<bool cross> class TypeBuilder<MyPortableType, cross> {
213 st.push_back(TypeBuilder<types::i<32>, cross>::get(Context));
214 st.push_back(TypeBuilder<types::i<32>*, cross>::get(Context));
215 st.push_back(TypeBuilder<types::i<8>*[], cross>
[all...]
/external/eigen/bench/
H A Deig33.cpp125 // evecs.col(2) = evecs.col(0).cross(evecs.col(1)).normalized();
131 // evecs.col(0) = tmp.row(0).cross(tmp.row(1)).normalized();
135 // evecs.col(1) = tmp.row(0).cross(tmp.row(1)).normalized();
139 // evecs.col(2) = tmp.row(0).cross(tmp.row(1)).normalized();
151 evecs.col (2) = tmp.row (0).cross (tmp.row (1)).normalized ();
155 evecs.col(1) = tmp.row (0).cross(tmp.row (1));
163 evecs.col(1) = evecs.col(2).cross(evecs.col(1).cross(evecs.col(2))).normalized();
164 evecs.col(0) = evecs.col(2).cross(evecs.col(1));
/external/skia/tests/
H A DGeometryTest.cpp123 REPORTER_ASSERT(reporter, SkScalarNearlyZero(start.cross(mid)));
124 REPORTER_ASSERT(reporter, SkScalarNearlyZero(mid.cross(end)));
143 REPORTER_ASSERT(reporter, SkScalarNearlyZero(start.cross(mid)));
144 REPORTER_ASSERT(reporter, SkScalarNearlyZero(mid.cross(end)));
164 REPORTER_ASSERT(reporter, SkScalarNearlyZero(start.cross(mid)));
165 REPORTER_ASSERT(reporter, SkScalarNearlyZero(mid.cross(end)));
/external/eigen/unsupported/test/
H A Dalignedvector3.cpp42 VERIFY_IS_APPROX(f2.cross(f3),r2.cross(r3));
/external/llvm/lib/Object/
H A DAndroid.mk33 # Our windows cross-compiler triggers a spurious uninitialized warning.
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAndroid.mk38 # or on Linux with mingw32msvc-gcc 4.2, which is used to cross-compile
/external/llvm/lib/Target/ARM/AsmParser/
H A DAndroid.mk38 # or on Linux with mingw32msvc-gcc 4.2, which is used to cross-compile
/external/eigen/demos/opengl/
H A Dtrackball.cpp24 Vector3f axis = mLastPoint3D.cross(newPoint3D).normalized();

Completed in 2316 milliseconds

1234567