Home
last modified time | relevance | path

Searched defs:signMask (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeInt32.h721 deUint32 signMask = deBitMask32(numBits, 32-numBits); in deSignExtendTo32() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp1139 const deUint64 signMask = (~mask); // Used to extend the sign bit. in getRandomClearColor() local
/external/cronet/third_party/icu/source/test/intltest/
Dcalregts.cpp2078 int8_t signMask; // PLUS or MINUS or both member
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dchlo_legalize_to_hlo.cc1177 auto signMask = getConstantLike(rewriter, loc, signBit, xAsInt); in materializeNextAfter() local
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp2079 int8_t signMask; // PLUS or MINUS or both member
/external/angle/src/tests/gl_tests/
DVertexAttributeTest.cpp65 const uint32_t signMask = 0x200; // 1 set at the 9th bit in Normalize10() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp3183 const T signMask = static_cast<T>(signBit ? ~extractMask : allZeros); in test_bitFieldSExtract() local