Searched refs:floating_point (Results 1 – 13 of 13) sorted by relevance
21 constexpr bool result = std::floating_point<T>; in CheckFloatingPointQualifiers()22 static_assert(std::floating_point<const T> == result); in CheckFloatingPointQualifiers()23 static_assert(std::floating_point<volatile T> == result); in CheckFloatingPointQualifiers()24 static_assert(std::floating_point<const volatile T> == result); in CheckFloatingPointQualifiers()26 static_assert(!std::floating_point<T&>); in CheckFloatingPointQualifiers()27 static_assert(!std::floating_point<const T&>); in CheckFloatingPointQualifiers()28 static_assert(!std::floating_point<volatile T&>); in CheckFloatingPointQualifiers()29 static_assert(!std::floating_point<const volatile T&>); in CheckFloatingPointQualifiers()31 static_assert(!std::floating_point<T&&>); in CheckFloatingPointQualifiers()32 static_assert(!std::floating_point<const T&&>); in CheckFloatingPointQualifiers()[all …]
61 os << arithmetic_to_string(value.v.floating_point, 4);87 b.v.floating_point += v.floating_point;106 b.v.floating_point -= v.floating_point;125 b.v.floating_point *= v.floating_point;145 res.v.floating_point = v.floating_point / b;164 v.floating_point -= b.v.floating_point;183 return v.floating_point < b.v.floating_point;202 return 100.0 * sqrt(variance.v.floating_point) / mean.v.floating_point; in relative_standard_deviation()213 double floating_point; member255 _value.v.floating_point = static_cast<double>(v); in _unit()
425 …Measurement counters((_counters.at("GPU_ACTIVE").value() / _scale_factor).v.floating_point, _unit … in measurements()
48 floating_point abs(floating_point x);50 floating_point acos (arithmetic x);54 floating_point asin (arithmetic x);58 floating_point atan (arithmetic x);62 floating_point atan2 (arithmetic y, arithmetic x);66 floating_point ceil (arithmetic x);70 floating_point cos (arithmetic x);74 floating_point cosh (arithmetic x);78 floating_point exp (arithmetic x);82 floating_point fabs (arithmetic x);[all …]
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;
56 template <floating_point _Tp>63 template <floating_point _Tp>70 template <floating_point _Tp>110 template <floating_point _Fp>140 template <floating_point _Fp>611 template <floating_point _Tp, class _CharT>738 template <floating_point _Tp>
39 concept floating_point = is_floating_point_v<_Tp>; variable
173 cmsFloat32Number floating_point; in _cmsReadFloat32Number() member184 *n = tmp.floating_point; in _cmsReadFloat32Number()313 cmsFloat32Number floating_point; in _cmsWriteFloat32Number() member316 tmp.floating_point = n; in _cmsWriteFloat32Number()
21 int_functions floating_point trigonometry77 group: floating_point868 floating_point system_locale1100 floating_point # sqrt() for astro.o
609 if constexpr (std::floating_point<_Rep>)