Home
last modified time | relevance | path

Searched defs:Complex (Results 1 – 24 of 24) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/
Dcomplex.h36 struct alignas(sizeof(T) * 2) Complex { struct
43 Complex &operator=(const Complex<T> &other) noexcept = default; argument
44 Complex &operator=(Complex<T> &&other) noexcept = default; argument
46 …HOST_DEVICE inline constexpr Complex(const T &real, const T &imag = T()) : real_(real), imag_(imag… in real_() argument
49 …inline explicit constexpr Complex(const std::complex<U> &other) : Complex(other.real(), other.imag… in Complex() argument
55 …HOST_DEVICE inline explicit constexpr Complex(const float16 &real) : real_(static_cast<T>(real)), … in Complex() function
58 …HOST_DEVICE inline explicit Complex(const thrust::complex<U> &other) : real_(other.real()), imag_(… in Complex() function
66 HOST_DEVICE inline explicit Complex(const Complex<U> &other) in Complex() argument
86 HOST_DEVICE inline Complex<T> &operator=(const T &real) { argument
152 HOST_DEVICE inline Complex<T> &Complex<T>::operator*=(const Complex<U> &z) { argument
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Dcast_gpu_kernel.cc46 using Complex = mindspore::utils::Complex<T>; typedef
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dbroadcast_complex_gpu_kernel.cc33 using Complex = mindspore::utils::Complex<T>; typedef
Dunary_op_complex_gpu_kernel.h31 using Complex = mindspore::utils::Complex<T>; variable
/third_party/mindspore/mindspore/core/ir/dtype/
Dnumber.cc53 Complex::Complex(const int nbits) : Number(ComplexBitsToTypeId(nbits), nbits, false) { in Complex() function in mindspore::Complex
Dnumber.h156 Complex() : Number(kNumberTypeComplex64, 64, false) {} in Complex() function
159 MS_DECLARE_PARENT(Complex, Number) in MS_DECLARE_PARENT() argument
/third_party/boost/libs/math/example/
Ddaubechies_coefficients.cpp153 std::vector<typename Complex::value_type> daubechies_coefficients(std::vector<std::pair<Complex, Co… in daubechies_coefficients()
210 typedef boost::multiprecision::cpp_complex<100> Complex; in main() typedef
/third_party/boost/libs/math/example/daubechies_wavelets/
Ddaubechies_coefficients.cpp161 std::vector<typename Complex::value_type> daubechies_coefficients(std::vector<std::pair<Complex, Co… in daubechies_coefficients()
217 typedef boost::multiprecision::cpp_complex<500> Complex; in main() typedef
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/sponge/pme/
Difft_3d_kernel.h30 using Complex = mindspore::utils::Complex<T>; variable
Dfft_3d_kernel.h30 using Complex = mindspore::utils::Complex<T>; variable
/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dtest.proto92 message Complex { message
105 message Complex { message
/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dtest.proto92 message Complex { message
105 message Complex { message
/third_party/protobuf/js/
Dtest.proto92 message Complex { message
106 message Complex { message
/third_party/gn/src/gn/
Dninja_create_bundle_target_writer_unittest.cc271 TEST(NinjaCreateBundleTargetWriter, Complex) { in TEST() argument
/third_party/mindspore/mindspore/_extends/graph_kernel/model/
Dop_infer.py292 class Complex(OpInfer): class
/third_party/python/Lib/
Dnumbers.py32 class Complex(Number): class
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dstructured_loop_to_selection_test.cpp1062 TEST(StructuredLoopToSelectionReductionPassTest, Complex) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
Dstructured_loop_to_selection_test.cpp1062 TEST(StructuredLoopToSelectionReductionPassTest, Complex) { in TEST() argument
/third_party/spirv-tools/test/reduce/
Dstructured_loop_to_selection_test.cpp1062 TEST(StructuredLoopToSelectionReductionPassTest, Complex) { in TEST() argument
/third_party/python/Lib/test/
Dtest_getargs2.py124 class Complex: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h348 Complex = 28, enumerator
/third_party/quickjs/
Dqjscalc.js27 var Integer, Float, Fraction, Complex, Mod, Polynomial, PolyMod, RationalFunction, Series, Matrix; variable
706 Complex = function Complex(re, im) class
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector_test.cc2772 TEST_F(InspectorGetSamplerTextureUsesTest, Complex) { in TEST_F() argument
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1 …on"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=t… property