Home
last modified time | relevance | path

Searched defs:cos (Results 1 – 22 of 22) sorted by relevance

/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
DCipherOutputStreamTest.java57 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/
DShadowFloatMath.java42 public static float cos(float angle) { in cos() method in ShadowFloatMath
/external/stlport/src/
Dcomplex_trig.cpp92 _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/
DArrayCwiseUnaryOps.h76 cos() const in cos() function
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DStemFunction.h30 static Scalar cos(Scalar x, int n) in cos() function
/external/valgrind/main/memcheck/tests/
Dvcpu_fbench.c348 #define cos I_cos macro
440 static double cos(x) in cos() function
/external/valgrind/main/perf/
Dfbench.c344 #define cos I_cos macro
436 static double cos(x) in cos() function
/external/skia/src/core/
DSkCordic.cpp56 SkFixed cos = kFixedInvGain1; in SkCordicSinCos() local
70 int32_t cos; in SkCordicTan() local
/external/skia/legacy/src/core/
DSkCordic.cpp58 SkFixed cos = kFixedInvGain1; in SkCordicSinCos() local
72 int32_t cos; in SkCordicTan() local
/external/aac/libFDK/src/
DFDK_trigFcts.cpp316 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/
DParticleTriMesh.java215 float cos = FastMath.cos(p.angle) * p.size; in updateParticleData() local
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
DTransportConnection.java36 CipherOutputStream cos; field in TransportConnection
/external/aac/libFDK/include/
DFDK_archdef.h229 #define STCP(cos,sin) { { STC(cos), STC(sin) } } argument
/external/ceres-solver/include/ceres/
Djet.h408 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/
DFixed.java243 public static int cos(int n) { in cos() method in Fixed
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DEigen3f.java352 double cos = Math.cos(angle); in computeRoots() local
DFastMath.java537 public static float cos(float v) { in cos() method in FastMath
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DCylinder.java251 float[] cos = new float[radialSamples + 1]; in updateGeometry() local
/external/stlport/stlport/stl/
D_cmath.h398 inline double cos(double __x) { return __stlp_cos(__x); } in cos() function
D_valarray.h956 inline valarray<_Tp> cos(const valarray<_Tp>& __x) { in cos() function
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h155 cos, enumerator
/external/clang/lib/Headers/
Dtgmath.h264 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x)) macro