Searched defs:ComplexFloat (Results 1 – 3 of 3) sorted by relevance
34 constexpr _Complex float ComplexFloat = 3.1415f + 42i; in Test() local
54 template<_Complex float> struct ComplexFloat {}; struct
45 using ComplexFloat = _Complex float; typedef