Home
last modified time | relevance | path

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

/dports/www/gitea/gitea-1.16.5/vendor/github.com/x448/float16/
H A Dfloat16.go287 halfCoef := coef >> uint32(14-halfExp)
290 halfCoef++
292 return uint16(halfSign | halfCoef)
296 halfCoef := coef >> 13
299 return uint16((halfSign | uHalfExp | halfCoef) + 1)
301 return uint16(halfSign | uHalfExp | halfCoef)
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDwaCompressor.cpp1360 half halfCoef[64]; in execute() local
1524 halfCoef[i] = in execute()
1533 halfCoef[i] = in execute()
1539 toZigZag (halfZigCoef, halfCoef); in execute()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDwaCompressor.cpp1360 half halfCoef[64]; in execute() local
1524 halfCoef[i] = in execute()
1533 halfCoef[i] = in execute()
1539 toZigZag (halfZigCoef, halfCoef); in execute()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDwaCompressor.cpp1361 half halfCoef[64]; in execute() local
1534 halfCoef[i] = in execute()
1543 halfCoef[i] = in execute()
1549 toZigZag (halfZigCoef, halfCoef); in execute()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDwaCompressor.cpp1361 half halfCoef[64]; in execute() local
1534 halfCoef[i] = in execute()
1543 halfCoef[i] = in execute()
1549 toZigZag (halfZigCoef, halfCoef); in execute()