Home
last modified time | relevance | path

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

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp171 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
174 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
176 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
177 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
190 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
191 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
209 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
216 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
217 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
243 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.cpp158 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
163 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
177 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
178 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
192 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
199 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
200 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
222 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.cpp158 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
163 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
177 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
178 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
192 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
199 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
200 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
222 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp171 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
174 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
176 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
177 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
190 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
191 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
209 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
216 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
217 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
243 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.cpp158 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
163 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
177 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
178 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
192 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
199 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
200 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
222 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp171 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
174 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
176 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
177 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
190 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
191 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
209 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
216 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
217 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
243 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.cpp158 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
163 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
177 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
178 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
192 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
199 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
200 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
222 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.cpp158 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
163 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
177 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
178 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
192 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
199 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
200 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
222 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp171 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
174 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
176 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
177 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
190 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
191 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
209 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
216 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
217 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
243 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.cpp158 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
163 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
177 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
178 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
192 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
199 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
200 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
222 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp171 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
174 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
176 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
177 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
190 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
191 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
209 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
216 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
217 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
243 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp171 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
174 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
176 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
177 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
190 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
191 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
209 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
216 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
217 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
243 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.cpp158 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
163 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
177 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
178 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
192 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
199 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
200 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
222 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp171 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
174 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
176 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
177 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
190 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
191 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
209 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
216 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
217 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
243 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.cpp158 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
163 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
177 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
178 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
192 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
199 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
200 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
222 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp171 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
174 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
176 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
177 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
190 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
191 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
209 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
216 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
217 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
243 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp171 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
174 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
176 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
177 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
190 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
191 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
209 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
216 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
217 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
243 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.cpp158 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
163 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
177 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
178 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
192 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
199 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
200 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
222 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp172 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
175 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
177 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
178 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
191 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
192 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
206 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
213 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
214 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
236 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.cpp158 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
163 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
164 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
177 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
178 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
192 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
199 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
200 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
222 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp171 const UINT8 _fltMantissaBitCount = 23; in floatToIDotF() local
174 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF()
176 …st INT32 _fltExponentMask = ((INT32( 1 ) << _fltExponentBitCount) - 1) << _fltMantissaBitCount; in floatToIDotF()
177 const INT32 _fltSignBit = INT32( 1 ) << (_fltExponentBitCount + _fltMantissaBitCount); in floatToIDotF()
190 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits - 1) <<_fltMantissaBitCount; in floatToIDotF()
191 const INT32 iShift = _fltMantissaBitCount + 2 - c_uIBits - c_uFBits; in floatToIDotF()
209 _fxpMaxNegValueFloat = (_fltExponentBias + c_uIBits - 1) << _fltMantissaBitCount; in floatToIDotF()
216 _fxpMaxPosValueFloat = (_fltExponentBias + c_uIBits) <<_fltMantissaBitCount; in floatToIDotF()
217 const INT32 iShift = _fltMantissaBitCount + 1 - c_uIBits - c_uFBits; in floatToIDotF()
243 …INT32 unbiasedExponent = ((output & _fltExponentMask) >> _fltMantissaBitCount) - _fltExponentBi… in floatToIDotF()
[all …]