Searched refs:floating_point (Results 1 – 8 of 8) sorted by relevance
113 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 …]
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);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 …]
45 concept floating_point = see below;
57 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>
39 concept floating_point = is_floating_point_v<_Tp>; variable
29 using std::floating_point;
635 if constexpr (std::floating_point<_Rep>)
1257 SYMBOL(floating_point, std::, <concepts>)