Home
last modified time | relevance | path

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

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