| /external/cronet/third_party/libc++/src/include/__math/ |
| D | trigonometric_functions.h | 26 inline _LIBCPP_HIDE_FROM_ABI float cos(float __x) _NOEXCEPT { return __builtin_cosf(__x); } in cos() function 29 _LIBCPP_HIDE_FROM_ABI double cos(double __x) _NOEXCEPT { in cos() function 33 inline _LIBCPP_HIDE_FROM_ABI long double cos(long double __x) _NOEXCEPT { return __builtin_cosl(__x… in cos() function 36 inline _LIBCPP_HIDE_FROM_ABI double cos(_A1 __x) _NOEXCEPT { in cos() function
|
| /external/apache-commons-io/src/test/java/org/apache/commons/io/output/ |
| D | ClosedOutputStreamTest.java | 35 try (ClosedOutputStream cos = new ClosedOutputStream()) { in testFlush() 45 try (ClosedOutputStream cos = new ClosedOutputStream()) { in testWrite()
|
| D | CountingOutputStreamTest.java | 43 try (CountingOutputStream cos = new CountingOutputStream(baos)) { in testCounting() 85 final CountingOutputStream cos = new CountingOutputStream(NullOutputStream.INSTANCE); in testLargeFiles_IO84() local
|
| /external/musl/src/math/ |
| D | sincosl.c | 5 void sincosl(long double x, long double *sin, long double *cos) in sincosl() 13 void sincosl(long double x, long double *sin, long double *cos) in sincosl()
|
| D | cos.c | 45 double cos(double x) in cos() function
|
| D | sincos.c | 16 void sincos(double x, double *sin, double *cos) in sincos()
|
| D | sincosf.c | 27 void sincosf(float x, float *sin, float *cos) in sincosf()
|
| /external/trusty/musl/src/math/ |
| D | sincosl.c | 5 void sincosl(long double x, long double *sin, long double *cos) in sincosl() 13 void sincosl(long double x, long double *sin, long double *cos) in sincosl()
|
| D | cos.c | 45 double cos(double x) in cos() function
|
| D | sincos.c | 16 void sincos(double x, double *sin, double *cos) in sincos()
|
| D | sincosf.c | 27 void sincosf(float x, float *sin, float *cos) in sincosf()
|
| /external/wycheproof/java/com/google/security/wycheproof/testcases/ |
| D | CipherOutputStreamTest.java | 109 CipherOutputStream cos = new CipherOutputStream(os, cipher); in testEncrypt() local 123 CipherOutputStream cos = new CipherOutputStream(os, cipher); in testDecrypt() local 139 CipherOutputStream cos = new CipherOutputStream(os, cipher); in testCorruptDecrypt() local 170 CipherOutputStream cos = new CipherOutputStream(os, cipher); in testCorruptDecryptEmpty() local
|
| /external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/ |
| D | DeflateTestCase.java | 46 try (CompressorOutputStream cos = new CompressorStreamFactory() in testDeflateCreation() 65 try (CompressorOutputStream cos = new DeflateCompressorOutputStream(out, params)) { in testRawDeflateCreation()
|
| D | XZTestCase.java | 44 try (CompressorOutputStream cos = new CompressorStreamFactory() in testXZCreation()
|
| /external/rust/crates/libm/src/math/ |
| D | cos.rs | 45 pub fn cos(x: f64) -> f64 { in cos() function
|
| /external/llvm-libc/test/src/math/smoke/ |
| D | sincosf_test.cpp | 23 float sin, cos; in TEST_F() local
|
| /external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/ |
| D | CipherOutputStreamTest.java | 155 CipherOutputStream cos = new CipherOutputStream(os, cipher); in testEncrypt() local 169 CipherOutputStream cos = new CipherOutputStream(os, cipher); in testDecrypt() local 193 CipherOutputStream cos = new CipherOutputStream(os, cipher); in testCorruptDecrypt() local
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowFloatMath.java | 45 protected static float cos(float angle) { in cos() method in ShadowFloatMath
|
| /external/skia/gm/ |
| D | drawglyphs.cpp | 45 const SkScalar cos = std::cos(angle); in onOnceBeforeDraw() local
|
| D | strokedlines.cpp | 55 SkScalar cos, sin; in draw_fins() local 79 SkScalar sin, cos, angle = 0.0f; in draw_snowflake() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/ |
| D | Sinc.java | 134 final double cos = FastMath.cos(scaledX); in value() local
|
| /external/arm-optimized-routines/math/ |
| D | v_cos.c | 50 V_NAME(cos) (v_f64_t x) in V_NAME() argument
|
| /external/llvm-libc/test/src/math/ |
| D | sincosf_test.cpp | 29 float sin, cos; in TEST_F() local
|
| /external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | ParseExceptionsTest.java | 220 CodedOutputStream cos = CodedOutputStream.newInstance(body); in messageBuilder_mergeDelimitedFrom_InputStream_malformed() local
|
| /external/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | ParseExceptionsTest.java | 220 CodedOutputStream cos = CodedOutputStream.newInstance(body); in messageBuilder_mergeDelimitedFrom_InputStream_malformed() local
|