Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h365 CLAMP, enumerator
/netbsd-src/sys/kern/
H A Dtty.c2626 #define CLAMP(x, h, l) ((x) > h ? h : ((x) < l) ? l : (x)) in ttsetwater() macro
/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.c111 static inline void CLAMP(mp_int z_) { in CLAMP() function