/external/crcalc/tests/src/com/hp/creals/ |
D | CRTest.java | 70 CR one = CR.valueOf(1); in testCR() local 81 check_eq(one.min(two),one, "min failed"); in testCR() local 82 check_eq(one.abs(),one, "abs failed 1"); in testCR() local 83 check_eq(one.negate().abs(),one, "abs failed 2"); in testCR() local 88 check_eq(one.negate().add(two), one, "negate failed"); in testCR() local 94 check_eq(one.divide(thirteen).multiply(thirteen), one, in testCR() local 100 check_eq(zero.exp(), one, "exp(0) failed"); in testCR() local 105 check_eq(e.ln(), one, "ln(e) failed"); in testCR() local 115 check_eq(half_pi.sin(), one, "sin(pi/2) failed"); in testCR() local 126 check_eq(asin.execute(one.sin()), one, "asin(sin(1) failed"); in testCR() local [all …]
|
/external/clang/test/CodeGen/ |
D | 2004-01-01-UnknownInitSize.c | 7 struct one struct 13 struct one hobbit = {5, {1, 2, 3}}; argument
|
/external/webrtc/webrtc/base/ |
D | referencecountedsingletonfactory_unittest.cc | 66 rcsf_ptr<MyExistenceWatcher> one(&factory), two(&factory); in TEST() local 74 rcsf_ptr<MyExistenceWatcher> one(&factory); in TEST() local 84 rcsf_ptr<MyExistenceWatcher> one(&factory); in TEST() local 94 rcsf_ptr<MyExistenceWatcher> one(&factory); in TEST() local 104 rcsf_ptr<MyExistenceWatcher> one(&factory), two(&factory); in TEST() local 121 rcsf_ptr<MyExistenceWatcher> one(&factory); in TEST() local
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalLoadingCacheTest.java | 84 Object one = new Object(); in testStats() local 144 Object one = new Object(); in testStatsNoops() local 187 Object one = new Object(); in testNoStats() local 212 Object one = new Object(); in testRecordStats() local 239 Object one = new Object(); in testAsMap() local 299 Object one = new Object(); in testAsMapRecency() local
|
D | CacheStatsTest.java | 61 CacheStats one = new CacheStats(11, 13, 17, 19, 23, 27); in testMinus() local 82 CacheStats one = new CacheStats(11, 13, 15, 13, 11, 9); in testPlus() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_activations.h | 35 const T one = T(1); in EIGEN_EMPTY_STRUCT_CTOR() local 41 const Packet one = internal::pset1<Packet>(1); in packetOp() local
|
D | training_ops_gpu.cu.cc | 139 const auto one = static_cast<T>(1.0); in operator ()() local 183 const auto one = static_cast<T>(1.0); in operator ()() local 214 const auto one = static_cast<T>(1.0); in operator ()() local 239 const auto one = static_cast<T>(1.0); in operator ()() local 264 const auto one = static_cast<T>(1.0); in operator ()() local 291 const auto one = static_cast<T>(1.0); in operator ()() local 323 const auto one = static_cast<T>(1.0); in operator ()() local
|
/external/clang/test/SemaObjC/ |
D | duplicate-ivar-check.m | 12 int one; // expected-note {{previous declaration is here}} field 13 int one; // expected-error {{duplicate member 'one'}} field
|
/external/fdlibm/ |
D | s_modf.c | 27 static const double one = 1.0; variable 29 static double one = 1.0; variable
|
D | e_atanh.c | 36 static const double one = 1.0, huge = 1e300; variable 38 static double one = 1.0, huge = 1e300; variable
|
D | e_sinh.c | 35 static const double one = 1.0, shuge = 1.0e307; variable 37 static double one = 1.0, shuge = 1.0e307; variable
|
D | s_tanh.c | 41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable 43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable
|
D | e_cosh.c | 38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable 40 static double one = 1.0, half=0.5, huge = 1.0e300; variable
|
D | e_fmod.c | 23 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable 25 static double one = 1.0, Zero[] = {0.0, -0.0,}; variable
|
D | e_sqrt.c | 86 static const double one = 1.0, tiny=1.0e-300; variable 88 static double one = 1.0, tiny=1.0e-300; variable
|
/external/testng/src/test/java/test/dependent/ |
D | SampleDependentMethods3.java | 20 public void one() { in one() method in SampleDependentMethods3 28 public void one(String s) { in one() method in SampleDependentMethods3
|
/external/tensorflow/tensorflow/core/summary/ |
D | summary_file_writer_test.cc | 95 Tensor one(DT_FLOAT, TensorShape({})); in TEST_F() local 131 Tensor one(DT_FLOAT, TensorShape({})); in TEST_F() local 148 Tensor one(DT_FLOAT, TensorShape({})); in TEST_F() local 167 Tensor one(DT_UINT8, TensorShape({1, 1, 1, 1})); in TEST_F() local 188 Tensor one(DT_FLOAT, TensorShape({1, 1})); in TEST_F() local 225 Tensor one(DT_FLOAT, TensorShape({})); in TEST_F() local
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm_sse2.h | 34 const __m128i one = _mm_set1_epi16(1); in fidentity4x4_new_sse2() local 47 const __m128i one = _mm_set1_epi16(1); in fidentity8x4_new_sse2() local 75 const __m128i one = _mm_set1_epi16(1); in fidentity8x16_new_sse2() local
|
/external/libcxxabi/test/ |
D | test_vector1.pass.cpp | 78 void *one, *two, *three; in test_empty() local 122 void *one, *two, *three; in test_counted() local 164 void *one, *two, *three; in test_exception_in_constructor() local 223 void *one, *two, *three; in test_exception_in_destructor() local
|
/external/skqp/src/effects/ |
D | SkOpPathEffect.cpp | 13 sk_sp<SkPathEffect> SkMergePathEffect::Make(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, in Make() 18 SkOpPE::SkOpPE(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, SkPathOp op) in SkOpPE() 23 SkPath one, two; in onFilterPath() local 48 auto one = buffer.readPathEffect(); in CreateProc() local
|
/external/skia/src/effects/ |
D | SkOpPathEffect.cpp | 13 sk_sp<SkPathEffect> SkMergePathEffect::Make(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, in Make() 18 SkOpPE::SkOpPE(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, SkPathOp op) in SkOpPE() 23 SkPath one, two; in onFilterPath() local 48 auto one = buffer.readPathEffect(); in CreateProc() local
|
/external/clang/test/Sema/ |
D | inline-asm-validate-aarch64.c | 45 void read_write_modifier0(int one, int two) { in read_write_modifier0() 51 void read_write_modifier1(int one, int two) { in read_write_modifier1()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | bad_rng_shape_validation_test.cc | 39 auto one = ConstantR0<float>(&builder, 1.0); in TEST_F() local 53 auto one = ConstantR0<float>(&builder, 1.0); in TEST_F() local
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
D | ContinuingHttpServletRequestTest.java | 84 private static void assertCookieArraysEqual(Cookie[] one, Cookie[] two) { in assertCookieArraysEqual() 92 private static void assertCookieEquality(Cookie one, Cookie two) { in assertCookieEquality()
|
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | DynamicSymmetry.h | 28 inline void addSymmetry(int one, int two) { add(one, two, 0); } in addSymmetry() 29 inline void addAntiSymmetry(int one, int two) { add(one, two, NegationFlag); } in addAntiSymmetry() 30 inline void addHermiticity(int one, int two) { add(one, two, ConjugationFlag); } in addHermiticity() 31 …inline void addAntiHermiticity(int one, int two) { add(one, two, NegationFlag | ConjugationFlag); } in addAntiHermiticity() 79 int one; member 195 inline void DynamicSGroup::add(int one, int two, int flags) in add()
|