Home
last modified time | relevance | path

Searched defs:CMPLXF (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/src/internal/
Dcomplex_impl.h16 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
/third_party/musl/ndk_musl_include/
Dcomplex.h126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
/third_party/musl/include/
Dcomplex.h126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dcomplex.h126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dcomplex.h126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
/third_party/musl/porting/uniproton/kernel/include/
Dcomplex.h126 #define CMPLXF(x, y) __CMPLX(x, y, float) macro
/third_party/FreeBSD/lib/msun/src/
Dmath_private.h551 CMPLXF(float x, float y) in CMPLXF() function