Searched defs:CMPLXF (Results 1 - 2 of 2) sorted by relevance

/bionic/libm/include/
H A Dcomplex.h52 #define CMPLXF(x, y) ((float complex){ x, y }) macro
56 #define CMPLXF(x, y) __builtin_complex((float)(x), (float)(y)) macro
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h458 * The C11 standard introduced the macros CMPLX(), CMPLXF() and CMPLXL()
463 #ifndef CMPLXF
465 CMPLXF(float x, float y) function

Completed in 71 milliseconds