Home
last modified time | relevance | path

Searched refs:__CMPLX (Results 1 - 1 of 1) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dcomplex.h119 #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
125 #define CMPLX(x, y) __CMPLX(x, y, double)
126 #define CMPLXF(x, y) __CMPLX(x, y, float)
127 #define CMPLXL(x, y) __CMPLX(x, y, long double)

Completed in 1 milliseconds