Searched defs:clamp (Results 1 – 4 of 4) sorted by relevance
80 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
41 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) in clamp() function
449 #define clamp(x, lo, hi) min( max(x,lo), hi) macro
45 int64_t clamp(int64_t Value, int64_t Low, int64_t High) { in clamp() function