/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vec-perm-indices.h | 120 vec_perm_indices::clamp (element_type elt) const in clamp() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vec-perm-indices.h | 119 vec_perm_indices::clamp (element_type elt) const in clamp() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AMDGPUModifierSyntax.rst | 1294 clamp subsection 1464 clamp subsection 1496 Note: output modifiers are applied before :ref:`clamping<amdgpu_synid_clamp>` (if any). argument 1751 clamp subsection 1756 .. _amdgpu_synid_mad_mix: 1844 clamp subsection
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/ |
H A D | eddsa.c | 41 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) in clamp() function
|
/netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
H A D | r300_cmdbuf.c | 984 int clamp; in r300_emit_r500fp() local
|
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/ |
H A D | decContext.h | 89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
|
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/ |
H A D | decContext.h | 89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
|
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/ |
H A D | decContext.h | 89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
|
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/ |
H A D | decContext.h | 89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
H A D | eddsa.c | 50 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) in clamp() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-opts.c | 960 #define clamp(X) if (X == 0 || X > latest_abi_version) X = latest_abi_version in c_common_post_options() macro
|
/netbsd-src/sys/external/bsd/common/include/linux/ |
H A D | kernel.h | 93 #define clamp(X, MN, MX) MIN(MAX(X, MN), MX) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-opts.cc | 992 #define clamp(X) if (X == 0 || X > latest_abi_version) X = latest_abi_version in c_common_post_options() macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | comparison.d | 532 auto clamp(T1, T2, T3)(T1 val, T2 lower, T3 upper) in clamp() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | uni.d | 4563 struct clamp(size_t bits) in clamp() function
|
/netbsd-src/sys/dev/stbi/ |
H A D | stb_image.c | 1352 __forceinline static uint8 clamp(int x) in clamp() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 62 int64_t clamp(int64_t Value, int64_t Low, int64_t High) { in clamp() function
|