Home
last modified time | relevance | path

Searched defs:cplx (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/flang/include/flang/Lower/
DComplexExpr.h39 mlir::Value extractComplexPart(mlir::Value cplx, bool isImagPart) { in extractComplexPart()
44 std::pair<mlir::Value, mlir::Value> extractParts(mlir::Value cplx) { in extractParts()
48 mlir::Value insertComplexPart(mlir::Value cplx, mlir::Value part, in insertComplexPart()
59 mlir::Value extract(mlir::Value cplx) { in extract()
65 mlir::Value insert(mlir::Value cplx, mlir::Value part) { in insert()
/external/libcxx/test/libcxx/numerics/complex.number/
D__sqr.pass.cpp25 typedef std::complex<T> cplx; in test() typedef
/external/llvm-project/libcxx/test/libcxx/numerics/complex.number/
D__sqr.pass.cpp26 typedef std::complex<T> cplx; in test() typedef
/external/llvm-project/flang/lib/Lower/
DComplexExpr.cpp23 Fortran::lower::ComplexExprHelper::getComplexPartType(mlir::Value cplx) { in getComplexPartType()
DMangler.cpp137 if (auto cplx{t.dyn_cast<fir::CplxType>()}) { in typeToString() local
DIntrinsicCall.cpp442 if (auto cplx{t.dyn_cast<fir::CplxType>()}) in getFloatingPointWidth() local
1020 mlir::Value cplx = args[0]; in genConjg() local
/external/webrtc/common_audio/
Dreal_fourier_unittest.cc31 RealFourier::fft_cplx_scoper cplx; in TEST() local
/external/pffft/
Dtest_pffft.c76 int test(int N, int cplx, int useOrdered) { in test()
Dtest_pffft.cpp67 const bool cplx = pffft::Fft<T>::isComplexTransform(); in Ttest() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_test.py1099 def _compareRealImag(self, cplx, use_gpu): argument
1128 def _compareAngle(self, cplx, use_gpu): argument
1170 def _compareConj(self, cplx, use_gpu): argument
1263 def cplx(r, i): # Combine to a complex vector function
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow_test.cc404 using cplx = std::complex<float>; in TEST_F() typedef
/external/llvm-project/mlir/test/CAPI/
Dir.c627 MlirType cplx = mlirComplexTypeGet(f32); in printBuiltinTypes() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc1249 HloInstruction* cplx = builder.AddInstruction( in TEST_F() local
1270 HloInstruction* cplx = builder.AddInstruction( in TEST_F() local
1294 HloInstruction* cplx = builder.AddInstruction( in TEST_F() local