Searched refs:vstround (Results 1 – 2 of 2) sorted by relevance
90 inline float vstround(float x) {return ceil(x-0.5);} in vstround() function
222 int index = (int)vstround(value); in SetValue()