Home
last modified time | relevance | path

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

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