Home
last modified time | relevance | path

Searched refs:altShift (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.cpp209 UINT_32 altShift; in Flt32sToInt32s() local
238 altShift = 126 + 24 + 8 - ((shifted.i>>23)&0xFF); in Flt32sToInt32s()
239 truncated = (altShift > 60) ? 0 : truncated >> altShift; in Flt32sToInt32s()