Searched defs:hasSign (Results 1 – 5 of 5) sorted by relevance
/external/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 38 Json::String::size_type hasSign = in normalizeFloatingPointStr() local
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 1454 inline int32_t unquantize(int32_t x, int mode, bool hasSign) in unquantize() 1503 inline int16_t finishUnquantize(int32_t x, bool hasSign) in finishUnquantize() 1662 void decompressBc4(const PixelBufferAccess &dst, const uint8_t *src, bool hasSign) in decompressBc4() 1710 void decompressBc5(const PixelBufferAccess &dst, const uint8_t *src, bool hasSign) in decompressBc5() 1760 void decompressBc6H(const PixelBufferAccess &dst, const uint8_t *src, bool hasSign) in decompressBc6H()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 223 Id Builder::makeIntegerType(int width, bool hasSign) in makeIntegerType() 851 Id Builder::makeIntegerDebugType(int const width, bool const hasSign) in makeIntegerDebugType()
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | SpvBuilder.cpp | 223 Id Builder::makeIntegerType(int width, bool hasSign) in makeIntegerType() 873 Id Builder::makeIntegerDebugType(int const width, bool const hasSign) in makeIntegerDebugType()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm16bitStorageTests.cpp | 1629 const bool hasSign = inputDataInt[offsetInt] & signBitMask; in addCompute16bitStorageUniform16To32ChainAccessGroup() local
|