Home | History | Annotate | Download | only in functional

Lines Matching refs:indexOffsetWeights

2044 	const float	indexOffsetWeights[]	= { 20, 20,   1 };
2166 spec.indexPointerOffset = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(indexOffsets), DE_ARRAY_END(indexOffsets), indexOffsetWeights);