Lines Matching refs:VEC4_CONST
41 m_besterror = VEC4_CONST( FLT_MAX ); in ClusterFit()
48 m_metric = VEC4_CONST( 1.0f ); in ClusterFit()
106 m_xsum_wsum = VEC4_CONST( 0.0f ); in ConstructOrdering()
123 Vec4 const two = VEC4_CONST( 2.0 ); in Compress3()
124 Vec4 const one = VEC4_CONST( 1.0f ); in Compress3()
126 Vec4 const zero = VEC4_CONST( 0.0f ); in Compress3()
127 Vec4 const half = VEC4_CONST( 0.5f ); in Compress3()
135 Vec4 beststart = VEC4_CONST( 0.0f ); in Compress3()
136 Vec4 bestend = VEC4_CONST( 0.0f ); in Compress3()
146 Vec4 part0 = VEC4_CONST( 0.0f ); in Compress3()
150 Vec4 part1 = ( i == 0 ) ? m_points_weights[0] : VEC4_CONST( 0.0f ); in Compress3()
252 Vec4 const two = VEC4_CONST( 2.0f ); in Compress4()
253 Vec4 const one = VEC4_CONST( 1.0f ); in Compress4()
256 Vec4 const twonineths = VEC4_CONST( 2.0f/9.0f ); in Compress4()
257 Vec4 const zero = VEC4_CONST( 0.0f ); in Compress4()
258 Vec4 const half = VEC4_CONST( 0.5f ); in Compress4()
266 Vec4 beststart = VEC4_CONST( 0.0f ); in Compress4()
267 Vec4 bestend = VEC4_CONST( 0.0f ); in Compress4()
277 Vec4 part0 = VEC4_CONST( 0.0f ); in Compress4()
281 Vec4 part1 = VEC4_CONST( 0.0f ); in Compress4()
285 Vec4 part2 = ( j == 0 ) ? m_points_weights[0] : VEC4_CONST( 0.0f ); in Compress4()