HomeSort by relevance Sort by last modified time
    Searched refs:imag (Results 101 - 125 of 129) sorted by null

1 2 3 45 6

  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core_neon.c 111 fft[PART_LEN2 + 1] = -efw[PART_LEN].imag;
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c 601 inst->imag[i] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(inst->imag[i],
606 freq_buf[1] = -inst->imag[0];
610 freq_buf[j + 1] = -inst->imag[i];
612 freq_buf[tmp16 + 1] = inst->imag[i];
615 freq_buf[inst->anaLen + 1] = -inst->imag[inst->anaLen2];
    [all...]
  /external/eigen/test/
array.cpp 184 VERIFY_IS_APPROX(internal::abs2(internal::real(m1)) + internal::abs2(internal::imag(m1)), internal::abs2(m1));
185 VERIFY_IS_APPROX(internal::abs2(std::real(m1)) + internal::abs2(std::imag(m1)), internal::abs2(m1));
packetmath.cpp 322 ref[i] = Scalar(std::imag(data1[i]),std::real(data1[i]));
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 113 using std::imag;
129 int unwindingNumber = static_cast<int>(ceil((imag(logA11 - logA00) - M_PI) / (2*M_PI)));
  /external/srec/srec/cfront/
spec_anl.c 90 write_scaled_frames(freqobj->fft.size, 1, freqobj->fft.imag, D_FIXED, (float)(0x01 << channel->shift));
95 write_scaled_frames(freqobj->fft.size, 1, freqobj->fft.imag, D_FIXED, (float)1 / (0x01 << -channel->shift));
  /external/eigen/unsupported/test/
FFTW.cpp 24 complex<long double> promote(complex<T> x) { return complex<long double>(x.real(),x.imag()); }
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp     [all...]
  /external/eigen/blas/
level3_impl.h 550 matrix(c, *n, *n, *ldc).diagonal().imag().setZero();
557 matrix(c, *n, *n, *ldc).diagonal().imag().setZero();
    [all...]
  /external/aac/libFDK/src/
FDK_hybrid.cpp 129 #define HTCP(real,imag) { { HTC(real), HTC(imag) } } /* How to arrange the packed values. */
  /external/clang/lib/CodeGen/
CGCleanup.cpp 86 llvm::Value *imag = local
88 return RValue::getComplex(real, imag);
    [all...]
CGObjCMac.cpp 1674 llvm::PHINode *imag = CGF.Builder.CreatePHI(scalarTy, 2); local
    [all...]
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 238 bool alphaIsCompatible = (!ComplexByReal) || (imag(actualAlpha)==RealScalar(0));
GeneralBlockPanelKernel.h 358 pstore1<RealPacket>((RealScalar*)&b[k*ResPacketSize*2+ResPacketSize], imag(rhs[k]));
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java 805 final int imag = (int) (baseAlpha * mScrimOpacity); local
806 final int color = imag << 24 | (mScrimColor & 0xffffff);
    [all...]
SlidingPaneLayout.java 922 int imag = (int) (baseAlpha * mag); local
    [all...]
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 416 bool alphaIsCompatible = (!ComplexByReal) || (imag(actualAlpha)==RealScalar(0));
Functors.h 367 * \sa class CwiseUnaryOp, MatrixBase::imag()
373 EIGEN_STRONG_INLINE result_type operator() (const Scalar& a) const { return internal::imag(a); }
397 * \sa class CwiseUnaryOp, MatrixBase::imag()
    [all...]
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 51 * - internal::conj, internal::real, internal::imag, internal::abs2.
525 inline typename DerType::Scalar imag(const AutoDiffScalar<DerType>&) { return 0.; } function in namespace:Eigen
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 1469 tree imag; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 1469 tree imag; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 1469 tree imag; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 1469 tree imag; variable
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 

Completed in 2427 milliseconds

1 2 3 45 6