Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libdecnumber/
H A DdecContext.h80 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
/freebsd-12.1/crypto/openssl/crypto/ec/curve448/
H A Deddsa.c41 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) in clamp() function
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h449 #define clamp(x, lo, hi) min( max(x,lo), hi) macro
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp45 int64_t clamp(int64_t Value, int64_t Low, int64_t High) { in clamp() function