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;
103 template <floating_point T> inline constexpr T e_v<T> = 2.71828182845904523536028747135266…
104 template <floating_point T> inline constexpr T log2e_v<T> = 1.44269504088896340735992468100189…
105 template <floating_point T> inline constexpr T log10e_v<T> = 0.43429448190325182765112891891660…
106 template <floating_point T> inline constexpr T pi_v<T> = 3.14159265358979323846264338327950…
107 template <floating_point T> inline constexpr T inv_pi_v<T> = 0.31830988618379067153776752674502…
108 template <floating_point T> inline constexpr T inv_sqrtpi_v<T> = 0.56418958354775628694807945156077…
109 template <floating_point T> inline constexpr T ln2_v<T> = 0.69314718055994530941723212145817…
110 template <floating_point T> inline constexpr T ln10_v<T> = 2.30258509299404568401799145468436…
111 template <floating_point T> inline constexpr T sqrt2_v<T> = 1.41421356237309504880168872420969…
112 template <floating_point T> inline constexpr T sqrt3_v<T> = 1.73205080756887729352744634150587…
113 template <floating_point T> inline constexpr T inv_sqrt3_v<T> = 0.57735026918962576450914878050195…
114 template <floating_point T> inline constexpr T egamma_v<T> = 0.57721566490153286060651209008240…
115 template <floating_point T> inline constexpr T phi_v<T> = 1.61803398874989484820458683436563…