Searched defs:__CMPLX (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/ndk_musl_include/ |
D | complex.h | 119 #define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y)) macro 121 #define __CMPLX(x, y, t) (+(_Complex t){ (t)(x), (t)(y) }) macro 123 #define __CMPLX(x, y, t) (__builtin_complex((t)(x), (t)(y))) macro
|
/third_party/musl/include/ |
D | complex.h | 119 #define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y)) macro 121 #define __CMPLX(x, y, t) (+(_Complex t){ (t)(x), (t)(y) }) macro 123 #define __CMPLX(x, y, t) (__builtin_complex((t)(x), (t)(y))) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | complex.h | 119 #define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y)) macro 121 #define __CMPLX(x, y, t) (+(_Complex t){ (t)(x), (t)(y) }) macro 123 #define __CMPLX(x, y, t) (__builtin_complex((t)(x), (t)(y))) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | complex.h | 119 #define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y)) macro 121 #define __CMPLX(x, y, t) (+(_Complex t){ (t)(x), (t)(y) }) macro 123 #define __CMPLX(x, y, t) (__builtin_complex((t)(x), (t)(y))) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | complex.h | 119 #define __CMPLX(x, y, t) ((t)(x) + _Imaginary_I*(t)(y)) macro 121 #define __CMPLX(x, y, t) (+(_Complex t){ (t)(x), (t)(y) }) macro 123 #define __CMPLX(x, y, t) (__builtin_complex((t)(x), (t)(y))) macro
|
/third_party/musl/src/internal/ |
D | complex_impl.h | 12 #define __CMPLX(x, y, t) \ macro
|