Searched refs:nextafterf (Results 1 – 3 of 3) sorted by relevance
218 const float scaleFactor = nextafterf(256.0f, 0.0f); in light()243 const float scaleFactor = nextafterf(256.0f, 0.0f); in dark()
120 inline float nextafterf(float x, float y) { return x > y ? x - FLT_EPSILON : x + FLT_EPSILON; } in nextafterf() function
8089 (nextafterf):