Searched defs:pi0a (Results 1 – 1 of 1) sorted by relevance
130 T pi0a = T(3.1415926535897932385); // expected-note {{variable template 'pi0a' declared here}} variable131 …template float pi0a<int>; // expected-error {{type 'float' of explicit instantiation of 'pi0a' doe… variable364 T pi0a = T(3.1415926535897932385); variable370 template float pi0a<float>; variable373 template<> double pi0a<double> = 5.2; variable