Home
last modified time | relevance | path

Searched defs:clamp01 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/System/
DMath.hpp162 inline float clamp01(float x) in clamp01() function
/external/skia/src/core/
DSkVM.h804 F32 clamp01(F32 x) { return clamp(x, 0.0f, 1.0f); } in clamp01() function
955 Color clamp01(Color c) { in abs() function
1258 SI F32 clamp01(F32 x) { return x-> clamp01(x); } in clamp01() function
1358 SI Color clamp01(Color c) { return c->clamp01(c); } in clamp01() function
/external/angle/src/common/
Dmathutil.h154 inline float clamp01(float x) in clamp01() function