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

/seL4-refos-master/libs/libmuslc/include/
H A Dcomplex.h105 #define __CIMAG(x, t) \ macro
112 #define cimag(x) __CIMAG(x, double)
113 #define cimagf(x) __CIMAG(x, float)
114 #define cimagl(x) __CIMAG(x, long double)

Completed in 21 milliseconds