/external/tensorflow/tensorflow/core/kernels/ |
D | requantize_op_test.cc | 51 const int value_count = 3; in TEST_F() local 54 AddInputFromArray<qint32>(TensorShape({value_count}), in TEST_F() 61 Tensor expected(allocator(), DT_QUINT8, TensorShape({value_count})); in TEST_F() 70 const int value_count = 3; in TEST_F() local 72 AddInputFromArray<qint32>(TensorShape({value_count}), in TEST_F() 84 const int value_count = 3; in TEST_F() local 86 AddInputFromArray<qint32>(TensorShape({value_count}), in TEST_F()
|
D | quantize_down_and_shrink_range_op_test.cc | 53 const int value_count = 3; in TEST_F() local 54 AddInputFromArray<qint32>(TensorShape({value_count}), in TEST_F() 59 Tensor expected(allocator(), DT_QUINT8, TensorShape({value_count})); in TEST_F()
|
D | requantization_range_op_test.cc | 56 const int value_count = 3; in TEST_F() local 57 AddInputFromArray<qint32>(TensorShape({value_count}), in TEST_F()
|
/external/pdfium/third_party/libtiff/ |
D | tif_print.c | 70 uint32 value_count, void *raw_data) in _TIFFPrintField() argument 76 for(j = 0; j < value_count; j++) { in _TIFFPrintField() 135 if(j < value_count - 1) in _TIFFPrintField() 144 uint32 value_count, void *raw_data) in _TIFFPrettyPrintField() argument 156 if (value_count == 2 && fip->field_type == TIFF_SHORT) { in _TIFFPrettyPrintField() 173 if (value_count == 2 && fip->field_type == TIFF_SHORT) { in _TIFFPrettyPrintField() 181 if (value_count == 2 && fip->field_type == TIFF_RATIONAL) { in _TIFFPrettyPrintField() 193 for(i = 0; i < value_count; i++) in _TIFFPrettyPrintField() 205 (unsigned long) value_count * 4); in _TIFFPrettyPrintField() 210 (unsigned long) value_count); in _TIFFPrettyPrintField() [all …]
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_enum_lite.cc | 55 for (int i = 0; i < descriptor->value_count(); ++i) { in EnumHasCustomOptions() 68 for (int i = 0; i < descriptor_->value_count(); i++) { in EnumLiteGenerator() 126 for (int i = 0; i < descriptor_->value_count(); i++) { in Generate() 204 if (canonical_values_.size() != descriptor_->value_count()) { in CanUseEnumValues() 207 for (int i = 0; i < descriptor_->value_count(); i++) { in CanUseEnumValues()
|
D | java_enum.cc | 55 for (int i = 0; i < descriptor->value_count(); ++i) { in EnumHasCustomOptions() 69 for (int i = 0; i < descriptor_->value_count(); i++) { in EnumGenerator() 147 for (int i = 0; i < descriptor_->value_count(); i++) { in Generate() 315 for (int i = 0; i < descriptor_->value_count(); i++) { in Generate() 381 if (canonical_values_.size() != descriptor_->value_count()) { in CanUseEnumValues() 384 for (int i = 0; i < descriptor_->value_count(); i++) { in CanUseEnumValues()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_enum.cc | 53 for (int i = 0; i < descriptor->value_count(); i++) { in ShouldGenerateArraySize() 93 for (int i = 0; i < descriptor_->value_count(); i++) { in GenerateDefinition() 118 if (descriptor_->value_count() > 0) printer->Print(",\n"); in GenerateDefinition() 189 for (int j = 0; j < descriptor_->value_count(); j++) { in GenerateSymbolImports() 270 for (int j = 0; j < descriptor_->value_count(); j++) { in GenerateMethods() 299 for (int i = 0; i < descriptor_->value_count(); i++) { in GenerateMethods()
|
/external/kmod/libkmod/ |
D | libkmod-index.c | 277 int value_count; in index_read() local 282 value_count = read_long(in); in index_read() 285 while (value_count--) { in index_read() 673 int i, child_count, value_count, children_padding; in index_mm_read_node() local 704 value_count = read_long_mm(&p); in index_mm_read_node() 706 value_count = 0; in index_mm_read_node() 710 + sizeof(struct index_mm_value) * value_count); in index_mm_read_node() 716 if (value_count == 0) in index_mm_read_node() 723 node->values.len = value_count; in index_mm_read_node() 728 for (i = 0; i < value_count; i++) { in index_mm_read_node()
|
/external/v8/src/compiler/ |
D | loop-variable-optimizer.cc | 315 int value_count = 2; in ChangeToPhisAndInsertGuards() local 317 DCHECK_EQ(value_count, control->op()->ControlInputCount()); in ChangeToPhisAndInsertGuards() 318 induction_var->phi()->TrimInputCount(value_count + 1); in ChangeToPhisAndInsertGuards() 319 induction_var->phi()->ReplaceInput(value_count, control); in ChangeToPhisAndInsertGuards() 322 common()->Phi(MachineRepresentation::kTagged, value_count)); in ChangeToPhisAndInsertGuards()
|
D | int64-lowering.cc | 1022 int value_count = phi->op()->ValueInputCount(); in PreparePhiReplacement() local 1023 Node** inputs_low = zone()->NewArray<Node*>(value_count + 1); in PreparePhiReplacement() 1024 Node** inputs_high = zone()->NewArray<Node*>(value_count + 1); in PreparePhiReplacement() 1025 for (int i = 0; i < value_count; i++) { in PreparePhiReplacement() 1029 inputs_low[value_count] = NodeProperties::GetControlInput(phi, 0); in PreparePhiReplacement() 1030 inputs_high[value_count] = NodeProperties::GetControlInput(phi, 0); in PreparePhiReplacement() 1033 common()->Phi(MachineRepresentation::kWord32, value_count), in PreparePhiReplacement() 1034 value_count + 1, inputs_low, false), in PreparePhiReplacement() 1036 common()->Phi(MachineRepresentation::kWord32, value_count), in PreparePhiReplacement() 1037 value_count + 1, inputs_high, false)); in PreparePhiReplacement()
|
D | verifier.cc | 96 int value_count = node->op()->ValueInputCount(); in Check() local 104 int input_count = value_count + context_count + frame_state_count; in Check() 134 for (int i = 0; i < value_count; ++i) { in Check() 460 CHECK_EQ(3, value_count); in Check() 472 CHECK_EQ(value_count, control->op()->ControlInputCount()); in Check() 473 CHECK_EQ(input_count, 1 + value_count); in Check() 490 CHECK_EQ(0, value_count); in Check() 545 CHECK_EQ(5, value_count); in Check() 1548 CHECK_EQ(0, value_count); in Check()
|
/external/python/cpython3/Python/ |
D | ast_unparse.c | 101 Py_ssize_t i, value_count; in append_ast_boolop() local 109 value_count = asdl_seq_LEN(values); in append_ast_boolop() 111 for (i = 0; i < value_count; ++i) { in append_ast_boolop() 278 Py_ssize_t i, value_count; in append_ast_dict() local 282 value_count = asdl_seq_LEN(e->v.Dict.values); in append_ast_dict() 284 for (i = 0; i < value_count; i++) { in append_ast_dict() 591 Py_ssize_t i, value_count; in build_fstring_body() local 597 value_count = asdl_seq_LEN(values); in build_fstring_body() 598 for (i = 0; i < value_count; ++i) { in build_fstring_body()
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.h | 139 unsigned value_count, unsigned component); 144 unsigned value_count, 151 unsigned value_count);
|
D | ac_llvm_build.c | 422 unsigned value_count, unsigned component) in ac_build_varying_gather_values() argument 426 if (value_count == 1) { in ac_build_varying_gather_values() 428 } else if (!value_count) in ac_build_varying_gather_values() 431 for (unsigned i = component; i < value_count + component; i++) { in ac_build_varying_gather_values() 435 vec = LLVMGetUndef( LLVMVectorType(LLVMTypeOf(value), value_count)); in ac_build_varying_gather_values() 445 unsigned value_count, in ac_build_gather_values_extended() argument 454 if (value_count == 1 && !always_vector) { in ac_build_gather_values_extended() 458 } else if (!value_count) in ac_build_gather_values_extended() 461 for (i = 0; i < value_count; i++) { in ac_build_gather_values_extended() 467 vec = LLVMGetUndef( LLVMVectorType(LLVMTypeOf(value), value_count)); in ac_build_gather_values_extended() [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.h | 67 unsigned value_count);
|
D | lp_bld_gather.c | 589 unsigned value_count) in lp_build_gather_values() argument 591 LLVMTypeRef vec_type = LLVMVectorType(LLVMTypeOf(values[0]), value_count); in lp_build_gather_values() 596 for (i = 0; i < value_count; i++) { in lp_build_gather_values()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_enum.cc | 52 for (int i = 0; i < descriptor_->value_count(); i++) { in EnumGenerator()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_enum.cc | 69 for (int i = 0; i < descriptor_->value_count(); i++) { in Generate()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_enum.cc | 52 for (int i = 0; i < descriptor_->value_count(); i++) { in EnumGenerator()
|
/external/perfetto/src/protozero/protoc_plugin/ |
D | protozero_generator.cc | 161 for (int i = 0; i < enumeration->value_count(); ++i) { in IsTinyEnumField() 328 for (int i = 0; i < enumeration->value_count(); ++i) { in GenerateEnumDescriptor() 627 for (int j = 0; j < nested_enum->value_count(); ++j) { in GenerateMessageDescriptor()
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 284 png_byte value_count; /* length of the list of values: */ member 816 return entry+1U >= options[opt].value_count /* missing range_hi */ || in opt_list_end() 821 return entry+1U >= options[opt].value_count /* missing 'all' */ || in opt_list_end() 840 entry = options[opt].value_count; in push_opt() 860 assert(entry+1 < options[opt].value_count && in push_opt() 923 assert(entry+1U < options[opt].value_count); in next_opt() 1339 for (j=1U; j<=options[opt].value_count; ++j) in find_val()
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_enum.cc | 47 for (int i = 0; i < descriptor_->value_count(); i++) { in EnumGenerator()
|
/external/skqp/third_party/skcms/ |
D | skcms.cc | 339 uint8_t value_count [4]; member 351 uint32_t value_count = read_big_u32(curvTag->value_count); in read_curve_curv() local 352 if (size < SAFE_FIXED_SIZE(curv_Layout) + value_count * SAFE_SIZEOF(uint16_t)) { in read_curve_curv() 357 *curve_size = SAFE_FIXED_SIZE(curv_Layout) + value_count * SAFE_SIZEOF(uint16_t); in read_curve_curv() 360 if (value_count < 2) { in read_curve_curv() 368 if (value_count == 0) { in read_curve_curv() 378 curve->table_entries = value_count; in read_curve_curv()
|
/external/skia/third_party/skcms/ |
D | skcms.cc | 339 uint8_t value_count [4]; member 351 uint32_t value_count = read_big_u32(curvTag->value_count); in read_curve_curv() local 352 if (size < SAFE_FIXED_SIZE(curv_Layout) + value_count * SAFE_SIZEOF(uint16_t)) { in read_curve_curv() 357 *curve_size = SAFE_FIXED_SIZE(curv_Layout) + value_count * SAFE_SIZEOF(uint16_t); in read_curve_curv() 360 if (value_count < 2) { in read_curve_curv() 368 if (value_count == 0) { in read_curve_curv() 378 curve->table_entries = value_count; in read_curve_curv()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_dataflow_analysis.h | 128 int64 value_count() const { return values_.size(); } in value_count() function
|