Searched refs:floating_point (Results 1 – 7 of 7) sorted by relevance
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 …]
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 …]
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 …]
45 concept floating_point = see below;
11 concept floating_point = std::is_same<T, float>::value || std::is_same<T, double>::value || std::is…18 std::floating_point auto con1();22 std::floating_point auto con1() { return 3.14f; } in con1()42 const std::floating_point auto* volatile con4();47 int req1(T t) requires std::floating_point<T>;
188 double floating_point(long long a, int b) { in floating_point() function
21 int_functions floating_point trigonometry74 group: floating_point853 floating_point system_locale1083 floating_point # sqrt() for astro.o