Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/external/pytorch/c10/util/
H A 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() function
[all …]
/aosp_15_r20/external/pytorch/test/jit/
H A 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 …]
H A 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
/aosp_15_r20/external/pytorch/test/jit/fixtures_srcs/
H A 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
/aosp_15_r20/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() argument
37 operator<< (std::basic_ostream<Char>& os, complex z) in operator <<() argument
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dcomplex.h22 struct alignas(sizeof(T) * 2) complex { struct
31 struct alignas(4) complex<Half> { argument
/aosp_15_r20/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() function
225 // define streaming operator for the type complex argument
/aosp_15_r20/external/clang/test/CXX/expr/expr.ass/
H A Dp9-cxx11.cpp3 template<typename T> struct complex { struct
10 complex<double> z; in std_example() argument
/aosp_15_r20/external/clang/test/Analysis/
H A DMPIMock.h16 namespace std { template<class T> struct complex { T real; T imag; }; } argument
/aosp_15_r20/frameworks/base/libs/protoutil/tests/
H A DProtoOutputStream_test.cpp204 ComplexProto complex; in TEST() local
243 ComplexProto complex; in TEST() local
304 ComplexProto complex; in TEST() local
/aosp_15_r20/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
/aosp_15_r20/external/executorch/runtime/core/exec_aten/
H A Dexec_aten.h80 using complex = c10::complex<T>; variable
124 using complex = torch::executor::complex<T>; variable
/aosp_15_r20/external/kotlinpoet/interop/javapoet/src/test/kotlin/com/squareup/kotlinpoet/javapoet/
H A DPoetInteropTest.kt164 fun complex() { in complex() method
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-reorder-ctor-initialization.cpp7 class complex : public BB, BB1 { class
9 complex() in complex() function in complex
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/util/
H A DTypedValueTest.kt41 val complex = TypedValue.floatToComplex(value) in <lambda>() constant
/aosp_15_r20/external/moshi/kotlin/tests/codegen-only/src/test/kotlin/com/squareup/moshi/kotlin/codegen/
H A DComplexGenericsInheritanceTest.kt80 fun complex() { in complex() method
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dty.rs804 let complex = CompInfo::from_ty( in from_clang_ty() localVariable
866 let complex = CompInfo::from_ty( in from_clang_ty() localVariable
1132 let complex = CompInfo::from_ty( in from_clang_ty() localVariable
/aosp_15_r20/external/clang/test/Headers/Inputs/include/
H A Dcomplex.h3 #define complex _Complex macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/
Dcomplex.h22 class _LIBCPP_TEMPLATE_VIS complex; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/
Dcomplex.h22 class _LIBCPP_TEMPLATE_VIS complex; variable

12345678910>>...13