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

/freebsd-13-stable/include/
H A Dcomplex.h55 #define CMPLXL(x, y) ((long double complex){ x, y }) macro
59 #define CMPLXL(x, y) __builtin_complex((long double)(x), (long double)(y)) macro
/freebsd-13-stable/lib/msun/tests/
H A Dtest-utils.h84 CMPLXL(long double x, long double y) function
/freebsd-13-stable/lib/msun/src/
H A Dmath_private.h569 CMPLXL(long double x, long double y) function

Completed in 48 milliseconds