Home
last modified time | relevance | path

Searched defs:CMPLXL (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dcomplex.h50 #define CMPLXL(x, y) ((long double complex){ x, y }) macro
54 #define CMPLXL(x, y) __builtin_complex((long double)(x), (long double)(y)) macro
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h489 CMPLXL(long double x, long double y) in CMPLXL() function