Home
last modified time | relevance | path

Searched defs:exponentMask (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/builtins/
Dfp_lib.h225 #define exponentMask (absMask ^ significandMask) macro
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp45 static const int exponentMask = 0x7f800000; in tess_isNaN() local
2599 static const int exponentMask = 0x7f800000; variable
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp666 const uint32_t exponentMask = getExponentMask(exponentBits); in infNanRandomFloats() local