Searched defs:CMPLX (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | complex.h | 47 #define CMPLX(x, y) ((double complex){ x, y }) macro |
/bionic/libm/upstream-freebsd/lib/msun/src/ | ||
D | math_private.h | 557 CMPLX(double x, double y) in CMPLX() function |