Searched refs:typedPtr (Results 1 – 4 of 4) sorted by relevance
93 T* typedPtr = (T*)dst; in fillRandomScalars() local95 typedPtr[offset + ndx] = randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
97 T* typedPtr = (T*)dst; in fillRandomScalars() local99 typedPtr[offset + ndx] = randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
101 T* typedPtr = (T*)dst; in fillRandomScalars() local103 typedPtr[offset + ndx] = randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
92 T* const typedPtr = (T*)dst; in fillRandomScalars() local94 typedPtr[offset + ndx] = randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()