Searched refs:floating_point (Results 1 – 16 of 16) sorted by relevance
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;206 concept floating_point = is_floating_point_v<_Tp>;
528 template<floating_point _Tp>600 // FIXME: || floating_point<remove_reference_t<_Tp>>612 if constexpr (floating_point<decay_t<_Tp>>)633 if constexpr (floating_point<decay_t<_Tp>>)646 = floating_point<remove_reference_t<_Tp>>657 if constexpr (floating_point<decay_t<_Tp>>)679 if constexpr (floating_point<decay_t<_Tp>>)
573 template<floating_point _Tp>645 || floating_point<remove_reference_t<_Tp>>657 if constexpr (floating_point<decay_t<_Tp>>)953 if constexpr (floating_point<decay_t<_Tp>>)966 = floating_point<remove_reference_t<_Tp>>977 if constexpr (floating_point<decay_t<_Tp>>)999 if constexpr (floating_point<decay_t<_Tp>>)
404 } floating_point, fixed_point, instruction_cache_unit, member
109 concept floating_point = is_floating_point_v<_Tp>;
3706 floating_point = 0;3717 In this example, the symbol 'floating_point' will be defined as zero.3735 HIDDEN(floating_point = 0);
4515 floating_point = 0;4528 In this example, the symbol @samp{floating_point} will be defined as4544 HIDDEN(floating_point = 0);
4698 floating_point = 0;4711 In this example, the symbol @samp{floating_point} will be defined as4727 HIDDEN(floating_point = 0);
3866 floating_point = 0;3877 In this example, the symbol ‘floating_point’ will be defined as zero.3895 HIDDEN(floating_point = 0);
1432 floating_point.cc: New test.
4522 * testsuite/std/concepts/concepts.lang/concept.arithmetic/floating_point.cc:
100956 …b539f765fa7 libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.arithmetic/floating_point.cc
115480 …6c6edb515a7 libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.arithmetic/floating_point.cc