Home
last modified time | relevance | path

Searched defs:complex (Results 1 – 25 of 80) sorted by relevance

1234

/external/pytorch/c10/util/
Dcomplex.h146 struct alignas(sizeof(T) * 2) complex { struct
152 constexpr complex() = default; argument
156 explicit constexpr complex(const std::complex<U>& other) in complex() argument
160 explicit C10_HOST_DEVICE complex(const thrust::complex<U>& other) in complex() function
170 C10_HOST_DEVICE explicit constexpr complex( in complex() function
174 C10_HOST_DEVICE constexpr complex( in complex() function
245 constexpr FORCE_INLINE_APPLE complex<T>& operator/=(const complex<U>& rhs) argument
265 /* divide by zeros should yield a complex inf or nan */ argument
285 constexpr complex<T>& operator=(const std::complex<U>& rhs) { argument
301 explicit constexpr operator std::complex<U>() const { in complex() argument
[all …]
/external/pytorch/test/jit/
Dtest_complex.py22 def fn(a: complex):
28 def fn(a: List[complex], idx: int):
35 def fn(a: Dict[complex, complex], key: complex) -> complex: argument
146 def fn(x: complex):
152 def pow_complex_float(x: complex, y: float):
155 def pow_float_complex(x: float, y: complex):
161 def pow_complex_complex(x: complex, y: complex):
545 def fn1(a: complex, b: complex):
548 def fn2(a: complex, b: complex):
551 def fn3(a: complex, b: float):
[all …]
Dtest_save_load_for_op_version.py457 self, a: Union[int, float, complex], b: Union[int, float, complex] argument
488 a: Union[int, float, complex], argument
540 self, a: Union[int, float, complex], b: Union[int, float, complex] argument
571 a: Union[int, float, complex], argument
/external/sdv/vsomeip/third_party/boost/spirit/test/karma/
Dwstream.cpp26 struct complex struct
28 complex (double a, double b) in complex() argument
37 operator<< (std::basic_ostream<Char>& os, complex z) in operator <<() argument
Dstream.cpp26 struct complex struct
28 complex (double a, double b) in complex() function
37 operator<< (std::basic_ostream<Char>& os, complex z) in operator <<() argument
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dstream.cpp19 struct complex struct
21 complex (double a = 0.0, double b = 0.0) : a(a), b(b) {} in complex() argument
25 std::istream& operator>> (std::istream& is, complex& z) in operator >>() argument
/external/pytorch/test/jit/fixtures_srcs/
Dfixtures_src.py15 def forward(self, a: Union[int, float, complex], b: Union[int, float, complex]): argument
24 a: Union[int, float, complex], argument
32 def forward(self, a: Union[int, float, complex], b: Union[int, float, complex]): argument
41 a: Union[int, float, complex], argument
/external/sdv/vsomeip/third_party/boost/spirit/example/karma/
Dnum_list3.cpp45 struct complex struct
47 complex (double a, double b = 0.0) : a(a), b(b) {} in complex() argument
49 double a;
50 double b;
Dreference.cpp111 struct complex struct
113 complex (double a, double b) in complex() argument
123 // define streaming operator for the type complex argument
/external/executorch/runtime/core/portable_type/
Dcomplex.h22 struct alignas(sizeof(T) * 2) complex { struct
31 struct alignas(4) complex<Half> { argument
/external/python/cpython3/Modules/_testcapi/
Dcomplex.c8 Py_complex complex; in complex_fromccomplex() local
20 Py_complex complex; in complex_asccomplex() local
35 Py_complex complex; in _py_c_neg() local
69 Py_complex complex; in _PY_C_FUNC2() local
/external/sdv/vsomeip/third_party/boost/mpl/test/
Dnumeric_ops.cpp23 template< typename Re, typename Im > struct complex struct
25 typedef complex_tag tag; argument
26 typedef complex type; argument
39 : complex< N, integral_c< typename N::value_type, 0 > > argument
/external/clang/test/CXX/expr/expr.ass/
Dp9-cxx11.cpp3 template<typename T> struct complex { struct
10 complex<double> z; in std_example() argument
/external/clang/test/Analysis/
DMPIMock.h16 namespace std { template<class T> struct complex { T real; T imag; }; } struct
/external/sdv/vsomeip/third_party/boost/container_hash/test/
Dhash_complex_test.cpp71 typedef std::complex<Float> complex; in complex_float_tests() typedef
82 typedef std::complex<Integer> complex; in complex_integral_tests() typedef
/external/clang/test/Headers/Inputs/include/
Dcomplex.h3 #define complex _Complex macro
/external/cronet/stable/third_party/libc++/src/include/__fwd/
Dcomplex.h22 class _LIBCPP_TEMPLATE_VIS complex; variable
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__fwd/
Dcomplex.h22 class _LIBCPP_TEMPLATE_VIS complex; variable
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__fwd/
Dcomplex.h22 class _LIBCPP_TEMPLATE_VIS complex; variable
/external/cronet/tot/third_party/libc++/src/include/__fwd/
Dcomplex.h22 class _LIBCPP_TEMPLATE_VIS complex; variable
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/
Dreference.cpp213 struct complex struct
215 complex (double a = 0.0, double b = 0.0) in complex() argument
225 // define streaming operator for the type complex argument
/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-macros/
Dcomplex-macros.h16 #define complex _Complex macro
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-macros/
Dcomplex-macros.h16 #define complex _Complex macro
/external/llvm-libc/include/llvm-libc-macros/
Dcomplex-macros.h16 #define complex _Complex macro
/external/executorch/runtime/core/exec_aten/
Dexec_aten.h80 using complex = c10::complex<T>; variable
124 using complex = torch::executor::complex<T>; variable

1234