Home
last modified time | relevance | path

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

/freebsd/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;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
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 …]
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dfrom_chars_floating_point.h39 template <floating_point _Fp>
83 template <floating_point _Fp>
277 template <floating_point _Fp>
356 template <floating_point _Fp>
410 template <floating_point _Fp>
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_floating_point.h59 template <floating_point _Tp>
66 template <floating_point _Tp>
73 template <floating_point _Tp>
113 template <floating_point _Fp>
143 template <floating_point _Fp>
637 template <floating_point _Tp, class _CharT, class _FormatContext>
763 template <floating_point _Tp, class _FormatContext>
/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Darithmetic.h37 concept floating_point = is_floating_point_v<_Tp>; variable
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.cppm
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_ref.h75 has_unique_object_representations_v<_Tp> || floating_point<_Tp> in __compare_exchange()
306 requires std::floating_point<_Tp>
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h808 if constexpr (std::floating_point<_Rep>)
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1278 SYMBOL(floating_point, std::, <concepts>)