Searched defs:CMPLX (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/
H A Dcomplex.h48 #define CMPLX(x, y) ((double complex){ x, y }) macro
52 #define CMPLX(x, y) __builtin_complex((double)(x), (double)(y)) macro
/bionic/tools/versioner/current/
H A Dcomplex.h48 #define CMPLX(x, y) ((double complex){ x, y }) macro
52 #define CMPLX(x, y) __builtin_complex((double)(x), (double)(y)) macro
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h458 * The C11 standard introduced the macros CMPLX(), CMPLXF() and CMPLXL()
475 #ifndef CMPLX
477 CMPLX(double x, double y) function

Completed in 1477 milliseconds