Searched refs:other_value (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/test/Transforms/LoadStoreVectorizer/X86/ |
D | compare-scev-by-complexity.ll | 12 @other_value = external global float 41 …%preheader.load0.address = getelementptr inbounds float, float* @other_value, i64 %preheader.addre… 45 …%preheader.load1.address = getelementptr inbounds float, float* @other_value, i64 %preheader.heade… 50 …%loop.header.load0.address = getelementptr inbounds float, float* @other_value, i64 %preheader.hea… 57 …%loop.header.load1.address = getelementptr inbounds float, float* @other_value, i64 %loop.header.a…
|
/external/autotest/client/cros/enterprise/ |
D | policy.py | 198 def check_obfuscation(other_value): argument 202 for network in other_value.get('NetworkConfigurations', []): 210 for cert in other_value.get('Certificates', []):
|
/external/tensorflow/tensorflow/python/autograph/core/ |
D | converter.py | 302 for other_value in arg_values_found[1:]: 303 if not ast_util.matches(first_value, other_value): 307 (qn, directive.__name__, arg, parser.unparse(other_value).strip(),
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | base_binary_ops_test.h | 177 auto other_value = static_cast<BaselineT>(*it); in TestOneScalar() local 178 auto result = static_cast<OutT>(baseline_callback(scalar, other_value)); in TestOneScalar() 210 auto other_value = static_cast<BaselineT>(*it); in TestOneEffectiveScalar() local 211 auto result = static_cast<OutT>(baseline_callback(scalar, other_value)); in TestOneEffectiveScalar()
|
/external/llvm-project/clang/test/Modules/ |
D | cstd.m | 5 const double other_value = DBL_MAX;
|
/external/clang/test/Modules/ |
D | cstd.m | 5 const double other_value = DBL_MAX;
|
/external/python/cpython3/Lib/ |
D | pstats.py | 51 for other_value in values[1:]: 52 cls._value2member_map_[other_value] = obj
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf_executor_ops.mlir | 446 …Iteration.Sink[%1#1] %1#0 : tensor<*xf32> {attr4 = 42 : i64, tf_executor.attr_push = "other_value"} 448 …ion.Sink[%{{.*}}] %{{.*}} : tensor<*xf32> {attr4 = 42 : i64, tf_executor.attr_push = "other_value"}
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_test.cc | 2101 complex128 other_value = {1, 2}; in TEST_F() local 2102 Literal c5 = LiteralUtil::CreateR0<complex128>(other_value); in TEST_F() 2103 EXPECT_EQ(*c5.GetAsComplex128({}), other_value); in TEST_F()
|
/external/python/asn1crypto/docs/ |
D | universal_types.md | 376 '1.8.2.1.24': 'other_value',
|
/external/tensorflow/tensorflow/python/training/ |
D | saver_test.py | 542 def _SaveAndLoad(self, var_name, var_value, other_value, save_path): argument 551 var = resource_variable_ops.ResourceVariable(other_value, name=var_name)
|