Home
last modified time | relevance | path

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

/dflybsd-src/contrib/openbsd_libm/include/global/
H A Dcomplex.h43 #define CMPLXL(x, y) __builtin_complex((long double)(x), (long double)(y)) macro
47 #define CMPLXL(x, y) ((long double complex){ x, y }) macro