Home
last modified time | relevance | path

Searched defs:Backend (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/boost/multiprecision/detail/
Dinteger_ops.hpp130 divide_qr(const number<Backend, ExpressionTemplates>& x, const number<Backend, ExpressionTemplates>… in divide_qr()
139 divide_qr(const number<Backend, ExpressionTemplates>& x, const multiprecision::detail::expression<t… in divide_qr()
147 divide_qr(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x, const number<Backend, E… in divide_qr()
156 number<Backend, ExpressionTemplates>& q, number<Backend, ExpressionTemplates>& r) in divide_qr()
163 integer_modulus(const number<Backend, ExpressionTemplates>& x, Integer val) in integer_modulus()
179 lsb(const number<Backend, ExpressionTemplates>& x) in lsb()
197 msb(const number<Backend, ExpressionTemplates>& x) in msb()
215 bit_test(const number<Backend, ExpressionTemplates>& x, unsigned index) in bit_test()
233 bit_set(number<Backend, ExpressionTemplates>& x, unsigned index) in bit_set()
242 bit_unset(number<Backend, ExpressionTemplates>& x, unsigned index) in bit_unset()
[all …]
Dnumber_compare.hpp123 …lue != number_kind_floating_point, bool>::type is_unordered_value(const number<Backend, Expression… in is_unordered_value()
133 is_unordered_value(const number<Backend, ExpressionTemplates>& a) in is_unordered_value()
173 inline BOOST_MP_CXX14_CONSTEXPR bool operator==(const number<Backend, ExpressionTemplates>& a, cons… in operator ==()
182 operator==(const number<Backend, ExpressionTemplates>& a, const Arithmetic& b) in operator ==()
191 operator==(const Arithmetic& a, const number<Backend, ExpressionTemplates>& b) in operator ==()
233 inline BOOST_MP_CXX14_CONSTEXPR bool operator!=(const number<Backend, ExpressionTemplates>& a, cons… in operator !=()
242 operator!=(const number<Backend, ExpressionTemplates>& a, const Arithmetic& b) in operator !=()
251 operator!=(const Arithmetic& a, const number<Backend, ExpressionTemplates>& b) in operator !=()
294 operator<(const number<Backend, ExpressionTemplates>& a, const number<Backend2, ExpressionTemplates… in operator <()
303 operator<(const number<Backend, ExpressionTemplates>& a, const Arithmetic& b) in operator <()
[all …]
Ddefault_ops.hpp1884 …CONSTEXPR int fpclassify BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Ex… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1896 …_CONSTEXPR bool isfinite BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Ex… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1908 …X14_CONSTEXPR bool isnan BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Ex… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1919 …X14_CONSTEXPR bool isinf BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Ex… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1930 …_CONSTEXPR bool isnormal BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Ex… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1945 …CXX14_CONSTEXPR int sign BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Ex… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1957 …14_CONSTEXPR int signbit BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Ex… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1969 …ionTemplates> changesign BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Ex… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1980 …ssionTemplates> copysign BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Ex… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1985 …ssionTemplates> copysign BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::number<Backend, Ex… in BOOST_PREVENT_MACRO_SUBSTITUTION()
[all …]
Dublas_interop.hpp15 …parse_vector_element<V>& a, const ::boost::multiprecision::number<Backend, ExpressionTemplates>& b) in operator ==()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DAdapterVk.h25 class Backend; variable
DBackendVk.cpp34 Backend::Backend(InstanceBase* instance) : BackendConnection(instance, BackendType::Vulkan) { in Backend() function in dawn_native::vulkan::Backend
DVulkanInfo.h26 class Backend; variable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.h25 class Backend; variable
DBackendD3D12.cpp73 Backend::Backend(InstanceBase* instance) : BackendConnection(instance, BackendType::D3D12) { in Backend() function in dawn_native::d3d12::Backend
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.h26 class Backend; variable
DBackendD3D12.cpp83 Backend::Backend(InstanceBase* instance) in Backend() function in dawn_native::d3d12::Backend
/third_party/boost/boost/multiprecision/
Dlogged_adaptor.hpp16 inline void log_postfix_event(const Backend&, const char* /*event_description*/) in log_postfix_event()
20 inline void log_postfix_event(const Backend&, const T&, const char* /*event_description*/) in log_postfix_event()
24 inline void log_prefix_event(const Backend&, const char* /*event_description*/) in log_prefix_event()
28 inline void log_prefix_event(const Backend&, const T&, const char* /*event_description*/) in log_prefix_event()
32 inline void log_prefix_event(const Backend&, const T&, const U&, const char* /*event_description*/) in log_prefix_event()
36 inline void log_prefix_event(const Backend&, const T&, const U&, const V&, const char* /*event_desc… in log_prefix_event()
Dnumber.hpp103 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR number(const number<Backend, ET>& val) in number()
911 …BOOST_MP_FORCEINLINE BOOST_MP_CXX14_CONSTEXPR int compare(const number<Backend, ExpressionTemplate… in compare() argument
1981 …ckend& function_arg_value(const detail::expression<detail::terminal, number<Backend>, A2, A3, A4>&… in function_arg_value()
2002 inline std::ostream& operator<<(std::ostream& os, const number<Backend, ExpressionTemplates>& r) in operator <<()
2073 inline std::istream& operator>>(std::istream& is, number<Backend, ExpressionTemplates>& r) in operator >>()
2108 BOOST_MP_FORCEINLINE BOOST_MP_CXX14_CONSTEXPR void swap(number<Backend, ExpressionTemplates>& a, nu… in swap()
2117 inline BOOST_MP_CXX14_CONSTEXPR std::size_t hash_value(const number<Backend, ExpressionTemplates>& … in hash_value()
2128 inline std::istream& operator>>(std::istream& is, rational<multiprecision::number<Backend, Expressi… in operator >>()
/third_party/mindspore/mindspore/ccsrc/vm/
Dvm.h42 class Backend; variable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp92 Backend::Backend(InstanceBase* instance) : BackendConnection(instance, BackendType::OpenGL) { in Backend() function in dawn_native::opengl::Backend
/third_party/flutter/skia/bench/
DBenchmark.h42 enum Backend { enum
/third_party/skia/bench/
DBenchmark.h43 enum Backend { enum
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.h28 class Backend; variable
DBackendVk.cpp392 Backend::Backend(InstanceBase* instance) in Backend() function in dawn_native::vulkan::Backend
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp269 Backend::Backend(InstanceBase* instance, wgpu::BackendType backendType) in Backend() function in dawn_native::opengl::Backend
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp41 class Backend : public BackendConnection { class
43 Backend(InstanceBase* instance) : BackendConnection(instance, BackendType::Null) { in Backend() function in dawn_native::null::Backend
/third_party/mindspore/mindspore/communication/
D_comm_helper.py56 class Backend: class
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp64 class Backend : public BackendConnection { class
66 Backend(InstanceBase* instance) : BackendConnection(instance, wgpu::BackendType::Null) { in Backend() function in dawn_native::null::Backend
/third_party/boost/libs/math/reporting/performance/
Dtest_gcd.cpp117 inline bool even(boost::multiprecision::number<Backend, ExpressionTemplates> const& val) in even()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h338 ThinBackend Backend; member

12