Lines Matching refs:i
70 for( int i = 0; i < count; ++i ) in ConstructOrdering() local
72 dps[i] = Dot( values[i], axis ); in ConstructOrdering()
73 order[i] = ( u8 )i; in ConstructOrdering()
77 for( int i = 0; i < count; ++i ) in ConstructOrdering() local
79 for( int j = i; j > 0 && dps[j] < dps[j - 1]; --j ) in ConstructOrdering()
91 for( int i = 0; i < count; ++i ) in ConstructOrdering() local
93 if( order[i] != prev[i] ) in ConstructOrdering()
107 for( int i = 0; i < count; ++i ) in ConstructOrdering() local
109 int j = order[i]; in ConstructOrdering()
113 m_points_weights[i] = x; in ConstructOrdering()
147 for( int i = 0; i < count; ++i ) in Compress3() local
150 Vec4 part1 = ( i == 0 ) ? m_points_weights[0] : VEC4_CONST( 0.0f ); in Compress3()
151 int jmin = ( i == 0 ) ? 1 : i; in Compress3()
192 besti = i; in Compress3()
206 part0 += m_points_weights[i]; in Compress3()
278 for( int i = 0; i < count; ++i ) in Compress4() local
282 for( int j = i;; ) in Compress4()
328 besti = i; in Compress4()
349 part0 += m_points_weights[i]; in Compress4()