Searched defs:CMPLX (Results 1 – 4 of 4) sorted by relevance
/external/musl/src/internal/ |
D | complex_impl.h | 15 #define CMPLX(x, y) __CMPLX(x, y, double) macro
|
/external/trusty/musl/src/internal/ |
D | complex_impl.h | 15 #define CMPLX(x, y) __CMPLX(x, y, double) macro
|
/external/musl/include/ |
D | complex.h | 125 #define CMPLX(x, y) __CMPLX(x, y, double) macro
|
/external/trusty/musl/include/ |
D | complex.h | 125 #define CMPLX(x, y) __CMPLX(x, y, double) macro
|