/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 431 inline deUint32 getBits (deUint64 src, int low, int high) in getBits() function 477 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) }; in decompressETC1Block() 485 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63)); in decompressETC1Block() 486 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59)); in decompressETC1Block() 487 baseG[0] = extend4To8((deUint8)getBits(src, 52, 55)); in decompressETC1Block() 488 baseG[1] = extend4To8((deUint8)getBits(src, 48, 51)); in decompressETC1Block() 489 baseB[0] = extend4To8((deUint8)getBits(src, 44, 47)); in decompressETC1Block() 490 baseB[1] = extend4To8((deUint8)getBits(src, 40, 43)); in decompressETC1Block() 495 deUint8 bR = (deUint8)getBits(sr in decompressETC1Block() [all...] |
H A D | tcuAstcUtil.cpp | 55 inline deUint32 getBits (deUint32 src, int low, int high) in getBits() function 100 return getBits(v, 10, 14) == 31; in isFloat16InfOrNan() 221 deUint32 getBits (int low, int high) const 282 return m_forward ? m_src.getBits(m_startNdxInSrc + low, m_startNdxInSrc + high) 283 : reverseBits(m_src.getBits(m_startNdxInSrc - high, m_startNdxInSrc - low), numBitsFromSrc); 346 blockMode.isVoidExtent = getBits(blockModeData, 0, 8) == 0x1fc; 350 if ((getBits(blockModeData, 0, 1) == 0 && getBits(blockModeData, 6, 8) == 7) || getBits(blockModeData, 0, 3) == 0) 355 if (getBits(blockModeDat [all...] |
/third_party/node/deps/npm/node_modules/ip-address/dist/ |
H A D | ipv6.js | 378 let scope = constants6.SCOPES[this.getBits(12, 16).intValue()]; 404 getBits(start, end) { 427 return this.getBits(start, end) 682 const udpPort = this.getBits(80, 96).xor(new jsbn_1.BigInteger('ffff', 16)).toString(); 684 const client4 = ipv4_1.Address4.fromHex(this.getBits(96, 128).xor(new jsbn_1.BigInteger('ffffffff', 16)).toString(16)); 685 const flags = this.getBits(64, 80);
|
/third_party/glslang/SPIRV/ |
H A D | hex_float.h | 312 uint_type getBits() const { return spvutils::BitwiseCast<uint_type>(value_); } in getBits() function in spvutils::HexFloat 323 return static_cast<uint_type>((getBits() & exponent_mask) >> in getExponentBits() 335 return getBits() & fraction_encode_mask; in getSignificandBits() 341 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0 in getUnbiasedNormalizedExponent() 368 bool isNegative() const { return (getBits() & sign_mask) != 0; } in isNegative() 584 (getBits() & exponent_mask) == exponent_mask && significand != 0; in castTo() 588 (significand == 0 && (getBits() & exponent_mask) == exponent_mask)); in castTo()
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | hex_float.h | 358 uint_type getBits() const { return value_.data(); } in getBits() function in spvtools::utils::round_direction::HexFloat 368 return static_cast<uint_type>((getBits() & exponent_mask) >> in getExponentBits() 380 return getBits() & fraction_encode_mask; in getSignificandBits() 386 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0 in getUnbiasedNormalizedExponent() 413 bool isNegative() const { return (getBits() & sign_mask) != 0; } in isNegative() 667 (getBits() & exponent_mask) == exponent_mask && significand != 0; in castTo() 671 (significand == 0 && (getBits() & exponent_mask) == exponent_mask)); in castTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | hex_float.h | 358 uint_type getBits() const { return value_.data(); } in getBits() function in spvtools::utils::round_direction::HexFloat 368 return static_cast<uint_type>((getBits() & exponent_mask) >> in getExponentBits() 380 return getBits() & fraction_encode_mask; in getSignificandBits() 386 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0 in getUnbiasedNormalizedExponent() 413 bool isNegative() const { return (getBits() & sign_mask) != 0; } in isNegative() 667 (getBits() & exponent_mask) == exponent_mask && significand != 0; in castTo() 671 (significand == 0 && (getBits() & exponent_mask) == exponent_mask)); in castTo()
|
/third_party/spirv-tools/source/util/ |
H A D | hex_float.h | 359 uint_type getBits() const { return value_.data(); } in getBits() function in spvtools::utils::round_direction::HexFloat 369 return static_cast<uint_type>((getBits() & exponent_mask) >> in getExponentBits() 381 return getBits() & fraction_encode_mask; in getSignificandBits() 387 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0 in getUnbiasedNormalizedExponent() 414 bool isNegative() const { return (getBits() & sign_mask) != 0; } in isNegative() 668 (getBits() & exponent_mask) == exponent_mask && significand != 0; in castTo() 672 (significand == 0 && (getBits() & exponent_mask) == exponent_mask)); in castTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 49 // For instance, getBits(0xF0, 4, 8) returns 0xF. 50 static uint64_t getBits(uint64_t Val, int Start, int End) { in getBits() function 458 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 0, 11)); in resolveAArch64Relocation() 464 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 1, 11)); in resolveAArch64Relocation() 470 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 2, 11)); in resolveAArch64Relocation() 476 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 3, 11)); in resolveAArch64Relocation() 482 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 4, 11)); in resolveAArch64Relocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 1745 unsigned getBits() { return *Location; } 1768 unsigned getBits() { return Bits; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | CommandLine.h | 1549 unsigned getBits() { return *Location; } 1572 unsigned getBits() { return Bits; }
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 756 void getBits(const PixelType& type, const PixelFormat& format, std::vector<int>& resultTable) const; 2457 getBits(m_inputType, m_inputFormat, inputBitTable); 2459 getBits(outputType, outputFormat, outputBitTable); 2794 void RectangleTest::getBits(const PixelType& type, const PixelFormat& format, std::vector<int>& resultTable) const
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | const_folding_rules.cpp | 447 std::vector<uint32_t> words = {result.getBits()};
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | const_folding_rules.cpp | 503 std::vector<uint32_t> words = {result.getBits()};
|
/third_party/spirv-tools/source/opt/ |
H A D | const_folding_rules.cpp | 883 std::vector<uint32_t> words = {result.getBits()};
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 8305 inline long long getBits(int nBits, long long &c, int &lc, const char *&in) { in getBits() function 8635 long long l = hcode[im] = getBits(6, c, lc, p); // code length in hufUnpackEncTable() 8642 int zerun = getBits(8, c, lc, p) + SHORTEST_LONG_RUN; in hufUnpackEncTable()
|