Searched refs:half (Results 1 – 2 of 2) sorted by relevance
92 Vec3 const half( 0.5f ); in RangeFit() local93 m_start = Truncate( grid*start + half )*gridrcp; in RangeFit()94 m_end = Truncate( grid*end + half )*gridrcp; in RangeFit()
127 Vec4 const half = VEC4_CONST( 0.5f ); in Compress3() local174 a = Truncate( MultiplyAdd( grid, a, half ) )*gridrcp; in Compress3()175 b = Truncate( MultiplyAdd( grid, b, half ) )*gridrcp; in Compress3()258 Vec4 const half = VEC4_CONST( 0.5f ); in Compress4() local309 a = Truncate( MultiplyAdd( grid, a, half ) )*gridrcp; in Compress4()310 b = Truncate( MultiplyAdd( grid, b, half ) )*gridrcp; in Compress4()