Home
last modified time | relevance | path

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

/bionic/libc/include/
Dcomplex.h49 #define CMPLXF(x, y) ((float complex){ x, y }) macro
53 #define CMPLXF(x, y) __builtin_complex((float)(x), (float)(y)) macro
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h465 CMPLXF(float x, float y) in CMPLXF() function