Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvec-perm-indices.h120 vec_perm_indices::clamp (element_type elt) const in clamp() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvec-perm-indices.h119 vec_perm_indices::clamp (element_type elt) const in clamp() function
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUModifierSyntax.rst1294 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 Deddsa.c41 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 Dr300_cmdbuf.c984 int clamp; in r300_emit_r500fp() local
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecContext.h89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecContext.h89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecContext.h89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecContext.h89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
H A Deddsa.c50 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 Dc-opts.c960 #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 Dkernel.h93 #define clamp(X, MN, MX) MIN(MAX(X, MN), MX) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.cc992 #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 Dcomparison.d532 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 Duni.d4563 struct clamp(size_t bits) in clamp() function
/netbsd-src/sys/dev/stbi/
H A Dstb_image.c1352 __forceinline static uint8 clamp(int x) in clamp() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp62 int64_t clamp(int64_t Value, int64_t Low, int64_t High) { in clamp() function