Home
last modified time | relevance | path

Searched defs:angle (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/external/vulkan-validation-layers/libs/glm/gtx/
Drotate_vector.inl16 T const & angle
37 T const & angle,
59 T const & angle,
70 T const & angle
93 T const & angle
116 T const & angle
139 T const & angle
162 T const & angle
185 T const & angle
Drotate_normalized_axis.inl35 T const & angle,
77 T const & angle,
Dvector_angle.inl13 GLM_FUNC_QUALIFIER genType angle function
32 GLM_FUNC_QUALIFIER T angle function
Dmatrix_interpolation.inl17 T & angle
91 T const angle
Dsimd_quat.inl432 float angle = glm::acos(cosTheta); local
483 float angle = glm::acos(cosTheta); local
510 float angle = glm::fastAcos(cosTheta); local
546 float angle = glm::fastAcos(cosTheta); local
580 float const & angle,
601 float const & angle,
/external/freetype/src/base/
Dfttrigon.c297 FT_Cos( FT_Angle angle ) in FT_Cos()
311 FT_Sin( FT_Angle angle ) in FT_Sin()
325 FT_Tan( FT_Angle angle ) in FT_Tan()
361 FT_Angle angle ) in FT_Vector_Unit()
386 FT_Angle angle ) in FT_Vector_Rotate()
464 FT_Angle *angle ) in FT_Vector_Polarize()
494 FT_Angle angle ) in FT_Vector_From_Polar()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
Dfttrigon.c297 FT_Cos( FT_Angle angle ) in FT_Cos()
311 FT_Sin( FT_Angle angle ) in FT_Sin()
325 FT_Tan( FT_Angle angle ) in FT_Tan()
361 FT_Angle angle ) in FT_Vector_Unit()
386 FT_Angle angle ) in FT_Vector_Rotate()
464 FT_Angle *angle ) in FT_Vector_Polarize()
494 FT_Angle angle ) in FT_Vector_From_Polar()
/external/pdfium/third_party/freetype/src/base/
Dfttrigon.c297 FT_Cos( FT_Angle angle ) in FT_Cos()
311 FT_Sin( FT_Angle angle ) in FT_Sin()
325 FT_Tan( FT_Angle angle ) in FT_Tan()
361 FT_Angle angle ) in FT_Vector_Unit()
386 FT_Angle angle ) in FT_Vector_Rotate()
464 FT_Angle *angle ) in FT_Vector_Polarize()
494 FT_Angle angle ) in FT_Vector_From_Polar()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowFloatMath.java37 public static float sin(float angle) { in sin()
42 public static float cos(float angle) { in cos()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtTransformUtil.h86 btScalar angle; in calculateVelocityQuaternion() local
97 …AngleQuaternion(const btQuaternion& orn0,const btQuaternion& orn1a,btVector3& axis,btScalar& angle) in calculateDiffAxisAngleQuaternion()
116 btScalar angle; in calculateVelocity() local
121 …sAngle(const btTransform& transform0,const btTransform& transform1,btVector3& axis,btScalar& angle) in calculateDiffAxisAngle()
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
DTransform.java42 public Transform (Vector2 position, float angle) { in Transform()
72 public void setRotation (float angle) { in setRotation()
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
DTransform.java42 public Transform (Vector2 position, float angle) { in Transform()
72 public void setRotation (float angle) { in setRotation()
/external/opencv3/samples/cpp/tutorial_code/ml/introduction_to_pca/
Dintroduction_to_pca.cpp23 double angle; in drawAxis() local
88 double angle = atan2(eigen_vecs[0].y, eigen_vecs[0].x); // orientation in radians in getOrientation() local
/external/eigen/demos/opengl/
Dgpuhelper.cpp67 float angle = 180.f/M_PI * acos(tmp.z()); in drawVector() local
88 float angle = 180.f/M_PI * acos(tmp.z()); in drawVectorBox() local
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
DOISWiiMote.cpp142 float angle = acos((newEvent.x * mtLastX) + (newEvent.y * mtLastY) + (newEvent.z * mtLastZ)); in _threadUpdate() local
172 float angle = acos((newEvent.nunChuckx * mtLastNunChuckX) + in _threadUpdate() local
/external/eigen/unsupported/test/
Dmatrix_power.cpp43 T angle, c, s; in test2dRotation() local
64 T angle, ch = std::cosh((T)1); in test2dHyperbolicRotation() local
Dmatrix_exponential.cpp30 T angle; in test2dRotation() local
53 T angle, ch, sh; in test2dHyperbolicRotation() local
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DSpriteCacheTest.java160 float angle = 15; in create() local
191 float angle = MathUtils.random(1, 360); in keyDown() local
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dcovariance_matrix_generator.cc64 float angle, in AngledCovarianceMatrix()
95 float angle, in PhaseAlignmentMasks()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
DDecal.java107 public void setRotationX (float angle) { in setRotationX()
115 public void setRotationY (float angle) { in setRotationY()
123 public void setRotationZ (float angle) { in setRotationZ()
131 public void rotateX (float angle) { in rotateX()
140 public void rotateY (float angle) { in rotateY()
149 public void rotateZ (float angle) { in rotateZ()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
Dcordic.py17 angle = math.atan(x) # arctangent variable
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.canvas.js147 Canvas.prototype.getTextInfo = function(layer, text, font, angle, width) { argument
266 Canvas.prototype.addText = function(layer, x, y, text, font, angle, width, halign, valign) { argument
Djquery.flot.canvas.min.js7 …}context.restore()};Canvas.prototype.getTextInfo=function(layer,text,font,angle,width){if(!plot.ge… argument
/external/opencv3/modules/cudaarithm/src/cuda/
Dpolar_cart.cu128 GpuMat angle = getOutputMat(_angle, x.size(), CV_32FC1, stream); in cartToPolar() local
161 …__global__ void polarToCartImpl(const GlobPtr<float> mag, const GlobPtr<float> angle, GlobPtr<floa… in polarToCartImpl()
183 GpuMat angle = getInputMat(_angle, _stream); in polarToCart() local
/external/opencv3/modules/video/perf/
Dperf_ecc.cpp28 double angle; variable

12345678910>>...12