Searched refs:hasSign (Results 1 – 10 of 10) sorted by relevance
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 1419 inline deInt32 unquantize (deInt32 x, int mode, bool hasSign) in unquantize() argument 1421 if (hasSign) in unquantize() 1467 inline deInt16 finishUnquantize (deInt32 x, bool hasSign) in finishUnquantize() argument 1469 if (hasSign) in finishUnquantize() 1705 void decompressBc4 (const PixelBufferAccess& dst, const deUint8* src, bool hasSign) in decompressBc4() argument 1739 reds[0] = hasSign ? int8ToFloat(red0s) : uint8ToFloat(red0); in decompressBc4() 1740 reds[1] = hasSign ? int8ToFloat(red1s) : uint8ToFloat(red1); in decompressBc4() 1751 reds[6] = hasSign ? -1.0f : 0.0f; in decompressBc4() 1765 void decompressBc5 (const PixelBufferAccess& dst, const deUint8* src, bool hasSign) in decompressBc5() argument 1787 rg[c][0] = hasSign ? int8ToFloat(rg0s) : uint8ToFloat(rg0); in decompressBc5() [all …]
|
/external/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 28 std::string::size_type hasSign = in normalizeFloatingPointStr() local 30 std::string::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr()
|
/external/angle/third_party/jsoncpp/source/src/jsontestrunner/ |
D | main.cpp | 36 Json::String::size_type hasSign = in normalizeFloatingPointStr() local 38 Json::String::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr()
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | SpvBuilder.h | 169 Id makeIntegerType(int width, bool hasSign); // generic
|
D | SpvBuilder.cpp | 234 Id Builder::makeIntegerType(int width, bool hasSign) in makeIntegerType() argument 246 type->getImmediateOperand(1) == (hasSign ? 1u : 0u)) in makeIntegerType() 253 type->addImmediateOperand(hasSign ? 1 : 0); in makeIntegerType()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 169 Id makeIntegerType(int width, bool hasSign); // generic
|
D | SpvBuilder.cpp | 234 Id Builder::makeIntegerType(int width, bool hasSign) in makeIntegerType() argument 246 type->getImmediateOperand(1) == (hasSign ? 1u : 0u)) in makeIntegerType() 253 type->addImmediateOperand(hasSign ? 1 : 0); in makeIntegerType()
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 107 std::string::size_type hasSign = in normalizeFloatingPointStr() local 109 std::string::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr()
|
/external/angle/third_party/jsoncpp/source/src/test_lib_json/ |
D | main.cpp | 121 Json::String::size_type hasSign = in normalizeFloatingPointStr() local 123 Json::String::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm16bitStorageTests.cpp | 1626 const bool hasSign = inputDataInt[offsetInt] & signBitMask; in addCompute16bitStorageUniform16To32ChainAccessGroup() local 1630 outputDataSInt.push_back((deInt32)(inputDataInt[offsetInt] | (hasSign ? signExtendMask : 0u))); in addCompute16bitStorageUniform16To32ChainAccessGroup()
|