Home
last modified time | relevance | path

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

/third_party/musl/src/internal/
Dcomplex_impl.h15 #define CMPLX(x, y) __CMPLX(x, y, double) macro
/third_party/musl/include/
Dcomplex.h125 #define CMPLX(x, y) __CMPLX(x, y, double) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dcomplex.h125 #define CMPLX(x, y) __CMPLX(x, y, double) macro
/third_party/musl/porting/uniproton/kernel/include/
Dcomplex.h125 #define CMPLX(x, y) __CMPLX(x, y, double) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dcomplex.h125 #define CMPLX(x, y) __CMPLX(x, y, double) macro
/third_party/FreeBSD/lib/msun/src/
Dmath_private.h562 CMPLX(double x, double y) in CMPLX() function