/external/vulkan-validation-layers/libs/glm/gtx/ |
D | vector_angle.inl | 21 genType const Angle(acos(clamp(dot(x, y), genType(-1), genType(1)))); local 24 return Angle; 27 return degrees(Angle); 40 T const Angle(acos(clamp(dot(x, y), T(-1), T(1)))); local 43 return Angle; 46 return degrees(Angle); 63 T const Angle(acos(Dot)); local 66 T const Angle(degrees(acos(Dot))); local 68 detail::tvec2<T, P> const TransformedVector(glm::rotate(x, Angle)); 70 return Angle; [all …]
|
D | quaternion.inl | 65 float Angle = glm::length(u); local 66 detail::tvec3<T, P> v(u / Angle); 67 return detail::tquat<T, P>(cos(Angle), sin(Angle) * v); 103 float Angle = acos(y); local 104 float NewAngle = Angle * y; 105 float Div = sin(NewAngle) / sin(Angle);
|
D | rotate_vector.inl | 216 T Angle = acos(dot(Normal, Up)); local 219 T Angle = degrees(acos(dot(Normal, Up))); local 221 return rotate(Angle, RotationAxis);
|
/external/opencv3/modules/core/src/ |
D | mathfuncs.cpp | 215 Mat Angle = dst.getMat(); in phase() local 217 const Mat* arrays[] = {&X, &Y, &Angle, 0}; in phase() 350 Mat Mag = dst1.getMat(), Angle = dst2.getMat(); in cartToPolar() local 352 const Mat* arrays[] = {&X, &Y, &Mag, &Angle, 0}; in cartToPolar() 630 Mat Mag = src1.getMat(), Angle = src2.getMat(); in polarToCart() 631 CV_Assert( Mag.empty() || Angle.size == Mag.size); in polarToCart() 632 dst1.create( Angle.dims, Angle.size, type ); in polarToCart() 633 dst2.create( Angle.dims, Angle.size, type ); in polarToCart() 639 …if (Mag.isContinuous() && Angle.isContinuous() && X.isContinuous() && Y.isContinuous() && !angleIn… in polarToCart() 648 …IppStatus status = ippFunc(Mag.ptr(), Angle.ptr(), X.ptr(), Y.ptr(), static_cast<int>(cn * X.total… in polarToCart() [all …]
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | intrinsic_matrix.hpp | 57 void sse_rotate_ps(__m128 const in[4], float Angle, float const v[3], __m128 out[4]);
|
D | intrinsic_matrix.inl | 991 GLM_FUNC_QUALIFIER void sse_rotate_ps(__m128 const in[4], float Angle, float const v[3], __m128 out… 993 float a = glm::radians(Angle);
|
/external/pdfium/testing/resources/ |
D | bug_452455.in | 54 /Angle 45
|
/external/skia/site/user/special/ |
D | windows_angle.md | 13 Angle is now downloaded as a part of Skia according to the `DEPS` file.
|
/external/opencv3/apps/traincascade/ |
D | HOGfeatures.cpp | 184 Mat Angle(1, width, CV_32F, dbuf + width*3); in integralHistogram() local 201 cartToPolar( Dx, Dy, Mag, Angle, false ); in integralHistogram()
|
/external/curl/docs/ |
D | DISTRO-DILEMMA | 123 Application Angle of this Problem 132 Project cURL Angle of this Problem 152 Distro Angle of this Problem
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_canny/ |
D | py_canny.markdown | 31 Angle \; (\theta) = \tan^{-1} \bigg(\frac{G_y}{G_x}\bigg)
|
/external/mesa3d/src/glsl/builtins/profiles/ |
D | 100.glsl | 3 * 8.1 - Angle and Trigonometry Functions
|
D | 110.glsl | 3 * 8.1 - Angle and Trigonometry Functions
|
D | 120.glsl | 3 * 8.1 - Angle and Trigonometry Functions
|
D | 130.glsl | 3 * 8.1 - Angle and Trigonometry Functions
|
D | 140.glsl | 3 * 8.1 - Angle and Trigonometry Functions
|
/external/opencv3/modules/objdetect/test/ |
D | test_cascadeandhog.cpp | 1231 Mat Angle(1, width, CV_32F, dbuf + width*3); in computeGradient() local 1292 cartToPolar( Dx, Dy, Mag, Angle, false ); in computeGradient()
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 291 Mat Angle(1, width, CV_32F, dbuf + width*3); in computeGradient() local 409 cartToPolar( Dx, Dy, Mag, Angle, false ); in computeGradient()
|
/external/bison/doc/ |
D | bison.texi | 10918 @samp{%define stype}. Angle brackets on @code{%token}, @code{type},
|
D | bison.info | 10181 `%define stype'. Angle brackets on `%token', `type', `$N' and
|