| /external/stlport/stlport/stl/ |
| D | _complex.h | 36 struct complex { struct 38 typedef complex<_Tp> _Self; argument 41 complex() : _M_re(0), _M_im(0) {} in complex() function 42 complex(const value_type& __x) in complex() function 44 complex(const value_type& __x, const value_type& __y) in complex() function 46 complex(const _Self& __z) in complex() function 57 explicit complex(const complex<_Tp2>& __z) in complex() argument 69 value_type real() const { return _M_re; } in real() 70 value_type imag() const { return _M_im; } in imag() 130 template <class _Tp2> _Self& operator/= (const complex<_Tp2>& __z) { argument [all …]
|
| /external/clang/test/CXX/expr/expr.ass/ |
| D | p9-cxx11.cpp | 3 template<typename T> struct complex { struct 10 complex<double> z; in std_example() argument
|
| /external/clang/test/Headers/Inputs/include/ |
| D | complex.h | 3 #define complex _Complex macro
|
| /external/chromium_org/tools/json_schema_compiler/test/ |
| D | test_features.json | 11 "complex": [ array
|
| /external/clang/test/SemaCXX/ |
| D | cxx1y-user-defined-literals.cpp | 21 template<typename T> struct complex {}; struct
|
| D | warn-reorder-ctor-initialization.cpp | 7 class complex : public BB, BB1 { class 9 complex() in complex() function in complex
|
| D | constant-expression-cxx11.cpp | 1070 class complex { class 1073 constexpr complex(int re = 0, int im = 0) : re(re), im(im) {} in complex() function in Complex::complex 1074 constexpr complex(const complex &o) : re(o.re), im(o.im) {} in complex() function in Complex::complex
|
| /external/lldb/test/lang/c/stepping/ |
| D | main.c | 43 int complex (int first, int second, int third) in complex() function
|
| /external/chromium-trace/trace-viewer/src/tracing/analysis/ |
| D | generic_object_view_test.js | 99 view.object = [{complex: 'object', field: 'two'}]; property
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| D | ShadowTypedValue.java | 38 public static float complexToFloat(int complex) in complexToFloat()
|
| /external/chromium_org/third_party/opus/src/tests/ |
| D | test_opus_encode.c | 264 int complex=fast_rand()%11; in run_test1() local
|
| /external/libopus/tests/ |
| D | test_opus_encode.c | 264 int complex=fast_rand()%11; in run_test1() local
|
| /external/clang/test/CodeGenCXX/ |
| D | copy-constructor-synthesis.cpp | 46 _Complex float complex; member
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | ImmutableSortedSetTest.java | 585 Set<String> complex = Sets.newTreeSet(STRING_LENGTH); in testEquals_bothExplicitOrdering() local
|
| /external/clang/lib/CodeGen/ |
| D | CGDecl.cpp | 1179 ComplexPairTy complex = EmitComplexExpr(init); in EmitExprAsInit() local
|
| /external/chromium_org/third_party/cython/src/Cython/Compiler/ |
| D | Nodes.py | 897 complex = False variable in CSimpleBaseTypeNode
|