Searched defs:z_ (Results 1 – 5 of 5) sorted by relevance
30 #define COMPLEX_ASSIGN(z_, r_, i_) {__real__(z_) = (r_); __imag__(z_) = (i_);} argument
46 #define COMPLEX_ASSIGN(z_, r_, i_) {__real__(z_) = (r_); __imag__(z_) = (i_);} argument
111 static inline void CLAMP(mp_int z_) { in CLAMP()