Searched defs:CMPLXL (Results 1 - 3 of 3) sorted by last modified time

/barrelfish-master/usr/tests/msun/
H A Dtest-utils.h81 CMPLXL(long double x, long double y) function
/barrelfish-master/lib/msun/src/
H A Dmath_private.h489 CMPLXL(long double x, long double y) function
/barrelfish-master/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

Completed in 47 milliseconds