Searched defs:clamp (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
H A D | clamp.h | 27 clamp(const _Tp& __v, const _Tp& __lo, const _Tp& __hi, _Compare __comp) in clamp() function 38 clamp(const _Tp& __v, const _Tp& __lo, const _Tp& __hi) in clamp() function
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | AMDGPUModifierSyntax.rst | 1438 clamp subsection 1627 clamp subsection 1659 Note: output modifiers are applied before :ref:`clamping<amdgpu_synid_clamp>` (if any). argument 1907 clamp subsection 1912 .. _amdgpu_synid_mad_mix: 1998 clamp subsection
|
/openbsd-src/sys/dev/pci/drm/include/linux/ |
H A D | kernel.h | 46 #define clamp(x, a, b) clamp_t(__typeof(x), x, a, b) macro
|
/openbsd-src/gnu/gcc/libdecnumber/ |
H A D | decContext.h | 80 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
|