Home
last modified time | relevance | path

Searched refs:dtype (Results 1 - 25 of 54) sorted by relevance

123

/third_party/ffmpeg/tools/python/
H A Dconvert_from_tensorflow.py34 def __init__(self, name, dtype, dims):
36 self.dtype = dtype
51 return "{}: (name: {}, iotype: {}, dtype: {}, dims: {}, used_count: {})".format(self.index,
52 self.name, self.iotype2str[self.iotype], self.dtype2str[self.dtype],
90 dtype = node.attr['dtype'].type
91 if dtype == 0:
92 dtype = node.attr['T'].type
99 operand = Operand(name, dtype, dim
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dsparse-llvm.c326 static LLVMValueRef constant_value(unsigned long long val, LLVMTypeRef dtype) in constant_value() argument
330 switch (LLVMGetTypeKind(dtype)) { in constant_value()
335 result = LLVMConstIntToPtr(result, dtype); in constant_value()
337 result = LLVMConstPointerNull(dtype); in constant_value()
341 result = LLVMConstInt(dtype, val, 1); in constant_value()
347 result = LLVMConstNull(dtype); in constant_value()
358 LLVMTypeRef dtype; in val_to_value() local
361 dtype = symbol_type(ctype); in val_to_value()
362 result = constant_value(val, dtype); in val_to_value()
406 LLVMTypeRef dtype in pseudo_to_rvalue() local
416 LLVMTypeRef dtype = symbol_type(ctype); value_to_ivalue() local
419 LLVMTypeRef dtype = LLVMIntType(bits_in_pointer); value_to_ivalue() local
431 LLVMTypeRef dtype = symbol_type(ctype); value_to_pvalue() local
842 LLVMTypeRef dtype; output_op_ptrcast() local
880 LLVMTypeRef dtype; output_op_cast() local
913 LLVMTypeRef dtype = symbol_type(insn->type); output_op_fpcast() local
961 LLVMTypeRef dtype = symbol_type(insn->type); output_op_setfval() local
[all...]
/third_party/FreeBSD/sys/dev/usb/implementation/
H A Dusb_init.c41 device_type dtype; member
113 usb_info.dtype = (device_type)0xFFFF; in usbinfo_clean()
246 usb_init(controller_type ctype, device_type dtype) in usb_init() argument
255 dprintf("\n duplicate usb_init %s, ctype:%d dtype:%d\n", __FUNCTION__, usb_info.ctype, usb_info.dtype); in usb_init()
299 usb_info.dtype = dtype; in usb_init()
H A Dusb_init.h70 * if it is HOST , 'dtype' can be any value of 'device_type';
71 * if it is DEVICE, 'dtype' must be one of 'device_type' that user needs.
72 * dtype ------ the type of device, the legal value is one of 'device_type';
77 uint32_t usb_init(controller_type ctype, device_type dtype);
/third_party/ffmpeg/libavformat/
H A Dsmjpegdec.c143 uint32_t dtype, size, timestamp; in smjpeg_read_packet() local
150 dtype = avio_rl32(s->pb); in smjpeg_read_packet()
151 switch (dtype) { in smjpeg_read_packet()
176 av_log(s, AV_LOG_ERROR, "unknown chunk %"PRIx32"\n", dtype); in smjpeg_read_packet()
/third_party/node/deps/v8/tools/
H A Dgen-postmortem-metadata.py613 dtype = None
616 dtype = 'weak'
619 dtype = args[2].replace('<', '_').replace('>', '_')
623 dtype = 'SMI'
626 assert(offset is not None and dtype is not None);
628 'name': 'class_%s__%s__%s' % (klass, field, dtype),
/third_party/ltp/testcases/realtime/tools/
H A Dftqviz.py68 t = fromfile(timefile, dtype=int64, sep='\n')
69 x = fromfile(countfile, dtype=int64, sep='\n')
101 ts = arange(0, len(xi), dtype=float)/sample_hz # time signal in units of seconds
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.h81 enum tgsi_return_type dtype,
90 enum tgsi_return_type dtype,
120 enum tgsi_return_type dtype,
H A Du_simple_shaders.c291 enum tgsi_return_type dtype, in util_make_fragment_tex_shader_writemask()
301 assert((stype == TGSI_RETURN_TYPE_FLOAT) == (dtype == TGSI_RETURN_TYPE_FLOAT)); in util_make_fragment_tex_shader_writemask()
337 if (stype != dtype) { in util_make_fragment_tex_shader_writemask()
339 assert(dtype == TGSI_RETURN_TYPE_UINT); in util_make_fragment_tex_shader_writemask()
344 assert(dtype == TGSI_RETURN_TYPE_SINT); in util_make_fragment_tex_shader_writemask()
368 enum tgsi_return_type dtype, in util_make_fragment_tex_shader()
376 stype, dtype, load_level_zero, in util_make_fragment_tex_shader()
590 enum tgsi_return_type dtype, in util_make_fs_blit_msaa_color()
600 if (dtype == TGSI_RETURN_TYPE_SINT) { in util_make_fs_blit_msaa_color()
607 if (dtype in util_make_fs_blit_msaa_color()
286 util_make_fragment_tex_shader_writemask(struct pipe_context *pipe, enum tgsi_texture_type tex_target, enum tgsi_interpolate_mode interp_mode, unsigned writemask, enum tgsi_return_type stype, enum tgsi_return_type dtype, bool load_level_zero, bool use_txf) util_make_fragment_tex_shader_writemask() argument
364 util_make_fragment_tex_shader(struct pipe_context *pipe, enum tgsi_texture_type tex_target, enum tgsi_interpolate_mode interp_mode, enum tgsi_return_type stype, enum tgsi_return_type dtype, bool load_level_zero, bool use_txf) util_make_fragment_tex_shader() argument
587 util_make_fs_blit_msaa_color(struct pipe_context *pipe, enum tgsi_texture_type tgsi_tex, enum tgsi_return_type stype, enum tgsi_return_type dtype, bool sample_shading) util_make_fs_blit_msaa_color() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp124 vk::VkDescriptorType dtype; member
1345 spec.inputs.push_back(Resource(BufferSp(new Float16Buffer(float16Data)), CAPABILITIES[capIdx].dtype)); in addCompute16bitStorageUniform16To32Group()
1479 spec.inputs.push_back(Resource(BufferSp(new Int16Buffer(inputs)), CAPABILITIES[capIdx].dtype)); in addCompute16bitStorageUniform16To32Group()
1690 spec.inputs.push_back(Resource(dataTypes[dataTypeIdx].inputs, CAPABILITIES[capIdx].dtype)); in addCompute16bitStorageUniform16To32ChainAccessGroup()
2187 resources.inputs.back().setDescriptorType(CAPABILITIES[capIdx].dtype); in addGraphics16BitStorageUniformInt32To16Group()
2222 resources.inputs.back().setDescriptorType(CAPABILITIES[capIdx].dtype); in addGraphics16BitStorageUniformInt32To16Group()
2492 spec.inputs.push_back(Resource(BufferSp(new Float32Buffer(float32Data)), CAPABILITIES[capIdx].dtype)); in addCompute16bitStorageUniform32To16Group()
2585 spec.inputs.push_back(Resource(BufferSp(new Int32Buffer(inputs)), CAPABILITIES[capIdx].dtype)); in addCompute16bitStorageUniform32To16Group()
2785 vector<deFloat16> float16DData = (VK_DESCRIPTOR_TYPE_STORAGE_BUFFER == CAPABILITIES[capIdx].dtype) ? data16bitStd430(rnd) : data16bitStd140(rnd); in addCompute16bitStorageUniform16StructTo32StructGroup()
2792 specs["strideF16"] = getStructShaderComponet((VK_DESCRIPTOR_TYPE_STORAGE_BUFFER == CAPABILITIES[capIdx].dtype) in addCompute16bitStorageUniform16StructTo32StructGroup()
[all...]
H A DvktSpvAsm8bitStorageTests.cpp105 vk::VkDescriptorType dtype; member
1088 spec.inputs.push_back(Resource(BufferSp(new Int32Buffer(inputs)), CAPABILITIES[STORAGE_BUFFER_TEST].dtype)); in addCompute8bitStorage32To8Group()
1240 spec.inputs.push_back(Resource(BufferSp(new Int8Buffer(inputs)), CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].dtype)); in addCompute8bitUniform8To32Group()
1564 spec.inputs.push_back(Resource(BufferSp(new Int16Buffer(inputs)), CAPABILITIES[STORAGE_BUFFER_TEST].dtype)); in addCompute8bitStorage16To8Group()
1722 spec.inputs.push_back(Resource(BufferSp(new Int8Buffer(inputs)), CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].dtype)); in addCompute8bitUniform8To16Group()
2200 spec.inputs.push_back(Resource(BufferSp(new Int8Buffer(in8DData)), CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].dtype)); in addCompute8bitStorageUniform8StructTo32StructGroup()
2425 spec.inputs.push_back(Resource(BufferSp(new Int32Buffer(int32DData)), CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].dtype)); in addCompute8bitStorageUniform32StructTo8StructGroup()
2620 const bool isUniform = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[capIdx].dtype; in addCompute8bitStorage8bitStructMixedTypesGroup()
2657 spec.inputs.push_back (Resource(BufferSp(new Int8Buffer(inData)), CAPABILITIES[capIdx].dtype)); in addCompute8bitStorage8bitStructMixedTypesGroup()
2854 resources.inputs.push_back(Resource(BufferSp(new Int32Buffer(inputs)), CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].dtype)); in addGraphics8BitStorageUniformInt32To8Group()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp124 vk::VkDescriptorType dtype; member
1345 spec.inputs.push_back(Resource(BufferSp(new Float16Buffer(float16Data)), CAPABILITIES[capIdx].dtype)); in addCompute16bitStorageUniform16To32Group()
1479 spec.inputs.push_back(Resource(BufferSp(new Int16Buffer(inputs)), CAPABILITIES[capIdx].dtype)); in addCompute16bitStorageUniform16To32Group()
1690 spec.inputs.push_back(Resource(dataTypes[dataTypeIdx].inputs, CAPABILITIES[capIdx].dtype)); in addCompute16bitStorageUniform16To32ChainAccessGroup()
2187 resources.inputs.back().setDescriptorType(CAPABILITIES[capIdx].dtype); in addGraphics16BitStorageUniformInt32To16Group()
2222 resources.inputs.back().setDescriptorType(CAPABILITIES[capIdx].dtype); in addGraphics16BitStorageUniformInt32To16Group()
2492 spec.inputs.push_back(Resource(BufferSp(new Float32Buffer(float32Data)), CAPABILITIES[capIdx].dtype)); in addCompute16bitStorageUniform32To16Group()
2585 spec.inputs.push_back(Resource(BufferSp(new Int32Buffer(inputs)), CAPABILITIES[capIdx].dtype)); in addCompute16bitStorageUniform32To16Group()
2785 vector<deFloat16> float16DData = (VK_DESCRIPTOR_TYPE_STORAGE_BUFFER == CAPABILITIES[capIdx].dtype) ? data16bitStd430(rnd) : data16bitStd140(rnd); in addCompute16bitStorageUniform16StructTo32StructGroup()
2792 specs["strideF16"] = getStructShaderComponet((VK_DESCRIPTOR_TYPE_STORAGE_BUFFER == CAPABILITIES[capIdx].dtype) in addCompute16bitStorageUniform16StructTo32StructGroup()
[all...]
H A DvktSpvAsm8bitStorageTests.cpp105 vk::VkDescriptorType dtype; member
1088 spec.inputs.push_back(Resource(BufferSp(new Int32Buffer(inputs)), CAPABILITIES[STORAGE_BUFFER_TEST].dtype)); in addCompute8bitStorage32To8Group()
1240 spec.inputs.push_back(Resource(BufferSp(new Int8Buffer(inputs)), CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].dtype)); in addCompute8bitUniform8To32Group()
1564 spec.inputs.push_back(Resource(BufferSp(new Int16Buffer(inputs)), CAPABILITIES[STORAGE_BUFFER_TEST].dtype)); in addCompute8bitStorage16To8Group()
1722 spec.inputs.push_back(Resource(BufferSp(new Int8Buffer(inputs)), CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].dtype)); in addCompute8bitUniform8To16Group()
2200 spec.inputs.push_back(Resource(BufferSp(new Int8Buffer(in8DData)), CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].dtype)); in addCompute8bitStorageUniform8StructTo32StructGroup()
2425 spec.inputs.push_back(Resource(BufferSp(new Int32Buffer(int32DData)), CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].dtype)); in addCompute8bitStorageUniform32StructTo8StructGroup()
2620 const bool isUniform = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[capIdx].dtype; in addCompute8bitStorage8bitStructMixedTypesGroup()
2657 spec.inputs.push_back (Resource(BufferSp(new Int8Buffer(inData)), CAPABILITIES[capIdx].dtype)); in addCompute8bitStorage8bitStructMixedTypesGroup()
2854 resources.inputs.push_back(Resource(BufferSp(new Int32Buffer(inputs)), CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].dtype)); in addGraphics8BitStorageUniformInt32To8Group()
[all...]
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dnewfs_msdos.c76 const char *fname, *dtype; in main() local
185 dtype = *argv; in main()
186 exit(!!mkfs_msdos(fname, dtype, &o)); in main()
/third_party/gn/src/base/win/
H A Dregistry.h108 DWORD* dtype) const;
122 DWORD dtype);
H A Dregistry.cc309 DWORD* dtype) const { in ReadValue()
310 LONG result = RegQueryValueEx(key_, ToWCharT(name), 0, dtype, in ReadValue()
361 DWORD dtype) { in WriteValue()
365 RegSetValueEx(key_, ToWCharT(name), 0, dtype, in WriteValue()
358 WriteValue(const char16_t* name, const void* data, DWORD dsize, DWORD dtype) WriteValue() argument
/third_party/python/Lib/msilib/
H A D__init__.py53 dtype = type & typemask
54 if dtype == type_string:
59 elif dtype == type_short:
62 elif dtype == type_long:
65 elif dtype == type_binary:
/third_party/json/include/nlohmann/detail/output/
H A Dbinary_writer.hpp1630 CharType dtype = it->second; in write_bjdata_ndarray() local
1647 oa->write_character(dtype); in write_bjdata_ndarray()
1654 if (dtype == 'U' || dtype == 'C') in write_bjdata_ndarray()
1661 else if (dtype == 'i') in write_bjdata_ndarray()
1668 else if (dtype == 'u') in write_bjdata_ndarray()
1675 else if (dtype == 'I') in write_bjdata_ndarray()
1682 else if (dtype == 'm') in write_bjdata_ndarray()
1689 else if (dtype == 'l') in write_bjdata_ndarray()
1696 else if (dtype in write_bjdata_ndarray()
[all...]
/drivers/hdf_core/framework/model/audio/usb/include/
H A Daudio_usb_validate_desc.h27 void *AudioUsbFindDesc(void *descStart, int32_t descLen, void *after, uint8_t dtype);
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_meth.c249 (int dtype, const unsigned char *m, in RSA_meth_get_verify()
257 int (*verify) (int dtype, const unsigned char *m, in RSA_meth_set_verify()
256 RSA_meth_set_verify(RSA_METHOD *meth, int (*verify) (int dtype, const unsigned char *m, unsigned int m_length, const unsigned char *sigbuf, unsigned int siglen, const RSA *rsa)) RSA_meth_set_verify() argument
H A Drsa_saos.c59 int RSA_verify_ASN1_OCTET_STRING(int dtype, in RSA_verify_ASN1_OCTET_STRING() argument
/third_party/openssl/crypto/rsa/
H A Drsa_meth.c249 (int dtype, const unsigned char *m, in RSA_meth_get_verify()
257 int (*verify) (int dtype, const unsigned char *m, in RSA_meth_set_verify()
256 RSA_meth_set_verify(RSA_METHOD *meth, int (*verify) (int dtype, const unsigned char *m, unsigned int m_length, const unsigned char *sigbuf, unsigned int siglen, const RSA *rsa)) RSA_meth_set_verify() argument
H A Drsa_saos.c59 int RSA_verify_ASN1_OCTET_STRING(int dtype, in RSA_verify_ASN1_OCTET_STRING() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c211 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(opcode, 0); in get_src_chan_idx() local
214 if (!tgsi_type_is_64bit(dtype) && !tgsi_type_is_64bit(stype)) in get_src_chan_idx()
216 if (tgsi_type_is_64bit(dtype)) { in get_src_chan_idx()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
H A Dto_toml.py48 return np.frombuffer(self.value.tobytes(), dtype=self.int_type)[0]
53 return cls(np.frombuffer(value.tobytes(), dtype=cls.float_type)[0])

Completed in 33 milliseconds

123