Home
last modified time | relevance | path

Searched defs:sample_type (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/histogram/
Dsample.hpp23 struct sample_type { struct
24 T value;
/third_party/ffmpeg/libavcodec/
Dflacdsp_template.c32 # define sample_type int32_t macro
34 # define sample_type int16_t macro
Dcfhd.h158 int sample_type; member
/third_party/boost/boost/test/data/monomorphic/generators/
Drandom.hpp154 typedef typename distr_type::result_type sample_type; typedef
/third_party/boost/boost/accumulators/statistics/
Dcovariance.hpp117 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type sample_type; typedef
/third_party/boost/boost/accumulators/framework/
Daccumulator_set.hpp137 typedef Sample sample_type; ///< The type of the samples that will be accumulated typedef
/third_party/mindspore/mindspore/core/abstract/
Dparam_validator.cc79 TypePtr sample_type = sample_elem->BuildType(); in CheckTensorsDTypeSame() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_image.cpp1130 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local
Dvalidate_extensions.cpp1444 const uint32_t sample_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp1130 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local
Dvalidate_extensions.cpp1444 const uint32_t sample_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/third_party/spirv-tools/source/val/
Dvalidate_image.cpp1119 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local
Dvalidate_extensions.cpp1407 const uint32_t sample_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c2278 enum lp_sampler_op_type sample_type, in emit_sample()