Home
last modified time | relevance | path

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

/dflybsd-src/contrib/openbsd_libm/include/global/
H A Dcomplex.h42 #define CMPLXF(x, y) __builtin_complex((float)(x), (float)(y)) macro
46 #define CMPLXF(x, y) ((float complex){ x, y }) macro