Searched refs:floating_point (Results 1 – 9 of 9) sorted by relevance
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;[all …]
47 floating_point abs(floating_point x);49 floating_point acos (arithmetic x);53 floating_point asin (arithmetic x);57 floating_point atan (arithmetic x);61 floating_point atan2 (arithmetic y, arithmetic x);65 floating_point ceil (arithmetic x);69 floating_point cos (arithmetic x);73 floating_point cosh (arithmetic x);77 floating_point exp (arithmetic x);81 floating_point fabs (arithmetic x);[all …]
45 concept floating_point = see below;
58 template <floating_point _Tp>65 template <floating_point _Tp>72 template <floating_point _Tp>112 template <floating_point _Fp>142 template <floating_point _Fp>636 template <floating_point _Tp, class _CharT, class _FormatContext>762 template <floating_point _Tp, class _FormatContext>
39 concept floating_point = is_floating_point_v<_Tp>; variable
29 using std::floating_point;
73 has_unique_object_representations_v<_Tp> || floating_point<_Tp> in __compare_exchange()304 requires std::floating_point<_Tp>
763 if constexpr (std::floating_point<_Rep>)
1257 SYMBOL(floating_point, std::, <concepts>)