/external/deqp/framework/common/ |
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(src, 59, 63); // 5b in decompressETC1Block() 496 deUint8 dR = (deUint8)getBits(src, 56, 58); // 3b in decompressETC1Block() [all …]
|
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 in getBits() function in tcu::astc::__anon8b756cce0111::Block128 282 return m_forward ? m_src.getBits(m_startNdxInSrc + low, m_startNdxInSrc + high) in getNext() 283 : reverseBits(m_src.getBits(m_startNdxInSrc - high, m_startNdxInSrc - low), numBitsFromSrc); in getNext() 346 blockMode.isVoidExtent = getBits(blockModeData, 0, 8) == 0x1fc; in getASTCBlockMode() 350 …if ((getBits(blockModeData, 0, 1) == 0 && getBits(blockModeData, 6, 8) == 7) || getBits(blockModeD… in getASTCBlockMode() 355 if (getBits(blockModeData, 0, 1) == 0) in getASTCBlockMode() 360 const deUint32 i78 = getBits(blockModeData, 7, 8); in getASTCBlockMode() 372 const deUint32 a = getBits(blockModeData, 5, 6); in getASTCBlockMode() [all …]
|
/external/deqp-deps/glslang/SPIRV/ |
D | hex_float.h | 325 uint_type getBits() const { return spvutils::BitwiseCast<uint_type>(value_); } 336 return static_cast<uint_type>((getBits() & exponent_mask) >> 348 return getBits() & fraction_encode_mask; 354 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0 381 bool isNegative() const { return (getBits() & sign_mask) != 0; } 597 (getBits() & exponent_mask) == exponent_mask && significand != 0; 601 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | hex_float.h | 358 uint_type getBits() const { return value_.data(); } 368 return static_cast<uint_type>((getBits() & exponent_mask) >> 380 return getBits() & fraction_encode_mask; 386 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0 413 bool isNegative() const { return (getBits() & sign_mask) != 0; } 667 (getBits() & exponent_mask) == exponent_mask && significand != 0; 671 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 358 uint_type getBits() const { return value_.data(); } 368 return static_cast<uint_type>((getBits() & exponent_mask) >> 380 return getBits() & fraction_encode_mask; 386 if ((getBits() & ~sign_mask) == 0) { // special case if everything is 0 413 bool isNegative() const { return (getBits() & sign_mask) != 0; } 667 (getBits() & exponent_mask) == exponent_mask && significand != 0; 671 (significand == 0 && (getBits() & exponent_mask) == exponent_mask));
|
/external/clang/include/clang/Sema/ |
D | ObjCMethodList.h | 41 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits() function
|
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_DefaultPlacement.h | 21 std::vector<uint8_t>& getBits();
|
D | BC_DefaultPlacement.cpp | 45 std::vector<uint8_t>& CBC_DefaultPlacement::getBits() { in getBits() function in CBC_DefaultPlacement
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/endo/ |
D | GLVTypeBParameters.java | 98 public int getBits() in getBits() method in GLVTypeBParameters
|
D | GLVTypeBEndomorphism.java | 29 int bits = parameters.getBits(); in decomposeScalar()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/ |
D | GLVTypeBParameters.java | 94 public int getBits() in getBits() method in GLVTypeBParameters
|
D | GLVTypeBEndomorphism.java | 25 int bits = parameters.getBits(); in decomposeScalar()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 51 static uint64_t getBits(uint64_t Val, int Start, int End) { in getBits() function 455 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 0, 11)); in resolveAArch64Relocation() 461 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 1, 11)); in resolveAArch64Relocation() 467 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 2, 11)); in resolveAArch64Relocation() 473 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 3, 11)); in resolveAArch64Relocation() 479 or32AArch64Imm(TargetPtr, getBits(Value + Addend, 4, 11)); in resolveAArch64Relocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 1589 unsigned getBits() { return *Location; } 1612 unsigned getBits() { return Bits; }
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 1531 unsigned getBits() { return *Location; } 1554 unsigned getBits() { return Bits; }
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 1549 unsigned getBits() { return *Location; } 1572 unsigned getBits() { return Bits; }
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | NativeInput.java | 78 NativeBitSet64 getBits() { in getBits() method in NativeInput.PointerCoords
|
D | ShadowMotionEvent.java | 172 NativeBitSet64 bits = new NativeBitSet64(rawPointerCoords.getBits()); in pointerCoordsFromNative()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CommandLine.h | 1450 unsigned getBits() { return *Location; } 1480 unsigned getBits() { return Bits; }
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 756 …void getBits(const PixelType& type, const PixelFormat& format, std::vector<int>& resultTable) cons… 2442 getBits(m_inputType, m_inputFormat, inputBitTable); in compare() 2444 getBits(outputType, outputFormat, outputBitTable); in compare() 2780 void RectangleTest::getBits(const PixelType& type, const PixelFormat& format, std::vector<int>& res… in getBits() function in glcts::RectangleTest
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3204 if (!CD->IsClassExtension() && List->getBits() < 2) in addMethodToGlobalList() 3205 List->setBits(List->getBits() + 1); in addMethodToGlobalList() 4130 unsigned CategCount = List.getBits(); in CheckObjCMethodOverrides()
|
/external/llvm/docs/ |
D | CommandLine.rst | 573 It's also possible to get the raw bit vector using the ``cl::bits::getBits`` 578 unsigned bits = OptimizationBits.getBits();
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CommandLine.rst | 567 It's also possible to get the raw bit vector using the ``cl::bits::getBits`` 572 unsigned bits = OptimizationBits.getBits();
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2939 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData() 2946 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
|