Searched defs:CMPLXL (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/include/
H A Dcomplex.h53 #define CMPLXL(x, y) ((long double complex){ x, y }) macro
57 #define CMPLXL(x, y) __builtin_complex((long double)(x), (long double)(y)) macro
/freebsd-10-stable/lib/msun/tests/
H A Dtest-utils.h81 CMPLXL(long double x, long double y) function
/freebsd-10-stable/lib/msun/src/
H A Dmath_private.h489 CMPLXL(long double x, long double y) function

Completed in 51 milliseconds