Searched defs:_fltExponentBias (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tessellator/ | ||
H A D | tessellator.cpp | 173 const INT32 _fltExponentBias = (INT32( 1 ) << (_fltExponentBitCount - 1)) - 1; in floatToIDotF() local |
Completed in 6 milliseconds