Home
last modified time | relevance | path

Searched defs:clamp (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dclamp.h27 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 DAMDGPUModifierSyntax.rst1438 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 Dkernel.h46 #define clamp(x, a, b) clamp_t(__typeof(x), x, a, b) macro
/openbsd-src/gnu/gcc/libdecnumber/
H A DdecContext.h80 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member