Lines Matching refs:coord_count
1939 const int *coords, unsigned int coord_count, in get_delta()
1957 float scalar = regions.evaluate (regionIndices.arrayZ[i], coords, coord_count); in get_delta()
1963 float scalar = regions.evaluate (regionIndices.arrayZ[i], coords, coord_count); in get_delta()
1970 void get_scalars (int *coords, unsigned int coord_count, in get_scalars()
1977 scalars[i] = regions.evaluate (regionIndices.arrayZ[i], coords, coord_count); in get_scalars()
2111 const int *coords, unsigned int coord_count) const in get_delta()
2121 coords, coord_count, in get_delta()
2126 const int *coords, unsigned int coord_count) const in get_delta()
2130 return get_delta (outer, inner, coords, coord_count); in get_delta()
2187 int *coords, unsigned int coord_count, in get_scalars()
2197 (this+dataSets[ivs]).get_scalars (coords, coord_count, this+regions, in get_scalars()