Lines Matching refs:template
17 template<class T> inline constexpr T e_v = unspecified;
18 template<class T> inline constexpr T log2e_v = unspecified;
19 template<class T> inline constexpr T log10e_v = unspecified;
20 template<class T> inline constexpr T pi_v = unspecified;
21 template<class T> inline constexpr T inv_pi_v = unspecified;
22 template<class T> inline constexpr T inv_sqrtpi_v = unspecified;
23 template<class T> inline constexpr T ln2_v = unspecified;
24 template<class T> inline constexpr T ln10_v = unspecified;
25 template<class T> inline constexpr T sqrt2_v = unspecified;
26 template<class T> inline constexpr T sqrt3_v = unspecified;
27 template<class T> inline constexpr T inv_sqrt3_v = unspecified;
28 template<class T> inline constexpr T egamma_v = unspecified;
29 template<class T> inline constexpr T phi_v = unspecified;
31 template<floating_point T> inline constexpr T e_v<T> = see below;
32 template<floating_point T> inline constexpr T log2e_v<T> = see below;
33 template<floating_point T> inline constexpr T log10e_v<T> = see below;
34 template<floating_point T> inline constexpr T pi_v<T> = see below;
35 template<floating_point T> inline constexpr T inv_pi_v<T> = see below;
36 template<floating_point T> inline constexpr T inv_sqrtpi_v<T> = see below;
37 template<floating_point T> inline constexpr T ln2_v<T> = see below;
38 template<floating_point T> inline constexpr T ln10_v<T> = see below;
39 template<floating_point T> inline constexpr T sqrt2_v<T> = see below;
40 template<floating_point T> inline constexpr T sqrt3_v<T> = see below;
41 template<floating_point T> inline constexpr T inv_sqrt3_v<T> = see below;
42 template<floating_point T> inline constexpr T egamma_v<T> = see below;
43 template<floating_point T> inline constexpr T phi_v<T> = see below;
76 template <class _Tp>
79 template <class _Tp>
82 …alse<_Tp>, "A program that instantiates a primary template of a mathematical constant variable tem…
85 template <class _Tp> inline constexpr _Tp e_v = __illformed<_Tp>{};
86 template <class _Tp> inline constexpr _Tp log2e_v = __illformed<_Tp>{};
87 template <class _Tp> inline constexpr _Tp log10e_v = __illformed<_Tp>{};
88 template <class _Tp> inline constexpr _Tp pi_v = __illformed<_Tp>{};
89 template <class _Tp> inline constexpr _Tp inv_pi_v = __illformed<_Tp>{};
90 template <class _Tp> inline constexpr _Tp inv_sqrtpi_v = __illformed<_Tp>{};
91 template <class _Tp> inline constexpr _Tp ln2_v = __illformed<_Tp>{};
92 template <class _Tp> inline constexpr _Tp ln10_v = __illformed<_Tp>{};
93 template <class _Tp> inline constexpr _Tp sqrt2_v = __illformed<_Tp>{};
94 template <class _Tp> inline constexpr _Tp sqrt3_v = __illformed<_Tp>{};
95 template <class _Tp> inline constexpr _Tp inv_sqrt3_v = __illformed<_Tp>{};
96 template <class _Tp> inline constexpr _Tp egamma_v = __illformed<_Tp>{};
97 template <class _Tp> inline constexpr _Tp phi_v = __illformed<_Tp>{};
99 template <floating_point _Tp> inline constexpr _Tp e_v<_Tp> = 2.71828182845904523536028747…
100 template <floating_point _Tp> inline constexpr _Tp log2e_v<_Tp> = 1.44269504088896340735992468…
101 template <floating_point _Tp> inline constexpr _Tp log10e_v<_Tp> = 0.43429448190325182765112891…
102 template <floating_point _Tp> inline constexpr _Tp pi_v<_Tp> = 3.14159265358979323846264338…
103 template <floating_point _Tp> inline constexpr _Tp inv_pi_v<_Tp> = 0.31830988618379067153776752…
104 template <floating_point _Tp> inline constexpr _Tp inv_sqrtpi_v<_Tp> = 0.56418958354775628694807945…
105 template <floating_point _Tp> inline constexpr _Tp ln2_v<_Tp> = 0.69314718055994530941723212…
106 template <floating_point _Tp> inline constexpr _Tp ln10_v<_Tp> = 2.30258509299404568401799145…
107 template <floating_point _Tp> inline constexpr _Tp sqrt2_v<_Tp> = 1.41421356237309504880168872…
108 template <floating_point _Tp> inline constexpr _Tp sqrt3_v<_Tp> = 1.73205080756887729352744634…
109 template <floating_point _Tp> inline constexpr _Tp inv_sqrt3_v<_Tp> = 0.57735026918962576450914878…
110 template <floating_point _Tp> inline constexpr _Tp egamma_v<_Tp> = 0.57721566490153286060651209…
111 template <floating_point _Tp> inline constexpr _Tp phi_v<_Tp> = 1.61803398874989484820458683…