Lines Matching refs:floating_point
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;
100 template <floating_point _Tp> inline constexpr _Tp e_v<_Tp> = 2.71828182845904523536028747…
101 template <floating_point _Tp> inline constexpr _Tp log2e_v<_Tp> = 1.44269504088896340735992468…
102 template <floating_point _Tp> inline constexpr _Tp log10e_v<_Tp> = 0.43429448190325182765112891…
103 template <floating_point _Tp> inline constexpr _Tp pi_v<_Tp> = 3.14159265358979323846264338…
104 template <floating_point _Tp> inline constexpr _Tp inv_pi_v<_Tp> = 0.31830988618379067153776752…
105 template <floating_point _Tp> inline constexpr _Tp inv_sqrtpi_v<_Tp> = 0.56418958354775628694807945…
106 template <floating_point _Tp> inline constexpr _Tp ln2_v<_Tp> = 0.69314718055994530941723212…
107 template <floating_point _Tp> inline constexpr _Tp ln10_v<_Tp> = 2.30258509299404568401799145…
108 template <floating_point _Tp> inline constexpr _Tp sqrt2_v<_Tp> = 1.41421356237309504880168872…
109 template <floating_point _Tp> inline constexpr _Tp sqrt3_v<_Tp> = 1.73205080756887729352744634…
110 template <floating_point _Tp> inline constexpr _Tp inv_sqrt3_v<_Tp> = 0.57735026918962576450914878…
111 template <floating_point _Tp> inline constexpr _Tp egamma_v<_Tp> = 0.57721566490153286060651209…
112 template <floating_point _Tp> inline constexpr _Tp phi_v<_Tp> = 1.61803398874989484820458683…