Searched defs:CMPLXF (Results 1 – 7 of 7) sorted by relevance
/third_party/musl/src/internal/ |
D | complex_impl.h | 16 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
|
/third_party/musl/ndk_musl_include/ |
D | complex.h | 126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
|
/third_party/musl/include/ |
D | complex.h | 126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | complex.h | 126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | complex.h | 126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | complex.h | 126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
|
/third_party/FreeBSD/lib/msun/src/ |
D | math_private.h | 551 CMPLXF(float x, float y) in CMPLXF() function
|