Home | History | Annotate | Download | only in functional

Lines Matching refs:indexMaxs

924 	static const int	indexMaxs[]				= { 4, 8, 128, 257 };
1041 spec.indexMax = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(indexMaxs), DE_ARRAY_END(indexMaxs), indexWeights);