Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/
H A Dcomplex.h47 #define CMPLX(x, y) ((double complex){ x, y }) macro
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h557 CMPLX(double x, double y) in CMPLX() function