Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dstruct-init.c30 const uint32x2_t signBit = { (uint2) 0x80000000 }; in foo() local
/external/clang/test/CodeGen/
Dstruct-init.c30 const uint32x2_t signBit = { (uint2) 0x80000000 }; in foo() local
/external/deqp/framework/common/
DtcuFloat.hpp116 …inline int signBit (void) const { return (int)(m_value >> (ExponentBits+MantissaBits)) & 1; … in signBit() function in tcu::Float
257 const StorageType signBit = static_cast<StorageType>(sign < 0 ? 1 : 0); in constructBits() local
DtcuTexture.cpp488 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-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp612 uint32_t signBit = (offset & 0x800000) >> 23; in adjustFixupValue() local
648 uint32_t signBit = (offset & 0x400000) >> 22; in adjustFixupValue() local
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp619 uint32_t signBit = (offset & 0x800000) >> 23; in adjustFixupValue() local
655 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/llvm-project/compiler-rt/lib/builtins/
Dfp_lib.h217 #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/shaderexecutor/
DvktShaderFConvertTests.cpp74 int signBit = rnd.getInt(0, 1); in getRandomNormal() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp52 static const int signBit = 0x80000000; in tess_flush() local
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp59 static const int signBit = 0x80000000; in tess_flush() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp542 const std::string signBit = (m_params.baseType == BaseType::TYPE_INT ? "1" : "0"); in getSpirVReplacements() local
DvktSpvAsmTypeTests.cpp553 const string signBit = (isSigned) ? "1" : "0"; in getOtherSizeTypes() local
3178 const T signBit = static_cast<T>(x & (1 << (y + z - 1))); in test_bitFieldSExtract() local
/external/swiftshader/src/Device/
DBC_Decoder.cpp486 bool signBit = value < 0; in unquantizeSigned() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp720 const deUint32 signBit = 1u << (bits-1); in signExtend() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp512 const int signBit = (channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? 1 : 0); in generateBuffer() local