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

/freebsd-10.2-release/include/
H A Dcomplex.h51 #define CMPLX(x, y) ((double complex){ x, y }) macro
55 #define CMPLX(x, y) __builtin_complex((double)(x), (double)(y)) macro
/freebsd-10.2-release/lib/msun/src/
H A Dmath_private.h477 CMPLX(double x, double y) function

Completed in 52 milliseconds