Searched refs:createComplex (Results 1 – 5 of 5) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
D | Complex.java | 150 return createComplex(real + rhs.getReal(), in add() 172 return createComplex(real, -imaginary); in conjugate() 228 return createComplex((real * q + imaginary) / denominator, in divide() 233 return createComplex((imaginary * q + real) / denominator, in divide() 366 return createComplex(real * rhs.real - imaginary * rhs.imaginary, in multiply() 405 return createComplex(real * rhs, imaginary * rhs); in multiply() 421 return createComplex(-real, -imaginary); in negate() 447 return createComplex(real - rhs.getReal(), in subtract() 517 .multiply(Complex.I.divide(createComplex(2.0, 0.0))); in atan() 551 return createComplex(FastMath.cos(real) * MathUtils.cosh(imaginary), in cos() [all …]
|
/external/llvm-project/flang/include/flang/Lower/ |
D | ComplexExpr.h | 32 mlir::Value createComplex(fir::KindTy kind, mlir::Value real, 36 mlir::Value createComplex(mlir::Type complexType, mlir::Value real,
|
/external/llvm-project/flang/lib/Lower/ |
D | ComplexExpr.cpp | 27 mlir::Value Fortran::lower::ComplexExprHelper::createComplex(fir::KindTy kind, in createComplex() function in Fortran::lower::ComplexExprHelper 35 mlir::Value Fortran::lower::ComplexExprHelper::createComplex(mlir::Type cplxTy, in createComplex() function in Fortran::lower::ComplexExprHelper
|
D | FIRBuilder.cpp | 154 return helper.createComplex(toTy, cast, imag); in convertWithSemantics()
|
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |