Home
last modified time | relevance | path

Searched defs:bitWidth (Results 1 – 20 of 20) sorted by relevance

/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffersBuilder.java355 int bitWidth = widthUInBits(val.length()); in putString() local
379 int bitWidth = widthUInBits(blob.length); in writeBlob() local
496 int bitWidth = Math.max(WIDTH_8, widthUInBits(length)); in createVector() local
614 int bitWidth = Math.max(WIDTH_8, widthUInBits(length)); in createKeyVector() local
649 Value(int key, int type, int bitWidth, long iValue) { in Value()
657 Value(int key, int type, int bitWidth, double dValue) { in Value()
669 static Value blob(int key, int position, int type, int bitWidth) { in blob()
721 private static byte packedType(int bitWidth, int type) { in packedType()
755 int bitWidth = widthUInBits((int) offset); in elemWidth() local
/external/llvm-project/clang/include/clang/AST/
DAbstractBasicReader.h172 unsigned bitWidth = asImpl().readUInt32(); in readAPInt() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DLayoutUtils.cpp152 auto bitWidth = scalarType.getIntOrFloatBitWidth(); in getScalarTypeAlignment() local
DSPIRVLowering.cpp162 auto bitWidth = t.getIntOrFloatBitWidth(); in getTypeNumBytes() local
DSPIRVTypes.cpp699 auto bitWidth = getIntOrFloatBitWidth(); in getSizeInBytes() local
/external/llvm-project/clang/lib/AST/Interp/
DBoolean.h63 constexpr static unsigned bitWidth() { return true; } in bitWidth() function
/external/skia/tests/
DPathOpsTightBoundsTest.cpp50 const int bitWidth = 32; in testTightBoundsQuads() local
DPathOpsExtendedTest.cpp113 const int bitWidth = 64; variable
199 int bitWidth = SkScalarCeilToInt(larger.width()) + 2; in drawAsciiPaths() local
/external/skqp/tests/
DPathOpsTightBoundsTest.cpp51 const int bitWidth = 32; in testTightBoundsQuads() local
DPathOpsExtendedTest.cpp205 const int bitWidth = 64; variable
291 int bitWidth = SkScalarCeilToInt(larger.width()) + 2; in drawAsciiPaths() local
/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp607 size_t bitWidth = value.getBitWidth(); in writeBits() local
633 static APInt readBits(const char *rawData, size_t bitPos, size_t bitWidth) { in readBits()
796 size_t bitWidth = getDenseElementBitWidth(eltType); in get() local
1247 size_t bitWidth = getDenseElementBitWidth(newElementType); in mappingHelper() local
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1795 unsigned bitStart = bi++, bitWidth = 1; in populateInstruction() local
/external/llvm-project/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1915 unsigned bitStart = bi++, bitWidth = 1; in populateInstruction() local
/external/llvm/lib/Support/
DAPFloat.cpp2249 unsigned bitWidth = result.getBitWidth(); in convertToInteger() local
/external/skia/src/pathops/
DSkPathOpsDebug.cpp2974 const int bitWidth = 64; variable
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp3001 const int bitWidth = 64; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp4593 unsigned bitWidth = result.getBitWidth(); in convertToInteger() local
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp4868 unsigned bitWidth = result.getBitWidth(); in convertToInteger() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp637 string bitWidth; member in vkt::SpirVAssembly::__anonedfcea740111::TypeSnippetsBase
/external/libpng/contrib/libtests/
Dpngvalid.c622 row_copy(png_bytep toBuffer, png_const_bytep fromBuffer, unsigned int bitWidth, in row_copy()