Searched defs:CMPLXF (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/src/internal/ |
H A D | complex_impl.h | 9 #undef CMPLXF macro 16 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | complex.h | 126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | complex.h | 126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | complex.h | 126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
|
/third_party/musl/include/ |
H A D | complex.h | 126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
|
/third_party/FreeBSD/lib/msun/src/ |
H A D | math_private.h | 550 CMPLXF(float x, float y) in CMPLXF() function
|
Completed in 3 milliseconds