Home
last modified time | relevance | path

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

12

/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; }; } argument
/external/clang/test/Headers/Inputs/include/
Dcomplex.h3 #define complex _Complex macro
/external/python/cpython3/Lib/test/
Dann_module2.py30 def meth(self, param: complex) -> None:
/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
Dconstant-expression-cxx11.cpp1072 class complex { class
1075 constexpr complex(int re = 0, int im = 0) : re(re), im(im) {} in complex() function in Complex::complex
1076 constexpr complex(const complex &o) : re(o.re), im(o.im) {} in complex() function in Complex::complex
/external/eigen/blas/f2c/
Ddatatypes.h12 typedef struct { real r, i; } complex; typedef
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplexFormat.java146 public StringBuffer format(Complex complex, StringBuffer toAppendTo, in format()
/external/python/cpython3/Lib/
Dcsv.py164 complex = float variable
/external/python/cpython2/Lib/
Dcsv.py164 complex = float variable
/external/clang/test/CodeGenCXX/
Dcopy-constructor-synthesis.cpp46 _Complex float complex; member
/external/libopus/tests/
Dtest_opus_encode.c420 int complex=fast_rand()%11; in run_test1() local
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py182 complex = _broadcasting_binary_op(math_ops.complex) variable
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSetTest.java528 Set<String> complex = Sets.newTreeSet(STRING_LENGTH); in testEquals_bothExplicitOrdering() local
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedSetTest.java686 Set<String> complex = Sets.newTreeSet(STRING_LENGTH); in testEquals_bothExplicitOrdering() local
/external/golang-protobuf/proto/test_proto/
Dtest.proto315 optional ComplexExtension complex = 200; field
/external/python/httplib2/doc/html/
Dsearchindex.js1 …di:1,over:1,"3xx":1,through:1,still:1,mainli:1,digest:1,paramet:1,uuid:1,complex:1,comprehens:[0,1… property
/external/clang/lib/CodeGen/
DCGDecl.cpp1303 ComplexPairTy complex = EmitComplexExpr(init); in EmitExprAsInit() local
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py434 def complex(real, imag, name=None): function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc640 Status HloEvaluator::HandleComplex(HloInstruction* complex) { in HandleComplex()
Delemental_ir_emitter.cc2469 auto complex = in EmitComposeComplex() local
/external/skqp/samplecode/
DSampleAAGeometry.cpp1218 int complex = SkDCubic::ComplexBreak(pts, loopT); in draw_segment() local
/external/skia/samplecode/
DSampleAAGeometry.cpp1218 int complex = SkDCubic::ComplexBreak(pts, loopT); in draw_segment() local
/external/python/cpython2/Python/
Dast.c3332 Py_complex complex; in parsenumber() local

12