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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
Cwise_cos.cpp 2 cout << v.cos() << endl;
Tutorial_AdvancedInitialization_LinSpaced.cpp 5 table.col(3) = table.col(1).cos();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestCos.rs 24 return cos(inV);
28 return cos(inV);
32 return cos(inV);
36 return cos(inV);
40 return cos(inV);
44 return cos(inV);
48 return cos(inV);
52 return cos(inV);
  /prebuilts/go/darwin-x86/src/math/
sin_amd64.s 10 TEXT ·Cos(SB),NOSPLIT,$0
11 JMP ·cos(SB)
sin_arm.s 10 TEXT ·Cos(SB),NOSPLIT,$0
11 B ·cos(SB)
sincos_386.s 7 // func Sincos(x float64) (sin, cos float64)
10 FSINCOS // F0=cos(x), F1=sin(x) if -2**63 < x < 2**63
14 FMOVDP F0, cos+16(FP) // F0=sin(x)
25 FSINCOS // F0=cos(reduced_x), F1=sin(reduced_x)
26 FMOVDP F0, cos+16(FP) // F0=sin(reduced_x)
  /prebuilts/go/linux-x86/src/math/
sin_amd64.s 10 TEXT ·Cos(SB),NOSPLIT,$0
11 JMP ·cos(SB)
sin_arm.s 10 TEXT ·Cos(SB),NOSPLIT,$0
11 B ·cos(SB)
sincos_386.s 7 // func Sincos(x float64) (sin, cos float64)
10 FSINCOS // F0=cos(x), F1=sin(x) if -2**63 < x < 2**63
14 FMOVDP F0, cos+16(FP) // F0=sin(x)
25 FSINCOS // F0=cos(reduced_x), F1=sin(reduced_x)
26 FMOVDP F0, cos+16(FP) // F0=sin(reduced_x)
  /external/eigen/unsupported/doc/examples/
MatrixPower.cpp 10 A << cos(1), -sin(1), 0,
11 sin(1), cos(1), 0,
MatrixSquareRoot.cpp 11 A << cos(pi/3), -sin(pi/3),
12 sin(pi/3), cos(pi/3);
  /external/ltp/testcases/misc/math/float/
float_trigo.c 37 {FUNC_NORMAL, 50, cos, "cos", "dcos", "rcos",
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java 53 float cos = (float)Math.cos(angle); local
58 m[1][1] = cos;
61 m[2][2] = cos;
66 m[0][0] = cos;
69 m[2][2] = cos;
74 m[0][0] = cos;
77 m[1][1] = cos;
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
StemFunction.h 29 using std::cos;
35 res = std::cos(x);
41 res = -std::cos(x);
54 using std::cos;
63 res = std::cos(x);
69 res = -std::cos(x);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStream1Test.java 74 CipherOutputStream cos = new CipherOutputStream(tos){}; local
75 cos.write(data);
76 cos.flush();
90 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); local
92 cos.write(data[i]);
94 cos.flush();
108 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); local
109 cos.write(data);
110 cos.flush();
117 cos.write(null)
130 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); local
173 CipherOutputStream cos = new CipherOutputStream(tos){}; local
189 CipherOutputStream cos = new CipherOutputStream(tos){}; local
211 CipherOutputStream cos = new CipherOutputStream(baos, c); local
    [all...]
  /cts/tests/tests/libcorelegacy22/src/android/util/cts/
FloatMathTest.java 46 assertEquals(1.0f, FloatMath.cos(0), 0);
47 assertEquals(0.5403023058681398f, FloatMath.cos(1), 0);
48 assertEquals(0.964966f, FloatMath.cos(50));
49 assertEquals(0.69925081f, FloatMath.cos(150));
50 assertEquals(0.964966f, FloatMath.cos(-50));
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cos.c 16 /* cos(x)
25 * Let S,C and T denote the sin, cos and tan respectively on
30 * n sin(x) cos(x) tan(x)
39 * Let trig be any of sin, cos, or tan.
55 cos(double x) function
71 /* cos(Inf or NaN) is NaN */
88 __weak_reference(cos, cosl);
  /device/google/contexthub/firmware/lib/libm/
sf_cos.c 40 /* cos(Inf or NaN) is NaN */
59 double cos(double x) function
61 double cos(x)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFloatMath.java 42 public static float cos(float angle) { method in class:ShadowFloatMath
43 return (float) Math.cos(angle);
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/
Sine.java 16 return (float) -Math.cos(t * (PI/2)) + 1;
40 return -0.5f * ((float) Math.cos(PI*t) - 1);
  /frameworks/base/core/java/android/util/
FloatMath.java 80 public static float cos(float angle) { method in class:FloatMath
81 return (float) Math.cos(angle);
  /external/compiler-rt/test/cfi/icall/
external-call.c 21 fn = cos;
  /external/ltp/testcases/misc/math/float/iperb/
Makefile 27 CLEAN_TARGETS := [rd]*sin [rd]sinh [rd]*cos [rd]cosh [rd]*tan [rd]*tan2 \
  /external/ltp/testcases/misc/math/float/trigo/
Makefile 27 CLEAN_TARGETS := [rd]*sin [rd]sinh [rd]*cos [rd]cosh [rd]*tan [rd]*tan2 \
  /external/skia/experimental/SkV8Example/js/
speed.js 9 canvas.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);

Completed in 383 milliseconds

1 2 3 4 5 6 7 8 91011>>