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