HomeSort by relevance Sort by last modified time
    Searched refs:cross (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/llvm/include/llvm/Support/
TypeBuilder.h 25 /// known at compile time. To support cross-compilation, we define a
31 /// to guarantee that its result is suitable for cross-compilation.
79 // Types for use with cross-compilable TypeBuilders. These correspond
96 template<typename T, bool cross> class TypeBuilder<const T, cross>
97 : public TypeBuilder<T, cross> {};
98 template<typename T, bool cross> class TypeBuilder<volatile T, cross>
99 : public TypeBuilder<T, cross> {};
100 template<typename T, bool cross> class TypeBuilder<const volatile T, cross
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnClassifier.cpp 54 float a1 = b0 * b3.cross(b2);
55 float a2 = b1 * b0.cross(b3);
56 float a3 = b2 * b1.cross(b0);
  /external/webkit/LayoutTests/http/tests/cookies/resources/
resetCookies.js 6 // Due to cross-origin restrictions, we can only (simply) reset cookies for our current origin.
  /external/llvm/unittests/Support/
TypeBuilderTest.cpp 185 template<bool cross> class TypeBuilder<MyType, cross> {
191 st.push_back(TypeBuilder<int, cross>::get(Context));
192 st.push_back(TypeBuilder<int*, cross>::get(Context));
193 st.push_back(TypeBuilder<void*[], cross>::get(Context));
208 template<bool cross> class TypeBuilder<MyPortableType, cross> {
214 st.push_back(TypeBuilder<types::i<32>, cross>::get(Context));
215 st.push_back(TypeBuilder<types::i<32>*, cross>::get(Context));
216 st.push_back(TypeBuilder<types::i<8>*[], cross>::get(Context))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint3D.h 99 // Sets this FloatPoint3D to the cross product of the passed two.
102 void cross(const FloatPoint3D& a, const FloatPoint3D& b) function in class:WebCore::FloatPoint3D
112 // Convenience function returning "this cross point" as a
114 FloatPoint3D cross(const FloatPoint3D& point) const function in class:WebCore::FloatPoint3D
117 result.cross(*this, point);
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 19 "to make a cross-domain XMLHttpRequest. Where " +
28 var str = "<p>This test tries to make a cross-domain XMLHttpRequest to " +
  /external/opencv/cvaux/src/
cvepilines.cpp 413 if( pointB[2] < 0 )/* If negative use other lines for cross */
878 {/* We have not cross */
895 /* We have cross. And it's result cross for up line. Set result coefs */
913 {/* Line 1 cross image 2 */
951 {/* We have not cross */
969 /* We have cross. And it's result cross for down line. Set result coefs */
987 {/* Line 2 cross image 2 */
1013 /* Get cross for direction1 and direction2 *
1181 CvPoint2D64d cross[4]; local
2190 CvPoint2D32f cross[4]; local
    [all...]
cv3dtracker.cpp 531 CvPoint3D32f cross = cvPoint3D32f(d1.y*d2.z - d1.z*d2.y, local
534 double den = cross.x*cross.x + cross.y*cross.y + cross.z*cross.z;
539 double t1 = det(x, d2, cross) / den;
540 double t2 = det(x, d1, cross) / den;
  /external/skia/src/utils/
SkCamera.cpp 112 void SkUnit3D::Cross(const SkUnit3D& a, const SkUnit3D& b, SkUnit3D* cross) {
113 SkASSERT(cross);
115 // use x,y,z, in case &a == cross or &b == cross
121 cross->set(x, y, z);
275 SkUnit3D axis, zenith, cross; local
289 SkUnit3D::Cross(axis, zenith, &cross);
297 orien->set(SkMatrix::kMScaleX, SkUnitScalarMul(x, axis.fX) - SkUnitScalarMul(z, cross.fX))
    [all...]
  /external/stlport/
configure 34 --target=<target> target platform (cross-compiling)
55 --with-cxx=<name> use <name> as C++ compiler (use --target= for cross-compilation)
56 --with-cc=<name> use <name> as C compiler (use --target= for cross-compilation)
97 \$CXX C++ compiler name (use --target= for cross-compilation)
98 \$CC C compiler name (use --target= for cross-compilation)
292 echo "For cross-compilation with gcc use --target option only"
  /external/quake/quake/src/QW/client/
mathlib.h 55 void CrossProduct (vec3_t v1, vec3_t v2, vec3_t cross);
mathlib.c 361 void CrossProduct (vec3_t v1, vec3_t v2, vec3_t cross)
363 cross[0] = v1[1]*v2[2] - v1[2]*v2[1];
364 cross[1] = v1[2]*v2[0] - v1[0]*v2[2];
365 cross[2] = v1[0]*v2[1] - v1[1]*v2[0];
  /external/quake/quake/src/WinQuake/
mathlib.h 55 void CrossProduct (vec3_t v1, vec3_t v2, vec3_t cross);
mathlib.cpp 363 void CrossProduct (vec3_t v1, vec3_t v2, vec3_t cross)
365 cross[0] = v1[1]*v2[2] - v1[2]*v2[1];
366 cross[1] = v1[2]*v2[0] - v1[0]*v2[2];
367 cross[2] = v1[0]*v2[1] - v1[1]*v2[0];
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 243 double cross = v01.width() * v21.height() - v01.height() * v21.width(); local
245 if (fabs(cross) < 1E-10) {
253 double angle = (piDouble - fabs(asin(cross / (d01 * d21)))) * 0.5;
269 const bool anticlockwise = cross < 0;
  /external/bluetooth/glib/
acglib.m4 129 AC_MSG_ERROR($1 [must be set in cache file when cross-compiling.])
  /external/bluetooth/glib/docs/reference/glib/
Makefile.am 57 cross.sgml \
  /external/protobuf/
configure.ac 40 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
  /external/qemu/distrib/
build-kernel.sh 57 --cross=*)
84 echo " --cross=<prefix> cross-toolchain prefix [$CROSSPREFIX]"
144 echo "Auto-config: --cross=$CROSSPREFIX"
147 # If the cross-compiler is not in the path, try to find it automatically
164 echo "Auto-config: --cross=$CROSSPREFIX"
  /external/webkit/Source/WebCore/webaudio/
AudioPannerNode.cpp 183 FloatPoint3D listenerRight = listenerFront.cross(listenerUp);
189 FloatPoint3D up = listenerRight.cross(listenerFrontNorm);
  /external/skia/include/utils/
SkCamera.h 49 static void Cross(const SkUnit3D&, const SkUnit3D&, SkUnit3D* cross);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 87 function cross(v1, v2) { function
128 var normal = cross(edge1, edge2);
263 var xaxis = normaliseVector(cross(up, zaxis));
264 var yaxis = normaliseVector(cross(xaxis, subVector([0,0,0], zaxis)));
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 87 function cross(v1, v2) { function
128 var normal = cross(edge1, edge2);
263 var xaxis = normaliseVector(cross(up, zaxis));
264 var yaxis = normaliseVector(cross(xaxis, subVector([0,0,0], zaxis)));
  /external/llvm/
Makefile 20 # When cross-compiling, there are some things (tablegen) that need to
107 # If we're cross-compiling, build the build-hosted tools first
109 all:: cross-compile-build-tools
114 cross-compile-build-tools:
  /external/opencv/cvaux/include/
cvaux.h 584 CVAPI(int) icvGetCrossPieceVector(CvPoint2D32f p1_start,CvPoint2D32f p1_end,CvPoint2D32f v2_start,CvPoint2D32f v2_end,CvPoint2D32f *cross);
585 CVAPI(int) icvGetCrossLineDirect(CvPoint2D32f p1,CvPoint2D32f p2,float a,float b,float c,CvPoint2D32f* cross);
664 CvPoint2D64f *cross,int* result);
668 CvPoint2D64f *cross,int* result);
672 CvPoint2D64f* cross,
    [all...]

Completed in 633 milliseconds

1 2 3 4