Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dnumbers113 template <floating_point _Tp>
115 template <floating_point _Tp>
117 template <floating_point _Tp>
119 template <floating_point _Tp>
121 template <floating_point _Tp>
123 template <floating_point _Tp>
125 template <floating_point _Tp>
127 template <floating_point _Tp>
129 template <floating_point _Tp>
131 template <floating_point _Tp>
[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);
65 floating_point ceil (arithmetic x);
69 floating_point cos (arithmetic x);
73 floating_point cosh (arithmetic x);
77 floating_point exp (arithmetic x);
101 floating_point log (arithmetic x);
109 floating_point modf (floating_point value, floating_point* iptr);
[all …]
H A Dconcepts45 concept floating_point = see below;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_floating_point.h57 template <floating_point _Tp>
64 template <floating_point _Tp>
71 template <floating_point _Tp>
111 template <floating_point _Fp>
141 template <floating_point _Fp>
635 template <floating_point _Tp, class _CharT, class _FormatContext>
761 template <floating_point _Tp, class _FormatContext>
/freebsd-14.2/contrib/llvm-project/libcxx/include/__concepts/
H A Darithmetic.h39 concept floating_point = is_floating_point_v<_Tp>; variable
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.inc29 using std::floating_point;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h635 if constexpr (std::floating_point<_Rep>)
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1257 SYMBOL(floating_point, std::, <concepts>)