Home
last modified time | relevance | path

Searched refs:value0 (Results 1 – 25 of 49) 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/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/
Dops.mlir20 func @main(%value0: tensor<2x2xf32>, %value1: tensor<2x2xf32>) -> tensor<2x2xf32> {
25 %res = "mhlo.add"(%value0, %value1) : (tensor<2x2xf32>, tensor<2x2xf32>) -> tensor<2x2xf32>
35 func @main(%value0: tensor<2x2xi32>, %value1: tensor<2x2xi32>) -> tensor<2x2xi32> {
40 %res = "mhlo.and"(%value0, %value1) : (tensor<2x2xi32>, tensor<2x2xi32>) -> tensor<2x2xi32>
50 func @main(%value0: tensor<2x2xf32>, %value1: tensor<2x2xf32>) -> tensor<2x2xf32> {
55 %res = "mhlo.atan2"(%value0, %value1) : (tensor<2x2xf32>, tensor<2x2xf32>) -> tensor<2x2xf32>
77 func @main(%value0: tensor<2x2xf32>) -> tensor<2x2xf32> {
81 %res = "mhlo.ceil"(%value0) : (tensor<2x2xf32>) -> tensor<2x2xf32>
133 func @main(%value0: tensor<2x2xf32>, %value1: tensor<2x2xf32>) -> tensor<2x2xi1> {
138 …%res = "mhlo.compare"(%value0, %value1) {comparison_direction="GT"} : (tensor<2x2xf32>, tensor<2x2…
[all …]
/external/llvm-project/mlir/test/Dialect/SPIRV/Transforms/
Drewrite-inserts.mlir4 …spv.func @rewrite(%value0 : f32, %value1 : f32, %value2 : f32, %value3 : i32, %value4: !spv.array<…
7 %1 = spv.CompositeInsert %value0, %0[0 : i32] : f32 into vector<3xf32>
13 %5 = spv.CompositeInsert %value0, %4[0 : i32] : f32 into !spv.array<4xf32>
16 %8 = spv.CompositeInsert %value0, %7[3 : i32] : f32 into !spv.array<4xf32>
20 %10 = spv.CompositeInsert %value0, %9[0 : i32] : f32 into !spv.struct<(f32, i32, f32)>
26 %14 = spv.CompositeInsert %value0, %13[0 : i32] : f32 into !spv.struct<(f32, !spv.array<3xf32>)>
/external/tensorflow/tensorflow/python/kernel_tests/
Didentity_n_op_py_test.py31 value0, value1 = self.evaluate(
35 self.assertAllEqual(np.array([1, 2, 3, 4, 5, 6]), value0)
44 value0, value1, value2 = self.evaluate(
47 self.assertAllEqual(np.array([[10, 20, 30], [40, 50, 60]]), value0)
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_lds.cpp91 LDSWriteInstruction::LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0): in LDSWriteInstruction() argument
92 LDSWriteInstruction::LDSWriteInstruction(address, idx_offset, value0, PValue()) in LDSWriteInstruction()
97 LDSWriteInstruction::LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0, PValue… in LDSWriteInstruction() argument
100 m_value0(value0), in LDSWriteInstruction()
114 << " " << address() << ", " << value0(); in do_print()
Dsfn_instruction_lds.h48 LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0);
49 LDSWriteInstruction(PValue address, unsigned idx_offset, PValue value0, PValue value1);
52 const Value& value0() const { return *m_value0;} in value0() function
/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/cldr/tools/java/org/unicode/cldr/util/
DGrammarDerivation.java18 public final String value0; field in GrammarDerivation.Values
23 this.value0 = values[0]; in Values()
28 … final ToStringHelper temp = MoreObjects.toStringHelper(getClass()).add("value0", value0); in toString()
/external/tpm2-tss/test/unit/
Dkey-value-parse.c137 .value0 = NULL, \
141 char *value0; member
154 test_data->value0 = key_value->value; in key_value_callback()
176 assert_string_equal (test_data.value0, "value0"); in parse_key_value_string_good_test()
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_boardid.c65 unsigned int data, value1, value0; in get_adc() local
89 value0 = mmio_read_32(HKADC_DSP_RD3_DATA_REG) & 0xffff; in get_adc()
92 ((value0 >> 4) & HKADC_VALUE_LOW); in get_adc()
/external/icu/icu4c/source/common/unicode/
Dsimpleformatter.h174 const UnicodeString &value0,
191 const UnicodeString &value0,
210 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/icu/libicu/cts_headers/unicode/
Dsimpleformatter.h174 const UnicodeString &value0,
191 const UnicodeString &value0,
210 const UnicodeString &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/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dremove_noop_test.cc216 Value* value0 = graph.NewValue(); in TEST() local
219 value0->tensor.shape = BHWC(1, 1, 1, 11); in TEST()
226 ASSERT_TRUE(graph.SetProducer(producer_node->id, value0->id).ok()); in TEST()
227 ASSERT_TRUE(graph.AddConsumer(simple_node->id, value0->id).ok()); in TEST()
245 UnorderedElementsAre(graph_input, graph_output, value0)); in TEST()
/external/llvm-project/mlir/test/mlir-vulkan-runner/
Daddf.mlir28 %value0 = constant 0.0 : f32
36 call @fillResource1DFloat(%arg5, %value0) : (memref<?xf32>, f32) -> ()
Dmulf.mlir29 %value0 = constant 0.0 : f32
37 call @fillResource2DFloat(%arg5, %value0) : (memref<?x?xf32>, f32) -> ()
Daddi.mlir27 %value0 = constant 0 : i32
35 call @fillResource3DInt(%arg5, %value0) : (memref<?x?x?xi32>, i32) -> ()
Dtime.mlir35 %value0 = constant 0.0 : f32
43 call @fillResource1DFloat(%arg5, %value0) : (memref<?xf32>, f32) -> ()
Dsubf.mlir30 %value0 = constant 0.0 : f32
38 call @fillResource3DFloat(%arg5, %value0) : (memref<?x?x?xf32>, f32) -> ()
Daddi8.mlir28 %value0 = constant 0 : i32
36 call @fillResource3DInt(%arg5, %value0) : (memref<?x?x?xi32>, i32) -> ()
/external/llvm-project/llvm/test/Transforms/Coroutines/
Dcoro-retcon-resume-values2.ll7 %value0 = call i32 (...) @llvm.coro.suspend.retcon.i32()
8 %sum0 = call i32 @add(i32 %n, i32 %value0)
10 %sum1 = call i32 @add(i32 %sum0, i32 %value0)
13 %sum3 = call i32 @add(i32 %sum2, i32 %value0)
/external/llvm-project/llvm/utils/lit/tests/Inputs/xunit-output/
Dbad&name.ini6 value0 = 1 key
/external/llvm-project/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

12