/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_csinh.c | 28 * Hyperbolic sine of a complex argument z = x + i y. 40 #include <complex.h> 47 double complex 48 csinh(double complex z) 150 double complex 151 csin(double complex z)
|
k_exp.c | 30 #include <complex.h> 86 double complex 87 __ldexp_cexp(double complex z, int expt)
|
s_cexp.c | 30 #include <complex.h> 39 double complex 40 cexp(double complex z)
|
s_cexpf.c | 30 #include <complex.h> 39 float complex 40 cexpf(float complex z)
|
/external/eigen/Eigen/src/Core/ |
GenericPacketMath.h | 216 /** \internal \returns \a a with real and imaginary part flipped (for complex type only) */ 314 * Fast complex products (GCC generates a function call which is very slow) 317 template<> inline std::complex<float> pmul(const std::complex<float>& a, const std::complex<float>& b) 318 { return std::complex<float>(real(a)*real(b) - imag(a)*imag(b), imag(a)*real(b) + real(a)*imag(b)); } 320 template<> inline std::complex<double> pmul(const std::complex<double>& a, const std::complex<double>& b) 321 { return std::complex<double>(real(a)*real(b) - imag(a)*imag(b), imag(a)*real(b) + real(a)*imag(b)); [all...] |
/external/eigen/blas/ |
chbmv.f | 3 COMPLEX ALPHA,BETA 8 COMPLEX A(LDA,*),X(*),Y(*) 47 * ALPHA - COMPLEX . 51 * A - COMPLEX array of DIMENSION ( LDA, n ). 98 * X - COMPLEX array of DIMENSION at least 109 * BETA - COMPLEX . 113 * Y - COMPLEX array of DIMENSION at least 137 COMPLEX ONE 139 COMPLEX ZERO 143 COMPLEX TEMP1,TEMP [all...] |
chpmv.f | 3 COMPLEX ALPHA,BETA 8 COMPLEX AP(*),X(*),Y(*) 42 * ALPHA - COMPLEX . 46 * AP - COMPLEX array of DIMENSION at least 62 * X - COMPLEX array of dimension at least 73 * BETA - COMPLEX . 78 * Y - COMPLEX array of dimension at least 103 COMPLEX ONE 105 COMPLEX ZERO 109 COMPLEX TEMP1,TEMP [all...] |
zhbmv.f | 3 DOUBLE COMPLEX ALPHA,BETA 8 DOUBLE COMPLEX A(LDA,*),X(*),Y(*) 47 * ALPHA - COMPLEX*16 . 51 * A - COMPLEX*16 array of DIMENSION ( LDA, n ). 98 * X - COMPLEX*16 array of DIMENSION at least 109 * BETA - COMPLEX*16 . 113 * Y - COMPLEX*16 array of DIMENSION at least 137 DOUBLE COMPLEX ONE 139 DOUBLE COMPLEX ZERO 143 DOUBLE COMPLEX TEMP1,TEMP [all...] |
zhpmv.f | 3 DOUBLE COMPLEX ALPHA,BETA 8 DOUBLE COMPLEX AP(*),X(*),Y(*) 42 * ALPHA - COMPLEX*16 . 46 * AP - COMPLEX*16 array of DIMENSION at least 62 * X - COMPLEX*16 array of dimension at least 73 * BETA - COMPLEX*16 . 78 * Y - COMPLEX*16 array of dimension at least 103 DOUBLE COMPLEX ONE 105 DOUBLE COMPLEX ZERO 109 DOUBLE COMPLEX TEMP1,TEMP [all...] |
/external/clang/lib/CodeGen/ |
CGExprComplex.cpp | 1 //===--- CGExprComplex.cpp - Emit LLVM Code for Complex Exprs -------------===// 10 // This contains code to emit Expr nodes with complex types as LLVM code. 25 // Complex Expression Emitter 30 /// Return the complex type that we are meant to emit. 68 /// EmitLoadOfLValue - Given an expression with complex type that represents a 81 /// EmitComplexToComplexCast - Emit a cast from complex value Val to DestType. 95 llvm_unreachable("Stmt can't have complex result type!"); 178 // LNot,Real,Imag never return complex. 191 assert(E->getType()->isAnyComplexType() && "Expected complex type!"); 197 assert(E->getType()->isAnyComplexType() && "Expected complex type!") [all...] |
/external/webkit/Source/WebCore/platform/audio/ |
FFTFrame.cpp | 39 #include <wtf/Complex.h> 101 Complex c1(realP1[i], imagP1[i]); 102 Complex c2(realP2[i], imagP2[i]); 168 Complex c = complexFromMagnitudePhase(mag, phaseAccum); 190 Complex c(realP[i], imagP[i]); 237 Complex c(realP[i], imagP[i]); 243 Complex c2 = complexFromMagnitudePhase(mag, phase);
|
/external/webkit/Source/WebCore/platform/audio/mkl/ |
FFTFrameMKL.cpp | 158 // Complex multiply. 179 // De-interleave to separate real and complex arrays. FIXME: 180 // figure out if it's possible to get MKL to use split-complex 181 // form for 1D real-to-complex out-of-place FFTs. 186 // Nyquist component since the interleaved complex data is 196 // get MKL to use split-complex form for 1D backward 197 // (complex-to-real) out-of-place FFTs.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 35 #include <complex.h> 39 means the generic argument(s) may be real or complex, _REAL means 40 real only, _CPLX means complex only. If there is no suffix, we are 47 If any generic parameter is complex, we use a complex version. Otherwise 104 /* Functions defined in both <math.h> and <complex.h> (7.22p4) */ 163 /* Functions defined in <complex.h> only (7.22p6) */
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
tgmath.h | 35 #include <complex.h> 39 means the generic argument(s) may be real or complex, _REAL means 40 real only, _CPLX means complex only. If there is no suffix, we are 47 If any generic parameter is complex, we use a complex version. Otherwise 104 /* Functions defined in both <math.h> and <complex.h> (7.22p4) */ 163 /* Functions defined in <complex.h> only (7.22p6) */
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 39 #include <complex.h> 43 means the generic argument(s) may be real or complex, _REAL means 44 real only, _CPLX means complex only. If there is no suffix, we are 51 If any generic parameter is complex, we use a complex version. Otherwise 115 /* Functions defined in both <math.h> and <complex.h> (7.22p4) */ 174 /* Functions defined in <complex.h> only (7.22p6) */
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 39 #include <complex.h> 43 means the generic argument(s) may be real or complex, _REAL means 44 real only, _CPLX means complex only. If there is no suffix, we are 51 If any generic parameter is complex, we use a complex version. Otherwise 115 /* Functions defined in both <math.h> and <complex.h> (7.22p4) */ 174 /* Functions defined in <complex.h> only (7.22p6) */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 35 #include <complex.h> 39 means the generic argument(s) may be real or complex, _REAL means 40 real only, _CPLX means complex only. If there is no suffix, we are 47 If any generic parameter is complex, we use a complex version. Otherwise 104 /* Functions defined in both <math.h> and <complex.h> (7.22p4) */ 163 /* Functions defined in <complex.h> only (7.22p6) */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
tgmath.h | 35 #include <complex.h> 39 means the generic argument(s) may be real or complex, _REAL means 40 real only, _CPLX means complex only. If there is no suffix, we are 47 If any generic parameter is complex, we use a complex version. Otherwise 104 /* Functions defined in both <math.h> and <complex.h> (7.22p4) */ 163 /* Functions defined in <complex.h> only (7.22p6) */
|
/external/eigen/Eigen/src/UmfPackSupport/ |
UmfPackSupport.h | 17 // generic double/complex<double> wrapper functions: 22 inline void umfpack_free_numeric(void **Numeric, std::complex<double>) 28 inline void umfpack_free_symbolic(void **Symbolic, std::complex<double>) 39 const int Ap[], const int Ai[], const std::complex<double> Ax[], void **Symbolic, 52 inline int umfpack_numeric( const int Ap[], const int Ai[], const std::complex<double> Ax[], 66 inline int umfpack_solve( int sys, const int Ap[], const int Ai[], const std::complex<double> Ax[], 67 std::complex<double> X[], const std::complex<double> B[], void *Numeric, 78 inline int umfpack_get_lunz(int *lnz, int *unz, int *n_row, int *n_col, int *nz_udiag, void *Numeric, std::complex<double>) 89 inline int umfpack_get_numeric(int Lp[], int Lj[], std::complex<double> Lx[], int Up[], int Ui[], std::complex<double> Ux[] [all...] |
/external/eigen/test/eigen2/ |
eigen2_sparse_solvers.cpp | 74 // TODO fix the issue with complex (see SparseLLT::solveInPlace) 115 // TODO fix the issue with complex (see SparseLDLT::solveInPlace) 166 VERIFY_IS_APPROX(refDet,slu.determinant()); // FIXME det is not very stable for complex 179 VERIFY(refX.isApprox(x,test_precision<Scalar>()) && "LU: umfpack"); // FIXME solve is not very stable for complex 197 CALL_SUBTEST_2( sparse_solvers<std::complex<double> >(16, 16) );
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/ |
libgcc.a | [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/mips-r2/ |
libgcc.a | [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/ |
libgcc.a | [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/mips-r2/ |
libgcc.a | [all...] |
/external/clang/include/clang/AST/ |
OperationKinds.h | 212 /// complex of the original type. Injects the value as the real 217 /// \brief Converts a floating point complex to floating point real 223 /// \brief Converts a floating point complex to bool by comparing 227 /// \brief Converts between different floating point complex types. 231 /// \brief Converts from a floating complex to an integral complex. 235 /// \brief Converts from an integral real to an integral complex 241 /// \brief Converts an integral complex to an integral real of the 246 /// \brief Converts an integral complex to bool by comparing against 250 /// \brief Converts between different integral complex types [all...] |