Home
last modified time | relevance | path

Searched defs:z_ (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dcomplex.c30 #define COMPLEX_ASSIGN(z_, r_, i_) {__real__(z_) = (r_); __imag__(z_) = (i_);} argument
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dcomplex.c30 #define COMPLEX_ASSIGN(z_, r_, i_) {__real__(z_) = (r_); __imag__(z_) = (i_);} argument
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c46 #define COMPLEX_ASSIGN(z_, r_, i_) {__real__(z_) = (r_); __imag__(z_) = (i_);} argument
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c46 #define COMPLEX_ASSIGN(z_, r_, i_) {__real__(z_) = (r_); __imag__(z_) = (i_);} argument
/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.c111 static inline void CLAMP(mp_int z_) { in CLAMP()