Home
last modified time | relevance | path

Searched refs:angle (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/external/chromium_org/third_party/angle/src/
Dtranslator.target.darwin-x86.mk25 third_party/angle/src/compiler/BuiltInFunctionEmulator.cpp \
26 third_party/angle/src/compiler/CodeGen.cpp \
27 third_party/angle/src/compiler/Compiler.cpp \
28 third_party/angle/src/compiler/debug.cpp \
29 third_party/angle/src/compiler/DetectCallDepth.cpp \
30 third_party/angle/src/compiler/DetectDiscontinuity.cpp \
31 third_party/angle/src/compiler/Diagnostics.cpp \
32 third_party/angle/src/compiler/DirectiveHandler.cpp \
33 third_party/angle/src/compiler/ForLoopUnroll.cpp \
34 third_party/angle/src/compiler/glslang_lex.cpp \
[all …]
Dtranslator.target.linux-arm.mk25 third_party/angle/src/compiler/BuiltInFunctionEmulator.cpp \
26 third_party/angle/src/compiler/CodeGen.cpp \
27 third_party/angle/src/compiler/Compiler.cpp \
28 third_party/angle/src/compiler/debug.cpp \
29 third_party/angle/src/compiler/DetectCallDepth.cpp \
30 third_party/angle/src/compiler/DetectDiscontinuity.cpp \
31 third_party/angle/src/compiler/Diagnostics.cpp \
32 third_party/angle/src/compiler/DirectiveHandler.cpp \
33 third_party/angle/src/compiler/ForLoopUnroll.cpp \
34 third_party/angle/src/compiler/glslang_lex.cpp \
[all …]
Dtranslator.target.linux-x86.mk25 third_party/angle/src/compiler/BuiltInFunctionEmulator.cpp \
26 third_party/angle/src/compiler/CodeGen.cpp \
27 third_party/angle/src/compiler/Compiler.cpp \
28 third_party/angle/src/compiler/debug.cpp \
29 third_party/angle/src/compiler/DetectCallDepth.cpp \
30 third_party/angle/src/compiler/DetectDiscontinuity.cpp \
31 third_party/angle/src/compiler/Diagnostics.cpp \
32 third_party/angle/src/compiler/DirectiveHandler.cpp \
33 third_party/angle/src/compiler/ForLoopUnroll.cpp \
34 third_party/angle/src/compiler/glslang_lex.cpp \
[all …]
Dtranslator.target.linux-mips.mk25 third_party/angle/src/compiler/BuiltInFunctionEmulator.cpp \
26 third_party/angle/src/compiler/CodeGen.cpp \
27 third_party/angle/src/compiler/Compiler.cpp \
28 third_party/angle/src/compiler/debug.cpp \
29 third_party/angle/src/compiler/DetectCallDepth.cpp \
30 third_party/angle/src/compiler/DetectDiscontinuity.cpp \
31 third_party/angle/src/compiler/Diagnostics.cpp \
32 third_party/angle/src/compiler/DirectiveHandler.cpp \
33 third_party/angle/src/compiler/ForLoopUnroll.cpp \
34 third_party/angle/src/compiler/glslang_lex.cpp \
[all …]
Dtranslator.target.darwin-arm.mk25 third_party/angle/src/compiler/BuiltInFunctionEmulator.cpp \
26 third_party/angle/src/compiler/CodeGen.cpp \
27 third_party/angle/src/compiler/Compiler.cpp \
28 third_party/angle/src/compiler/debug.cpp \
29 third_party/angle/src/compiler/DetectCallDepth.cpp \
30 third_party/angle/src/compiler/DetectDiscontinuity.cpp \
31 third_party/angle/src/compiler/Diagnostics.cpp \
32 third_party/angle/src/compiler/DirectiveHandler.cpp \
33 third_party/angle/src/compiler/ForLoopUnroll.cpp \
34 third_party/angle/src/compiler/glslang_lex.cpp \
[all …]
Dtranslator.target.darwin-mips.mk25 third_party/angle/src/compiler/BuiltInFunctionEmulator.cpp \
26 third_party/angle/src/compiler/CodeGen.cpp \
27 third_party/angle/src/compiler/Compiler.cpp \
28 third_party/angle/src/compiler/debug.cpp \
29 third_party/angle/src/compiler/DetectCallDepth.cpp \
30 third_party/angle/src/compiler/DetectDiscontinuity.cpp \
31 third_party/angle/src/compiler/Diagnostics.cpp \
32 third_party/angle/src/compiler/DirectiveHandler.cpp \
33 third_party/angle/src/compiler/ForLoopUnroll.cpp \
34 third_party/angle/src/compiler/glslang_lex.cpp \
[all …]
/external/freetype/src/autofit/
Dafangles.c108 AF_Angle angle;
121 angle = 0;
124 angle = ( AF_ANGLE_PI2 * dy ) / ( ax + ay );
127 if ( angle >= 0 )
128 angle = AF_ANGLE_PI - angle;
130 angle = -AF_ANGLE_PI - angle;
134 return angle;
187 AF_Angle angle; in af_angle_atan() local
193 angle = 0; in af_angle_atan()
195 angle = AF_ANGLE_PI; in af_angle_atan()
[all …]
/external/chromium_org/third_party/freetype/src/autofit/
Dafangles.c108 AF_Angle angle;
121 angle = 0;
124 angle = ( AF_ANGLE_PI2 * dy ) / ( ax + ay );
127 if ( angle >= 0 )
128 angle = AF_ANGLE_PI - angle;
130 angle = -AF_ANGLE_PI - angle;
134 return angle;
187 AF_Angle angle; in af_angle_atan() local
193 angle = 0; in af_angle_atan()
195 angle = AF_ANGLE_PI; in af_angle_atan()
[all …]
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/
Dtan.ir4 (declare (in) float angle))
5 …rn (expression float / (expression float sin (var_ref angle)) (expression float cos (var_ref angle
9 (declare (in) vec2 angle))
10 …eturn (expression vec2 / (expression vec2 sin (var_ref angle)) (expression vec2 cos (var_ref angle
14 (declare (in) vec3 angle))
15 …eturn (expression vec3 / (expression vec3 sin (var_ref angle)) (expression vec3 cos (var_ref angle
19 (declare (in) vec4 angle))
20 …eturn (expression vec4 / (expression vec4 sin (var_ref angle)) (expression vec4 cos (var_ref angle
Dsin.ir4 (declare (in) float angle))
5 ((return (expression float sin (var_ref angle)))))
9 (declare (in) vec2 angle))
10 ((return (expression vec2 sin (var_ref angle)))))
14 (declare (in) vec3 angle))
15 ((return (expression vec3 sin (var_ref angle)))))
19 (declare (in) vec4 angle))
20 ((return (expression vec4 sin (var_ref angle)))))
Dcos.ir4 (declare (in) float angle))
5 ((return (expression float cos (var_ref angle)))))
9 (declare (in) vec2 angle))
10 ((return (expression vec2 cos (var_ref angle)))))
14 (declare (in) vec3 angle))
15 ((return (expression vec3 cos (var_ref angle)))))
19 (declare (in) vec4 angle))
20 ((return (expression vec4 cos (var_ref angle)))))
/external/mesa3d/src/glsl/builtins/ir/
Dtan.ir4 (declare (in) float angle))
5 …rn (expression float / (expression float sin (var_ref angle)) (expression float cos (var_ref angle
9 (declare (in) vec2 angle))
10 …eturn (expression vec2 / (expression vec2 sin (var_ref angle)) (expression vec2 cos (var_ref angle
14 (declare (in) vec3 angle))
15 …eturn (expression vec3 / (expression vec3 sin (var_ref angle)) (expression vec3 cos (var_ref angle
19 (declare (in) vec4 angle))
20 …eturn (expression vec4 / (expression vec4 sin (var_ref angle)) (expression vec4 cos (var_ref angle
Dcos.ir4 (declare (in) float angle))
5 ((return (expression float cos (var_ref angle)))))
9 (declare (in) vec2 angle))
10 ((return (expression vec2 cos (var_ref angle)))))
14 (declare (in) vec3 angle))
15 ((return (expression vec3 cos (var_ref angle)))))
19 (declare (in) vec4 angle))
20 ((return (expression vec4 cos (var_ref angle)))))
Dsin.ir4 (declare (in) float angle))
5 ((return (expression float sin (var_ref angle)))))
9 (declare (in) vec2 angle))
10 ((return (expression vec2 sin (var_ref angle)))))
14 (declare (in) vec3 angle))
15 ((return (expression vec3 sin (var_ref angle)))))
19 (declare (in) vec4 angle))
20 ((return (expression vec4 sin (var_ref angle)))))
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
DWireSphere.java110 float angle = 0; in updatePositions() local
112 float x = radius * FastMath.cos(angle); in updatePositions()
113 float y = radius * FastMath.sin(angle); in updatePositions()
115 angle += rate; in updatePositions()
118 angle = 0; in updatePositions()
120 float x = radius * FastMath.cos(angle); in updatePositions()
121 float y = radius * FastMath.sin(angle); in updatePositions()
123 angle += rate; in updatePositions()
134 angle = 0; in updatePositions()
137 float x = radius * FastMath.cos(angle); in updatePositions()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DAffineTransform.cpp212 AffineTransform& AffineTransform::skewX(double angle) in skewX() argument
214 return shear(tan(deg2rad(angle)), 0); in skewX()
217 AffineTransform& AffineTransform::skewY(double angle) in skewY() argument
219 return shear(0, tan(deg2rad(angle))); in skewY()
317 srA.angle += srA.angle < 0 ? piDouble : -piDouble; in blend()
321 srA.angle = fmod(srA.angle, 2 * piDouble); in blend()
322 srB.angle = fmod(srB.angle, 2 * piDouble); in blend()
324 if (fabs(srA.angle - srB.angle) > piDouble) { in blend()
325 if (srA.angle > srB.angle) in blend()
326 srA.angle -= piDouble * 2; in blend()
[all …]
/external/jmonkeyengine/engine/src/test/jme3test/audio/
DTestDoppler.java54 private float angle = FastMath.TWO_PI; field in TestDoppler
78 float dx = (float) Math.sin(angle) * xDist; in simpleUpdate()
81 float dz = (float)(-Math.cos(angle) * zDist); in simpleUpdate()
86 angle += tpf * rate; in simpleUpdate()
88 if (angle > FastMath.TWO_PI){ in simpleUpdate()
89 angle = FastMath.TWO_PI; in simpleUpdate()
91 }else if (angle < -0){ in simpleUpdate()
92 angle = -0; in simpleUpdate()
/external/chromium_org/third_party/freetype/include/freetype/
Dfttrigon.h124 FT_Sin( FT_Angle angle );
148 FT_Cos( FT_Angle angle );
168 FT_Tan( FT_Angle angle );
245 FT_Angle angle );
267 FT_Angle angle );
314 FT_Angle *angle );
340 FT_Angle angle );
/external/freetype/include/freetype/
Dfttrigon.h124 FT_Sin( FT_Angle angle );
148 FT_Cos( FT_Angle angle );
168 FT_Tan( FT_Angle angle );
245 FT_Angle angle );
267 FT_Angle angle );
314 FT_Angle *angle );
340 FT_Angle angle );
/external/chromium_org/third_party/skia/src/pathops/
DSkOpSegment.h58 bool done(const SkOpAngle* angle) const { in done() argument
59 return done(SkMin32(angle->start(), angle->end())); in done()
103 int oppSign(const SkOpAngle* angle) const { in oppSign() argument
104 SkASSERT(angle->segment() == this); in oppSign()
105 return oppSign(angle->start(), angle->end()); in oppSign()
120 int oppSum(const SkOpAngle* angle) const { in oppSum() argument
121 int lesser = SkMin32(angle->start(), angle->end()); in oppSum()
129 int oppValue(const SkOpAngle* angle) const { in oppValue() argument
130 int lesser = SkMin32(angle->start(), angle->end()); in oppValue()
173 int spanSign(const SkOpAngle* angle) const { in spanSign() argument
[all …]
/external/skia/src/pathops/
DSkOpSegment.h58 bool done(const SkOpAngle* angle) const { in done() argument
59 return done(SkMin32(angle->start(), angle->end())); in done()
103 int oppSign(const SkOpAngle* angle) const { in oppSign() argument
104 SkASSERT(angle->segment() == this); in oppSign()
105 return oppSign(angle->start(), angle->end()); in oppSign()
120 int oppSum(const SkOpAngle* angle) const { in oppSum() argument
121 int lesser = SkMin32(angle->start(), angle->end()); in oppSum()
129 int oppValue(const SkOpAngle* angle) const { in oppValue() argument
130 int lesser = SkMin32(angle->start(), angle->end()); in oppValue()
173 int spanSign(const SkOpAngle* angle) const { in spanSign() argument
[all …]
/external/eigen/unsupported/test/
Dmatrix_exponential.cpp37 T angle; in test2dRotation() local
42 angle = static_cast<T>(pow(10, i / 5. - 2)); in test2dRotation()
43 B << std::cos(angle), std::sin(angle), -std::sin(angle), std::cos(angle); in test2dRotation()
45 C = (angle*A).matrixFunction(expfn); in test2dRotation()
49 C = (angle*A).exp(); in test2dRotation()
60 T angle, ch, sh; in test2dHyperbolicRotation() local
64 angle = static_cast<T>((i-10) / 2.0); in test2dHyperbolicRotation()
65 ch = std::cosh(angle); in test2dHyperbolicRotation()
66 sh = std::sinh(angle); in test2dHyperbolicRotation()
67 A << 0, angle*imagUnit, -angle*imagUnit, 0; in test2dHyperbolicRotation()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTransformDistance.cpp38 SVGTransformDistance::SVGTransformDistance(SVGTransform::SVGTransformType type, float angle, float … in SVGTransformDistance() argument
40 , m_angle(angle) in SVGTransformDistance()
62 m_angle = toSVGTransform.angle() - fromSVGTransform.angle(); in SVGTransformDistance()
80 m_angle = toSVGTransform.angle() - fromSVGTransform.angle(); in SVGTransformDistance()
123 …transform.setRotate(first.angle() + second.angle() * repeatCount, first.rotationCenter().x() + sec… in addSVGTransforms()
140 transform.setSkewX(first.angle() + second.angle() * repeatCount); in addSVGTransforms()
143 transform.setSkewY(first.angle() + second.angle() * repeatCount); in addSVGTransforms()
175 newTransform.setRotate(transform.angle() + m_angle, center.x() + m_cx, center.y() + m_cy); in addToSVGTransform()
179 newTransform.setSkewX(transform.angle() + m_angle); in addToSVGTransform()
182 newTransform.setSkewY(transform.angle() + m_angle); in addToSVGTransform()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSMatrix.cpp150 PassRefPtr<CSSMatrix> CSSMatrix::rotateAxisAngle(double x, double y, double z, double angle) const in rotateAxisAngle()
158 if (std::isnan(angle)) in rotateAxisAngle()
159 angle = 0; in rotateAxisAngle()
162 return CSSMatrix::create(TransformationMatrix(m_matrix).rotate3d(x, y, z, angle)); in rotateAxisAngle()
165 PassRefPtr<CSSMatrix> CSSMatrix::skewX(double angle) const in skewX()
167 if (std::isnan(angle)) in skewX()
168 angle = 0; in skewX()
169 return CSSMatrix::create(TransformationMatrix(m_matrix).skewX(angle)); in skewX()
172 PassRefPtr<CSSMatrix> CSSMatrix::skewY(double angle) const in skewY()
174 if (std::isnan(angle)) in skewY()
[all …]
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
DTestOgreComplexAnim.java52 private float angle = 0; field in TestOgreComplexAnim
121 angle += tpf * rate; in simpleUpdate()
122 if (angle > FastMath.HALF_PI / 2f){ in simpleUpdate()
123 angle = FastMath.HALF_PI / 2f; in simpleUpdate()
125 }else if (angle < -FastMath.HALF_PI / 2f){ in simpleUpdate()
126 angle = -FastMath.HALF_PI / 2f; in simpleUpdate()
131 q.fromAngles(0, angle, 0); in simpleUpdate()
137 … b2.setUserTransforms(Vector3f.ZERO, Quaternion.IDENTITY, new Vector3f(1+angle,1+ angle, 1+angle)); in simpleUpdate()

12345678910>>...21