Home
last modified time | relevance | path

Searched refs:floating_point (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/libcxx/include/
H A Dnumbers31 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 …]
H A Dcmath47 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 …]
H A Dconcepts45 concept floating_point = see below;
/src/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_floating_point.h58 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>
/src/contrib/llvm-project/libcxx/include/__concepts/
H A Darithmetic.h39 concept floating_point = is_floating_point_v<_Tp>; variable
/src/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.inc29 using std::floating_point;
/src/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_ref.h73 has_unique_object_representations_v<_Tp> || floating_point<_Tp> in __compare_exchange()
304 requires std::floating_point<_Tp>
/src/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h763 if constexpr (std::floating_point<_Rep>)
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1257 SYMBOL(floating_point, std::, <concepts>)