Searched defs:clamp01 (Results 1 – 3 of 3) sorted by relevance
162 inline float clamp01(float x) in clamp01() function
804 F32 clamp01(F32 x) { return clamp(x, 0.0f, 1.0f); } in clamp01() function955 Color clamp01(Color c) { in abs() function1258 SI F32 clamp01(F32 x) { return x-> clamp01(x); } in clamp01() function1358 SI Color clamp01(Color c) { return c->clamp01(c); } in clamp01() function
154 inline float clamp01(float x) in clamp01() function