HomeSort by relevance Sort by last modified time
    Searched defs:bitwidth (Results 1 - 7 of 7) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
parse_number.h 30 uint32_t bitwidth; member in struct:spvutils::NumberType
64 return type.bitwidth;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.h 41 // Bitwidth is only valid when type_class is kScalarIntegerType or
44 uint32_t bitwidth; // Safe to assume that we will not have > 2^32 bits. member in struct:libspirv::IdType
51 return (first.bitwidth == second.bitwidth) &&
83 return type.bitwidth;
188 // Validates and respects the bitwidth supplied in the IdType argument.
text_handler.cpp 251 number_type = {type.bitwidth, SPV_NUMBER_SIGNED_INT};
253 number_type = {type.bitwidth, SPV_NUMBER_UNSIGNED_INT};
257 number_type = {type.bitwidth, SPV_NUMBER_FLOATING};
265 uint32_t bitwidth = static_cast<uint32_t>(assumedBitWidth(type)); local
267 number_type = {bitwidth, SPV_NUMBER_FLOATING};
269 number_type = {bitwidth, SPV_NUMBER_SIGNED_INT};
271 number_type = {bitwidth, SPV_NUMBER_UNSIGNED_INT};
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 235 // Get bitwidth of div/rem instruction
237 unsigned int bitwidth = T->getBitWidth(); local
239 // Continue if bitwidth is not bypassed
240 DenseMap<unsigned int, unsigned int>::const_iterator BI = BypassWidths.find(bitwidth);
244 // Get type for div/rem instruction with bypass bitwidth
  /external/clang/test/Sema/
designated-initializers.c 118 int bitwidth[] = { [(long long int)1] = 5, [(short int)2] = 2 }; variable
  /external/iproute2/devlink/
devlink.c 2666 unsigned int bitwidth; member in struct:dpipe_field
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 1140 int bitwidth = audio_extn_usb_get_max_bit_width(is_playback); local
    [all...]

Completed in 755 milliseconds