Searched refs:s_rcpLUT (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/delibs/debase/
H A DdeInt32.c81 static const deUint32 s_rcpLUT[1<<RCP_LUT_BITS] = local
149 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_rcpLUT) == (1<<RCP_LUT_BITS));
162 result = s_rcpLUT[lookupNdx];

Completed in 105 milliseconds