/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/skia/samplecode/ |
D | SampleVertices.cpp | 176 SkScalar cos; in make_fan() local 204 SkScalar cos; in make_strip() local
|
D | SampleSlides.cpp | 377 SkScalar cos; in make_fan() local 405 SkScalar cos; in make_strip() local
|
/external/chromium_org/third_party/skia/samplecode/ |
D | SampleVertices.cpp | 176 SkScalar cos; in make_fan() local 204 SkScalar cos; in make_strip() local
|
D | SampleSlides.cpp | 377 SkScalar cos; in make_fan() local 405 SkScalar cos; in make_strip() local
|
/external/chromium_org/v8/test/mjsunit/ |
D | sin-cos.js | 99 function cos(x) { function
|
/external/valgrind/main/perf/ |
D | fbench.c | 344 #define cos I_cos macro 436 static double cos(x) 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/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/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 | 383 inline double cos (double x) { return std::cos(x); } in cos() function 427 Jet<T, N> cos(const Jet<T, N>& f) { in cos() function
|
/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 | 188 cos, enumerator
|
/external/clang/lib/Headers/ |
D | tgmath.h | 264 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x)) macro
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 2318 ExprP<float> cos (const ExprP<float>& x) { return app<Cos>(x); } in cos() function
|