/external/cronet/tot/third_party/libc++/src/test/std/concepts/concepts.lang/concepts.arithmetic/ |
D | floating_point.compile.pass.cpp | 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 …]
|
/external/cronet/stable/third_party/libc++/src/test/std/concepts/concepts.lang/concepts.arithmetic/ |
D | floating_point.compile.pass.cpp | 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 …]
|
/external/ComputeLibrary/tests/framework/instruments/ |
D | Measurement.h | 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; member 255 _value.v.floating_point = static_cast<double>(v); in _unit()
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/ |
D | numbers | 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 …]
|
D | cmath | 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 …]
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/ |
D | numbers | 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 …]
|
D | cmath | 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 …]
|
/external/cronet/stable/third_party/libc++/src/include/ |
D | numbers | 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 …]
|
D | cmath | 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 …]
|
/external/cronet/tot/third_party/libc++/src/include/ |
D | numbers | 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 …]
|
D | cmath | 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 …]
|
/external/libcxx/include/ |
D | cmath | 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 …]
|
/external/cronet/tot/base/numerics/ |
D | angle_conversions.h | 14 requires std::floating_point<T> 20 requires std::floating_point<T>
|
D | safe_math_shared_impl.h | 122 requires(std::floating_point<Numeric>) 141 requires(std::floating_point<T>) 159 requires(std::floating_point<T>)
|
/external/cronet/stable/base/numerics/ |
D | angle_conversions.h | 14 requires std::floating_point<T> 20 requires std::floating_point<T>
|
D | safe_math_shared_impl.h | 122 requires(std::floating_point<Numeric>) 141 requires(std::floating_point<T>) 159 requires(std::floating_point<T>)
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/binary/ |
D | binary.hpp | 177 struct floating_point struct 185 struct floating_point<32> struct 191 struct floating_point<64> struct 398 : detail::basic_binary<detail::floating_point<bits>, \ 404 : detail::basic_binary_literal<Modifiers, detail::floating_point<bits> \
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/binary/ |
D | binary.hpp | 176 struct floating_point struct 184 struct floating_point<32> struct 191 struct floating_point<64> struct 377 : make_binary_parser<detail::floating_point<bits>, \ 383 : make_binary_lit_parser<A0, detail::floating_point<bits>, \
|
/external/cronet/tot/third_party/libc++/src/src/include/ |
D | from_chars_floating_point.h | 39 template <floating_point _Fp> 83 template <floating_point _Fp> 277 template <floating_point _Fp> 356 template <floating_point _Fp> 410 template <floating_point _Fp>
|
/external/cronet/stable/third_party/libc++/src/src/include/ |
D | from_chars_floating_point.h | 39 template <floating_point _Fp> 83 template <floating_point _Fp> 277 template <floating_point _Fp> 356 template <floating_point _Fp> 410 template <floating_point _Fp>
|
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | options.hpp | 93 BOOST_INTRUSIVE_OPTION_CONSTANT(floating_point, bool, Enabled, floating_point)
|
/external/cronet/tot/third_party/libc++/src/include/__format/ |
D | formatter_floating_point.h | 58 template <floating_point _Tp> 65 template <floating_point _Tp> 72 template <floating_point _Tp> 112 template <floating_point _Fp> 142 template <floating_point _Fp> 636 template <floating_point _Tp, class _CharT, class _FormatContext> 762 template <floating_point _Tp, class _FormatContext>
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__format/ |
D | formatter_floating_point.h | 58 template <floating_point _Tp> 65 template <floating_point _Tp> 72 template <floating_point _Tp> 112 template <floating_point _Fp> 142 template <floating_point _Fp> 636 template <floating_point _Tp, class _CharT, class _FormatContext> 762 template <floating_point _Tp, class _FormatContext>
|
/external/cronet/stable/third_party/libc++/src/include/__format/ |
D | formatter_floating_point.h | 58 template <floating_point _Tp> 65 template <floating_point _Tp> 72 template <floating_point _Tp> 112 template <floating_point _Fp> 142 template <floating_point _Fp> 636 template <floating_point _Tp, class _CharT, class _FormatContext> 762 template <floating_point _Tp, class _FormatContext>
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__format/ |
D | formatter_floating_point.h | 58 template <floating_point _Tp> 65 template <floating_point _Tp> 72 template <floating_point _Tp> 112 template <floating_point _Fp> 142 template <floating_point _Fp> 636 template <floating_point _Tp, class _CharT, class _FormatContext> 762 template <floating_point _Tp, class _FormatContext>
|