Searched defs:CMPLX (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/include/
H A Dcomplex.h53 #define CMPLX(x, y) ((double complex){ x, y }) macro
57 #define CMPLX(x, y) __builtin_complex((double)(x), (double)(y)) macro
/freebsd-13-stable/lib/msun/src/
H A Dmath_private.h557 CMPLX(double x, double y) function

Completed in 98 milliseconds