Home
last modified time | relevance | path

Searched defs:val_type (Results 1 – 23 of 23) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
Dmap.h20 TypeInfo val_type; member
Dconvert.c51 zval *val, *key_type, *val_type, *klass; in PHP_METHOD() local
Dmap.c245 zend_long key_type, val_type; in PHP_METHOD() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dsparse_add_grad_impl.cu113 #define GPU_SPARSE_ADD_GRAD_EXPORT_REGISTER(index_type, val_type) … argument
119 #define GPU_SPARSE_ADD_GRAD_COMPLEX_EXPORT_REGISTER(index_type, val_type) … argument
Dsparse_add_impl.cu218 #define GPU_SPARSE_ADD_GRAD_EXPORT_REGISTER(index_type, val_type, thr_type) … argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_jit_types.c783 LLVMTypeRef val_type[5]; in lp_build_sample_function_type() local
831 LLVMTypeRef val_type[4]; in lp_build_size_function_type() local
882 LLVMTypeRef val_type[5]; in lp_build_image_function_type() local
887 LLVMTypeRef val_type[4]; in lp_build_image_function_type() local
Dlp_bld_sample_soa.c4034 LLVMTypeRef val_type[4]; in lp_build_sample_soa_func() local
4857 LLVMTypeRef val_type[4]; in lp_build_sample_array_init_soa() local
/third_party/mesa3d/src/compiler/nir/
Dnir_mod_analysis.c48 nir_mod_analysis(nir_scalar val, nir_alu_type val_type, unsigned div, unsigned *mod) in nir_mod_analysis()
Dnir_conversion_builder.h350 nir_def *val, nir_alu_type val_type, in nir_clamp_to_type_range()
/third_party/grpc/third_party/upb/upb/mini_descriptor/internal/
Dencode.hpp73 bool EncodeMap(upb_FieldType key_type, upb_FieldType val_type, in EncodeMap()
/third_party/protobuf/upb/mini_descriptor/internal/
Dencode.hpp73 bool EncodeMap(upb_FieldType key_type, upb_FieldType val_type, in EncodeMap()
/third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/
Dmap_field.cc35 std::string val_type; in Vars() local
/third_party/mesa3d/src/intel/vulkan/
Danv_astc_emu.c93 const struct glsl_type *val_type = glsl_vector_type(GLSL_TYPE_UINT, 4); in astc_emu_init_flush_denorm_shader() local
/third_party/mesa3d/src/compiler/nir/tests/
Dmod_analysis_tests.cpp28 nir_mod_analysis_comp0(nir_def *val, nir_alu_type val_type, unsigned div, unsigned *mod) in nir_mod_analysis_comp0()
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dva_arg.rs250 let val_type = layout.llvm_type(bx); in emit_s390x_va_arg() localVariable
/third_party/protobuf/src/google/protobuf/
Dreflection_visit_fields_test.cc254 FieldDescriptor::Type val_type = info.value_type(); in ByteSizeLongByVisit() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmap.c177 TypeInfo val_type) { in Map_Inspect()
Dmessage.c512 TypeInfo val_type; member
/third_party/alsa-lib/src/pcm/
Dpcm.c8041 #define __P_OLD_GET(pfx, name, val_type, ret_type) \ argument
8050 #define __P_OLD_GET1(pfx, name, val_type, ret_type) \ argument
8059 #define __OLD_GET(name, val_type, ret_type) __P_OLD_GET(__old_, name, val_type, ret_type) argument
8060 #define __OLD_GET1(name, val_type, ret_type) __P_OLD_GET1(__old_, name, val_type, ret_type) argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/
Dops_front_infer_function.cc1104 auto val_type = abs_type->BuildValue(); in InferImplDtypeToEnum() local
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp6684 const glsl_type *val_type, const glsl_type *bound_type) in _clamp()
6697 builtin_builder::_mix_lrp(builtin_available_predicate avail, const glsl_type *val_type, const glsl_… in _mix_lrp()
6711 const glsl_type *val_type, in _mix_sel()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/c_api/src/
Dnode.cc1252 auto val_type = val->cast<TypePtr>(); in MSConstantTypeGetValue() local
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs1037 let val_type = value.get_type(); in pointercast() localVariable