/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/llvm-project/clang/test/CodeGen/ |
D | 2004-01-01-UnknownInitSize.c | 7 struct one struct 13 struct one hobbit = {5, {1, 2, 3}}; argument
|
/external/clang/test/CodeGen/ |
D | 2004-01-01-UnknownInitSize.c | 7 struct one struct 13 struct one hobbit = {5, {1, 2, 3}}; argument
|
/external/skia/tests/sksl/dslfp/ |
D | GrDSLFPTest_IfStatement.h | 17 static std::unique_ptr<GrFragmentProcessor> Make(float one, float unused) { in Make() 23 float one; variable 26 GrDSLFPTest_IfStatement(float one, float unused) in GrDSLFPTest_IfStatement()
|
/external/mesa3d/src/compiler/nir/tests/ |
D | comparison_pre_tests.cpp | 95 nir_ssa_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local 147 nir_ssa_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local 200 nir_ssa_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local 252 nir_ssa_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local 304 nir_ssa_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local 357 nir_ssa_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local 411 nir_ssa_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local 464 nir_ssa_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | test_delegate_providers.cc | 28 for (const auto& one : tools::GetRegisteredDelegateProviders()) { in KernelTestDelegateProviders() local 36 for (const auto& one : tools::GetRegisteredDelegateProviders()) { in InitFromCmdlineArgs() local 47 for (const auto& one : tools::GetRegisteredDelegateProviders()) { in CreateAllDelegates() local
|
/external/rust/crates/rand/src/distributions/ |
D | float.rs | 188 let mut one = StepRng::new(1 << 8 | 1 << (8 + 32), 0); localVariable 196 let mut one = StepRng::new(1 << 8 | 1 << (8 + 32), 0); localVariable 204 let mut one = StepRng::new(1 << 9 | 1 << (9 + 32), 0); localVariable 228 let mut one = StepRng::new(1 << 11, 0); localVariable 236 let mut one = StepRng::new(1 << 11, 0); localVariable 244 let mut one = StepRng::new(1 << 12, 0); localVariable
|
/external/llvm-project/lldb/test/API/functionalities/limit-debug-info/ |
D | onetwo.h | 2 int one = 142; member 21 One one; member 36 One one[3]; member 61 int one = 142; member
|
/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | LocalLoadingCacheTest.java | 79 Object one = new Object(); in testStats() local 138 Object one = new Object(); in testStatsNoops() local 180 Object one = new Object(); in testNoStats() local 203 Object one = new Object(); in testRecordStats() local 230 Object one = new Object(); in testAsMap() local 287 Object one = new Object(); in testAsMapRecency() local
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalLoadingCacheTest.java | 79 Object one = new Object(); in testStats() local 138 Object one = new Object(); in testStatsNoops() local 180 Object one = new Object(); in testNoStats() local 203 Object one = new Object(); in testRecordStats() local 230 Object one = new Object(); in testAsMap() local 287 Object one = new Object(); in testAsMapRecency() local
|
/external/igt-gpu-tools/runner/ |
D | runner_json_tests.c | 34 static void compare_objects(struct json_object *one, in compare_objects() 49 static void compare_arrays(struct json_object *one, in compare_arrays() 61 static bool compatible_types(struct json_object *one, in compatible_types() 89 static void compare(struct json_object *one, in compare()
|
/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
|
/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_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 | 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_sinh.c | 35 static const double one = 1.0, shuge = 1.0e307; variable 37 static double one = 1.0, shuge = 1.0e307; variable
|
/external/llvm-project/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/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/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/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/auto/factory/src/test/resources/good/ |
D | MultipleProvidedParamsSameKey.java | 25 private final String one; field in MultipleProvidedParamsSameKey 31 public MultipleProvidedParamsSameKey( in MultipleProvidedParamsSameKey()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/ |
D | example-compose-06.kt | 19 val one = async<Int> { in <lambda>() constant
|
D | example-compose-01.kt | 13 val one = doSomethingUsefulOne() in <lambda>() constant
|
/external/tensorflow/tensorflow/core/kernels/special_math/ |
D | special_math_op_misc_impl.h | 85 const Scalar one = Scalar(1); in generic_dawsn_interval_2() local 113 const Scalar one = Scalar(1); in generic_dawsn_interval_3() local 209 const Scalar one = Scalar(1.0); in generic_expint_interval_2() local 241 const Scalar one = Scalar(1.0); in generic_expint_interval_3() local 275 const Scalar one = Scalar(1.0); in generic_expint_interval_4() local 307 const Scalar one = Scalar(1.0); in generic_expint_interval_5() local 335 const Scalar one = Scalar(1.0); in generic_expint_interval_6() local 369 const Scalar one = Scalar(1.0); in generic_expint_interval_7() local 508 const Scalar one = Scalar(1); in generic_fresnel_asymp() local 621 const Scalar one = Scalar(1.0); in EIGEN_EMPTY_STRUCT_CTOR() local
|