Home
last modified time | relevance | path

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

/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DMath.h119 static float Sqrt16( float x ); // square root with 16 bits precision
297 ID_INLINE float idMath::Sqrt16( float x ) { in Sqrt16() function
H A DSimd.cpp3601 tst = idMath::Sqrt16( tst ); in TestMath()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/compilers/roqvq/
H A Dcodec.cpp1545 dist += idMath::Sqrt16( (r0-r1)*(r0-r1) + (g0-g1)*(g0-g1) + (b0-b1)*(b0-b1) ); in VQ()
1551 dist += idMath::Sqrt16( dr * dr + dg * dg + db * db ); in VQ()
1631 dist += idMath::Sqrt16( (r0-r1)*(r0-r1) + (g0-g1)*(g0-g1) + (b0-b1)*(b0-b1) ); in VQ()
1637 dist += idMath::Sqrt16( dr * dr + dg * dg + db * db ); in VQ()