Home
last modified time | relevance | path

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

12

/third_party/boost/libs/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
/third_party/boost/libs/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
/third_party/boost/libs/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() function
123 // define streaming operator for the type complex argument
/third_party/boost/libs/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
/third_party/boost/libs/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
/third_party/typescript/tests/baselines/reference/
DobjectRestAssignment.js6 let complex: { x: { ka, ki }, y: number }; variable
34 let complex; variable
DobjectRest.js16 let complex: { x: { ka, ki }, y: number }; variable
74 let complex; variable
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_complex_std.hpp84 class complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> class
94 complex(const value_type& r = value_type(), in complex() function in std::complex
99 complex(const complex<X>& x) : re(x.real()), in complex() function in std::complex
108 BOOST_CONSTEXPR complex(const value_type& r = value_type(), in complex() function in std::complex
113 BOOST_CONSTEXPR complex(const complex<X>& x) : re(x.real()), in complex() function in std::complex
205 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE>::complex(const complex<float>& f) … in complex() function in std::complex
206 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE>::complex(const complex<double>& d) … in complex() function in std::complex
207 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE>::complex(const complex<long double>& l… in complex() function in std::complex
/third_party/boost/libs/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
/third_party/python/Lib/test/
Dann_module2.py30 def meth(self, param: complex) -> None:
/third_party/typescript/tests/cases/conformance/types/rest/
DobjectRestAssignment.ts6 let complex: { x: { ka, ki }, y: number }; variable
DobjectRest.ts16 let complex: { x: { ka, ki }, y: number }; variable
/third_party/boost/libs/units/example/
Dcomplex.cpp70 class complex class
75 constexpr complex(const T& r = 0,const T& i = 0) : r_(r),i_(i) { } in complex() function in boost::units::complex
76 constexpr complex(const this_type& source) : r_(source.r_),i_(source.i_) { } in complex() function in boost::units::complex
/third_party/mingw-w64/mingw-w64-headers/crt/
Dcomplex.h35 #define complex _Complex macro
/third_party/musl/porting/liteos_a/kernel/include/
Dcomplex.h8 #define complex _Complex macro
/third_party/musl/porting/liteos_m/kernel/include/
Dcomplex.h12 #define complex _Complex macro
/third_party/musl/include/
Dcomplex.h8 #define complex _Complex macro
/third_party/glib/tests/gobject/
Dperformance.c310 ComplexObject *complex = COMPLEX_OBJECT (object); in complex_object_set_property() local
332 ComplexObject *complex = COMPLEX_OBJECT (object); in complex_object_get_property() local
433 ComplexObject *complex = COMPLEX_OBJECT (obj); in complex_object_iface_method() local
/third_party/python/Lib/
Dcsv.py163 complex = float variable
/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp378 bool complex = events.size() > 0; in collapseOverlapRegions() local
/third_party/ffmpeg/libavcodec/
Dqdm2.c104 QDM2Complex *complex; member
/third_party/flutter/skia/samplecode/
DSampleAAGeometry.cpp1213 int complex = SkDCubic::ComplexBreak(pts, loopT); in draw_segment() local
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp1919 bool complex = events.size() > 0; in collapse_overlap_regions() local

12