Home
last modified time | relevance | path

Searched refs:clamp0 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/test/Transforms/InstCombine/
Dsub-ashr-and-to-icmp-select.ll5 ; E.g., clamp0 implemented in a shifty way, could be optimized as v > 0 ? v : 0, where sub hasNoSig…
6 ; int32 clamp0(int32 v) {
/external/libaom/libaom/third_party/libyuv/source/
Drow_common.cc26 static __inline int32 clamp0(int32 v) { in clamp0() function
35 int v = clamp0(val); in Clamp()
44 static __inline int32 clamp0(int32 v) {
53 int v = clamp0(val);
882 #define SHADE(f, v) clamp0(f - v)
/external/libyuv/files/source/
Drow_common.cc27 static __inline int32_t clamp0(int32_t v) { in clamp0() function
44 static __inline int32_t clamp0(int32_t v) {
61 int v = clamp0(val); in Clamp()
66 int v = clamp0(val); in Clamp10()
933 #define SHADE(f, v) clamp0(f - v)
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc27 static __inline int32_t clamp0(int32_t v) { in clamp0() function
44 static __inline int32_t clamp0(int32_t v) {
61 int v = clamp0(val); in Clamp()
66 int v = clamp0(val); in Clamp10()
933 #define SHADE(f, v) clamp0(f - v)