Home
last modified time | relevance | path

Searched defs:signBit (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
Dstruct-init.c30 const uint32x2_t signBit = { (uint2) 0x80000000 }; in foo() local
/external/deqp/framework/common/
DtcuFloat.hpp109 …inline int signBit (void) const { return (int)(m_value >> (ExponentBits+MantissaBits)) & 1; … in signBit() function in tcu::Float
231 const StorageType signBit = static_cast<StorageType>(sign < 0 ? 1 : 0); in constructBits() local
DtcuTexture.cpp465 const deUint32 signBit = 1u << (bits-1); in signExtend() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp518 uint32_t signBit = (offset & 0x800000) >> 23; in adjustFixupValue() local
554 uint32_t signBit = (offset & 0x400000) >> 22; in adjustFixupValue() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp558 uint32_t signBit = (offset & 0x800000) >> 23; in adjustFixupValue() local
594 uint32_t signBit = (offset & 0x400000) >> 22; in adjustFixupValue() local
/external/compiler-rt/lib/builtins/
Dfp_lib.h223 #define signBit (REP_C(1) << (significandBits + exponentBits)) macro
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp611 const deUint64 signBit = 1ull << (bits-1); in signExtend() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp513 const string signBit = (isSigned) ? "1" : "0"; in getOtherSizeTypes() local
2956 const T signBit = static_cast<T>(x & (1 << (y + z - 1))); in test_bitFieldSExtract() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp698 const deUint32 signBit = 1u << (bits-1); in signExtend() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp385 const int signBit = (channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? 1 : 0); in generateBuffer() local