Home
last modified time | relevance | path

Searched refs:value0 (Results 1 – 25 of 26) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DValue.java262 Value value0 = (Value) arg0; in equals()
263 if (tag != value0.tag) in equals()
268 return getBooleanValue() == value0.getBooleanValue(); in equals()
270 return getByteValue() == value0.getByteValue(); in equals()
272 return getCharValue() == value0.getCharValue(); in equals()
275 && (Double.isNaN(value0.getDoubleValue()))) in equals()
277 return getDoubleValue() == value0.getDoubleValue(); in equals()
280 && (Float.isNaN(value0.getFloatValue()))) in equals()
282 return getFloatValue() == value0.getFloatValue(); in equals()
284 return getIntValue() == value0.getIntValue(); in equals()
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Didentity_n_op_py_test.py34 [value0, value1] = sess.run(
37 self.assertAllEqual(np.array([1, 2, 3, 4, 5, 6]), value0)
48 [value0, value1,
50 self.assertAllEqual(np.array([[10, 20, 30], [40, 50, 60]]), value0)
/external/icu/icu4c/source/common/
Dsimpleformatter.cpp159 const UnicodeString &value0, in format() argument
161 const UnicodeString *values[] = { &value0 }; in format()
166 const UnicodeString &value0, in format() argument
169 const UnicodeString *values[] = { &value0, &value1 }; in format()
174 const UnicodeString &value0, in format() argument
178 const UnicodeString *values[] = { &value0, &value1, &value2 }; in format()
/external/icu/icu4c/source/common/unicode/
Dsimpleformatter.h171 const UnicodeString &value0,
188 const UnicodeString &value0,
207 const UnicodeString &value0,
/external/aac/libSYS/src/
Dsyslib_channelMapDescr.cpp208 UCHAR value0 = pMapInfo->pChannelMap[i]; in fdk_chMapDescr_isValidMap() local
210 if (value0 > numChannels - 1) { /* out of range? */ in fdk_chMapDescr_isValidMap()
214 if (value0 == pMapInfo->pChannelMap[j]) { /* not unique */ in fdk_chMapDescr_isValidMap()
/external/u-boot/scripts/coccinelle/net/
Dmdio_register.cocci111 identifier name0, addr0, reg0, value0;
120 - valueT value0
127 + u16 value0
/external/libvpx/libvpx/examples/
Dsvc_encodeframe.c118 int *value0, int *value1) { in extract_option() argument
120 *value0 = (int)strtol(input, &input, 10); in extract_option()
124 if (*value0 < option_min_values[SCALE_FACTOR] || in extract_option()
126 *value0 > option_max_values[SCALE_FACTOR] || in extract_option()
128 *value0 > *value1) // num shouldn't be greater than den in extract_option()
131 *value0 = atoi(input); in extract_option()
132 if (*value0 < option_min_values[type] || *value0 > option_max_values[type]) in extract_option()
/external/webrtc/webrtc/base/
Dsharedexclusivelock_unittest.cc136 int value0, value1; in TEST_F() local
147 reader0.PostRead(&value0); in TEST_F()
153 EXPECT_EQ(1, value0); in TEST_F()
/external/u-boot/drivers/adc/
Dmeson-saradc.c459 uint nominal0, nominal1, value0, value1; in meson_saradc_calib() local
468 ret = meson_saradc_get_sample(priv, 7, &value0); in meson_saradc_calib()
478 if (value1 <= value0) { in meson_saradc_calib()
484 value1 - value0); in meson_saradc_calib()
485 priv->calibbias = nominal0 - div_s64((s64)value0 * priv->calibscale, in meson_saradc_calib()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/xunit-output/
Dbad&name.ini6 value0 = 1 key
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/test-data/
Dmetrics.ini6 value0 = 1 key
/external/llvm/utils/lit/tests/Inputs/test-data/
Dmetrics.ini6 value0 = 1 key
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lru_map.c46 unsigned long long value0[nr_cpus], value1[nr_cpus]; in map_subset() local
51 ret = bpf_map_lookup_elem(map0, &next_key, value0); in map_subset()
57 if (value0[0] != value1[0]) { in map_subset()
59 next_key, value0[0], value1[0]); in map_subset()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/test-data-micro/
Dmicro-tests.ini6 value0 = 1 key
/external/tensorflow/tensorflow/contrib/framework/python/framework/
Dtensor_util_test.py44 value0 = 42
45 variables_lib2.local_variable(value0)
52 self.assertAllEqual(set([value0, value1]), set(sess.run(variables)))
/external/brotli/research/
Dbrotlidump.py553 lower = self.value0+sum(1<<x for x in self.extraTable[:index])
819 value0 = 1 variable in TypeCountAlphabet
873 value0 = 1 variable in BlockCountAlphabet
937 value0 = 0 variable in RLEmaxAlphabet
1017 value0 = 0 variable in InsertLengthAlphabet
1021 value0 = 2 variable in CopyLengthAlphabet
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dvariables_test.py50 value0 = 42
51 variables_lib2.local_variable(value0)
58 self.assertAllEqual(set([value0, value1]), set(sess.run(variables)))
119 value0 = 42
120 variables_lib2.global_variable(value0)
129 self.assertAllEqual(set([value0, value1]), set(sess.run(variables)))
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java1345 private void set(String key, String value0, String value1) throws Exception { in set() argument
1347 setString(editor, 0, value0); in set()
1370 private void assertValue(String key, String value0, String value1) throws Exception { in assertValue() argument
1372 assertSnapshotValue(snapshot, 0, value0); in assertValue()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c590 uint64_t value0 = report0[a_index + 4] | high0; in accumulate_uint40() local
594 if (value0 > value1) in accumulate_uint40()
595 delta = (1ULL << 40) + value1 - value0; in accumulate_uint40()
597 delta = value1 - value0; in accumulate_uint40()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_test.cc1256 Tensor value0(DT_FLOAT, TensorShape({})); in TEST() local
1257 value0.scalar<float>()() = 1.0; in TEST()
1258 Node* const0 = test::graph::Constant(&g, value0); in TEST()
1309 Tensor value0(DT_FLOAT, TensorShape({})); in TEST() local
1310 value0.scalar<float>()() = 1.0; in TEST()
1311 Node* const0 = test::graph::Constant(&g, value0); in TEST()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_unittest.h48 void SetExpectedValues3(T value0, T value1, T value2, T* expected_values) { in SetExpectedValues3() argument
49 expected_values[0] = value0; in SetExpectedValues3()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1229 nir_const_value *value0 = nir_src_as_const_value(instr->src[0].src); in nir_emit_alu() local
1238 if (value0 && value0->u32[0] < (1 << 16)) { in nir_emit_alu()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp823 const deBool value0 = checkValue(in0, res0, conversion); in iterate() local
827 const deBool valuesOK = value0 && value1; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp2657 deInt32 value0, in SpecConstantTwoIntCase()
2667 , scActualValue0 (value0) in SpecConstantTwoIntCase()
6982 const deInt32 value0, in SpecConstantTwoIntGraphicsCase()
6992 , scActualValue0 (value0) in SpecConstantTwoIntGraphicsCase()
/external/v8/src/compiler/
Djs-call-reducer.cc333 Node* value0 = effect0 = control0 = graph()->NewNode( in ReduceFunctionPrototypeApply() local
373 value0, value1, control); in ReduceFunctionPrototypeApply()

12