/aosp_15_r20/external/pytorch/c10/util/ |
H A D | complex.h | 146 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 D | test_complex.py | 22 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 D | test_save_load_for_op_version.py | 457 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 D | fixtures_src.py | 15 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/ |
D | wstream.cpp | 26 struct complex struct 28 complex (double a, double b) in complex() argument 37 operator<< (std::basic_ostream<Char>& os, complex z) in operator <<() argument
|
D | stream.cpp | 26 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/ |
D | stream.cpp | 19 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/ |
D | num_list3.cpp | 45 struct complex struct 47 complex (double a, double b = 0.0) : a(a), b(b) {} in complex() argument 49 double a; 50 double b;
|
D | reference.cpp | 111 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/ |
D | numeric_ops.cpp | 23 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 D | complex.h | 22 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/ |
D | reference.cpp | 213 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 D | p9-cxx11.cpp | 3 template<typename T> struct complex { struct 10 complex<double> z; in std_example() argument
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | MPIMock.h | 16 namespace std { template<class T> struct complex { T real; T imag; }; } argument
|
/aosp_15_r20/frameworks/base/libs/protoutil/tests/ |
H A D | ProtoOutputStream_test.cpp | 204 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/ |
D | hash_complex_test.cpp | 71 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 D | exec_aten.h | 80 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 D | PoetInteropTest.kt | 164 fun complex() { in complex() method
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | warn-reorder-ctor-initialization.cpp | 7 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 D | TypedValueTest.kt | 41 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 D | ComplexGenericsInheritanceTest.kt | 80 fun complex() { in complex() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | ty.rs | 804 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 D | complex.h | 3 #define complex _Complex macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/ |
D | complex.h | 22 class _LIBCPP_TEMPLATE_VIS complex; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/ |
D | complex.h | 22 class _LIBCPP_TEMPLATE_VIS complex; variable
|