Lines Matching refs:z
438 #define REALPART(z) ((z).a[0]) argument
439 #define IMAGPART(z) ((z).a[1]) argument
454 float_complex z; in cpackf() local
456 REALPART(z) = x; in cpackf()
457 IMAGPART(z) = y; in cpackf()
458 return (z.f); in cpackf()
464 double_complex z; in cpack() local
466 REALPART(z) = x; in cpack()
467 IMAGPART(z) = y; in cpack()
468 return (z.f); in cpack()
474 long_double_complex z; in cpackl() local
476 REALPART(z) = x; in cpackl()
477 IMAGPART(z) = y; in cpackl()
478 return (z.f); in cpackl()