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

/seL4-refos-master/libs/libmuslc/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
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dlibm.h145 #undef __CMPLX macro
150 #define __CMPLX(x, y, t) \ macro

Completed in 130 milliseconds