Searched defs:clamp (Results 1 – 4 of 4) sorted by relevance
25 clamp(_LIBCPP_LIFETIMEBOUND const _Tp& __v, in clamp() function35 clamp(_LIBCPP_LIFETIMEBOUND const _Tp& __v, in clamp() function
64 #define clamp(x, lo, hi) min(max(x, lo), hi) macro
278 const char* const clamp = BC_DEFAULT_DIGIT_CLAMP ? "to clamp" : local298 const char* const clamp = DC_DEFAULT_DIGIT_CLAMP ? "to clamp" : local
50 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) in clamp() function