Searched defs:CMPLXL (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/src/internal/ |
D | complex_impl.h | 17 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
|
/third_party/musl/include/ |
D | complex.h | 127 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | complex.h | 127 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | complex.h | 127 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | complex.h | 127 #define CMPLXL(x, y) __CMPLX(x, y, long double) macro
|
/third_party/FreeBSD/lib/msun/src/ |
D | math_private.h | 574 CMPLXL(long double x, long double y) in CMPLXL() function
|