Searched defs:clamp (Results 1 – 6 of 6) sorted by relevance
119 vec_perm_indices::clamp (element_type elt) const in clamp() function
89 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
928 #define clamp(X) if (X == 0 || X > latest_abi_version) X = latest_abi_version in c_common_post_options() macro
85 #define clamp(x, lo, hi) min( max(x,lo), hi) macro