Home
last modified time | relevance | path

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

123

/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
/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() function
25 std::istream& operator>> (std::istream& is, complex& z) in operator >>() 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/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/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/aws-sdk-java-v2/test/test-utils/src/test/java/software/amazon/awssdk/testutils/smoketest/
DReflectionUtilsTest.java42 final TestClass complex = mock(TestClass.class); in canGiveSupplierForCustomType() local
/external/python/cpython3/Lib/test/
Dann_module2.py30 def meth(self, param: complex) -> None:
/external/kotlinpoet/interop/javapoet/src/test/kotlin/com/squareup/kotlinpoet/javapoet/
DPoetInteropTest.kt164 fun complex() { in complex() method in com.squareup.kotlinpoet.javapoet.PoetInteropTest
/external/clang/test/SemaCXX/
Dcxx1y-user-defined-literals.cpp21 template<typename T> struct complex {}; struct
Dwarn-reorder-ctor-initialization.cpp7 class complex : public BB, BB1 { class
9 complex() in complex() function in complex
/external/eigen/blas/f2c/
Ddatatypes.h12 typedef struct { real r, i; } complex; typedef
/external/trusty/musl/include/
Dcomplex.h8 #define complex _Complex macro
/external/musl/include/
Dcomplex.h8 #define complex _Complex macro
/external/tensorflow/tensorflow/lite/kernels/
Dcomplex_support.cc26 namespace complex { namespace
/external/sandboxed-api/contrib/pffft/
Dmain_pffft_sandboxed.cc53 void ShowOutput(const char* name, int n, int complex, float flops, float t0, in ShowOutput()
/external/mesa3d/src/util/tests/
Ddag_test.cpp259 TEST_F(dag_test, complex) in TEST_F() argument
/external/rust/crates/bindgen/ir/
Dty.rs802 let complex = CompInfo::from_ty( in from_clang_ty() localVariable
864 let complex = CompInfo::from_ty( in from_clang_ty() localVariable
1130 let complex = CompInfo::from_ty( in from_clang_ty() localVariable
/external/apache-commons-math/src/main/java/org/apache/commons/math3/complex/
DComplexFormat.java198 public StringBuffer format(Complex complex, StringBuffer toAppendTo, FieldPosition pos) { in format()
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplexFormat.java146 public StringBuffer format(Complex complex, StringBuffer toAppendTo, in format()

123