Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeInt32.h754 uint32_t signMask = deBitMask32(numBits, 32 - numBits); in deSignExtendTo32() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp1260 const uint64_t signMask = (~mask); // Used to extend the sign bit. in getRandomClearColor() local
/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/cronet/tot/third_party/icu/source/test/intltest/
Dcalregts.cpp2079 int8_t signMask; // PLUS or MINUS or both member
/external/cronet/stable/third_party/icu/source/test/intltest/
Dcalregts.cpp2079 int8_t signMask; // PLUS or MINUS or both member
/external/libva-utils/encode/
Dav1encode.c1911 int16_t signMask = 1 << (n - 1); in write_SU() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp3107 const T signMask = static_cast<T>(signBit ? ~extractMask : allZeros); in test_bitFieldSExtract() local
/external/angle/src/tests/gl_tests/
DVertexAttributeTest.cpp65 const uint32_t signMask = 0x200; // 1 set at the 9th bit in Normalize10() local