/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
D | CipherOutputStreamTest.java | 57 CipherOutputStream cos = new CipherOutputStream(tos); in testCipherOutputStream() local 73 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite1() local 91 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite2() local 106 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); in testWrite3() local 149 CipherOutputStream cos = new CipherOutputStream(tos); in testFlush() local 165 CipherOutputStream cos = new CipherOutputStream(tos); in testClose() local
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowFloatMath.java | 42 public static float cos(float angle) { in cos() method in ShadowFloatMath
|
/external/stlport/src/ |
D | complex_trig.cpp | 92 _STLP_DECLSPEC complex<float> _STLP_CALL cos(const complex<float>& z) in cos() function 95 _STLP_DECLSPEC complex<double> _STLP_CALL cos(const complex<double>& z) in cos() function 99 _STLP_DECLSPEC complex<long double> _STLP_CALL cos(const complex<long double>& z) in cos() function
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 76 cos() const in cos() function
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | StemFunction.h | 30 static Scalar cos(Scalar x, int n) in cos() function
|
/external/valgrind/main/memcheck/tests/ |
D | vcpu_fbench.c | 348 #define cos I_cos macro 440 static double cos(x) in cos() function
|
/external/valgrind/main/perf/ |
D | fbench.c | 344 #define cos I_cos macro 436 static double cos(x) in cos() function
|
/external/skia/src/core/ |
D | SkCordic.cpp | 56 SkFixed cos = kFixedInvGain1; in SkCordicSinCos() local 70 int32_t cos; in SkCordicTan() local
|
/external/skia/legacy/src/core/ |
D | SkCordic.cpp | 58 SkFixed cos = kFixedInvGain1; in SkCordicSinCos() local 72 int32_t cos; in SkCordicTan() local
|
/external/aac/libFDK/src/ |
D | FDK_trigFcts.cpp | 316 void fixp_cos_sin (FIXP_DBL x, int scale, FIXP_DBL *cos, FIXP_DBL *sin) in fixp_cos_sin()
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
D | ParticleTriMesh.java | 215 float cos = FastMath.cos(p.angle) * p.size; in updateParticleData() local
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/ |
D | TransportConnection.java | 36 CipherOutputStream cos; field in TransportConnection
|
/external/aac/libFDK/include/ |
D | FDK_archdef.h | 229 #define STCP(cos,sin) { { STC(cos), STC(sin) } } argument
|
/external/ceres-solver/include/ceres/ |
D | jet.h | 408 inline double cos (double x) { return std::cos(x); } in cos() function 452 Jet<T, N> cos(const Jet<T, N>& f) { in cos() function
|
/external/jmonkeyengine/engine/src/android/jme3tools/android/ |
D | Fixed.java | 243 public static int cos(int n) { in cos() method in Fixed
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Eigen3f.java | 352 double cos = Math.cos(angle); in computeRoots() local
|
D | FastMath.java | 537 public static float cos(float v) { in cos() method in FastMath
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
D | Cylinder.java | 251 float[] cos = new float[radialSamples + 1]; in updateGeometry() local
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 398 inline double cos(double __x) { return __stlp_cos(__x); } in cos() function
|
D | _valarray.h | 956 inline valarray<_Tp> cos(const valarray<_Tp>& __x) { in cos() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 155 cos, enumerator
|
/external/clang/lib/Headers/ |
D | tgmath.h | 264 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x)) macro
|