Searched defs:c_iMinResult (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tessellator/ | ||
H A D | tessellator.cpp | 165 const INT32 c_iMinResult = (c_bSigned ? INT32( -1 ) << (c_uIBits + c_uFBits - 1) : 0); in floatToIDotF() local |
Completed in 6 milliseconds