HomeSort by relevance Sort by last modified time
    Searched defs:imag (Results 1 - 25 of 29) sorted by null

1 2

  /external/compiler-rt/lib/ppc/
divtc3.c 46 DD imag = { .ld = __gcc_qdiv(imagNumerator, denom) }; local
50 imag.s.hi = crt_scalbn(imag.s.hi, -ilogbw);
51 imag.s.lo = crt_scalbn(imag.s.lo, -ilogbw);
53 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi))
64 imag.s.hi = crt_copysign(CRT_INFINITY,cDD.s.hi) * bDD.s.hi;
65 imag.s.lo = 0.0;
75 imag.s.hi = CRT_INFINITY * (bDD.s.hi*cDD.s.hi - aDD.s.hi*dDD.s.hi);
76 imag.s.lo = 0.0
    [all...]
multc3.c 33 DD imag = { .ld = __gcc_qadd(ad,bc) }; local
35 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi))
84 imag.s.hi = CRT_INFINITY * (aDD.s.hi*dDD.s.hi + bDD.s.hi*cDD.s.hi);
85 imag.s.lo = 0.0;
91 __imag__ z = imag.ld;
  /external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h 34 /** \internal the return type of imag() const */
36 /** \internal the return type of imag() */
108 * \sa imag() */
116 imag() const { return derived(); } function
164 * \sa imag() */
172 imag() { return derived(); } function
  /external/ceres-solver/internal/ceres/
polynomial_solver_test.cc 65 // p(x) = poly(x) * (x - real - imag*i) * (x - real + imag*i).
66 Vector AddComplexRootPair(const Vector& poly, double real, double imag) {
69 // Multiply poly by x^2 - 2real + abs(real,imag)^2
72 poly2.tail(poly.size()) += (real*real + imag*imag) * poly;
122 Vector imag; local
123 bool success = FindPolynomialRoots(poly, &real, &imag);
131 Vector imag; local
132 bool success = FindPolynomialRoots(poly, &real, &imag);
171 Vector imag; local
    [all...]
  /external/srec/srec/include/
sp_fft.h 221 fftdata *imag; member in struct:__anon15471
  /external/stlport/stlport/stl/
_complex.h 70 value_type imag() const { return _M_im; } function in struct:complex
196 value_type imag() const { return _M_im; } function in struct:complex
335 value_type imag() const { return _M_im; } function in struct:complex
473 value_type imag() const { return _M_im; } function in struct:complex
731 inline _Tp _STLP_CALL imag(const complex<_Tp>& __z) function
770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); }
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
779 return complex<_Tp>(_Tp(__tmp.real()), _Tp(__tmp.imag()));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 70 value_type imag() const { return _M_im; } function in struct:complex
196 value_type imag() const { return _M_im; } function in struct:complex
335 value_type imag() const { return _M_im; } function in struct:complex
473 value_type imag() const { return _M_im; } function in struct:complex
731 inline _Tp _STLP_CALL imag(const complex<_Tp>& __z) function
770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); }
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
779 return complex<_Tp>(_Tp(__tmp.real()), _Tp(__tmp.imag()));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 70 value_type imag() const { return _M_im; } function in struct:complex
196 value_type imag() const { return _M_im; } function in struct:complex
335 value_type imag() const { return _M_im; } function in struct:complex
473 value_type imag() const { return _M_im; } function in struct:complex
731 inline _Tp _STLP_CALL imag(const complex<_Tp>& __z) function
770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); }
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
779 return complex<_Tp>(_Tp(__tmp.real()), _Tp(__tmp.imag()));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 70 value_type imag() const { return _M_im; } function in struct:complex
196 value_type imag() const { return _M_im; } function in struct:complex
335 value_type imag() const { return _M_im; } function in struct:complex
473 value_type imag() const { return _M_im; } function in struct:complex
731 inline _Tp _STLP_CALL imag(const complex<_Tp>& __z) function
770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); }
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
779 return complex<_Tp>(_Tp(__tmp.real()), _Tp(__tmp.imag()));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.h 70 value_type imag() const { return _M_im; } function in struct:complex
196 value_type imag() const { return _M_im; } function in struct:complex
335 value_type imag() const { return _M_im; } function in struct:complex
473 value_type imag() const { return _M_im; } function in struct:complex
731 inline _Tp _STLP_CALL imag(const complex<_Tp>& __z) function
770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); }
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
779 return complex<_Tp>(_Tp(__tmp.real()), _Tp(__tmp.imag()));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.h 70 value_type imag() const { return _M_im; } function in struct:complex
196 value_type imag() const { return _M_im; } function in struct:complex
335 value_type imag() const { return _M_im; } function in struct:complex
473 value_type imag() const { return _M_im; } function in struct:complex
731 inline _Tp _STLP_CALL imag(const complex<_Tp>& __z) function
770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); }
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
779 return complex<_Tp>(_Tp(__tmp.real()), _Tp(__tmp.imag()));
  /external/aac/libFDK/src/arm/
qmf_arm.cpp 478 FIXP_DBL A, B, real, imag, sta0; local
481 imag = *--imagSlot;
485 *sta++ = SMLAWT( sta[1], imag, B ); /* index=9...........319 */
487 *sta++ = SMLAWB( sta[1], imag, B ); /* index=8,18, ...318 */
491 *sta++ = SMLAWT( sta[1], imag, B ); /* index=7...........317 */
493 *sta++ = SMLAWB( sta[1], imag, B ); /* index=6...........316 */
497 *sta++ = SMULWT( imag, B ); /* index=5,15, ... 315 */
503 imag = *--imagSlot;
507 *sta++ = SMLAWB( sta[1], imag, B ); /* index=14..........324 */
512 *sta++ = SMLAWT( sta[1], imag, B ); /* index=13..........323 *
562 FIXP_DBL A, B, real, imag; local
    [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
  /external/aac/libFDK/src/
qmf.cpp 179 FIXP_QMF *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */
199 FIXP_QMF imag = imagSlot[j]; // no_channels-1 .. 0 local
220 sta[0] = sta[1] + FX_DBL2FX_QSS(fMultDiv2( p_flt [4] , imag ));
222 sta[2] = sta[3] + FX_DBL2FX_QSS(fMultDiv2( p_flt [3] , imag ));
224 sta[4] = sta[5] + FX_DBL2FX_QSS(fMultDiv2( p_flt [2] , imag ));
226 sta[6] = sta[7] + FX_DBL2FX_QSS(fMultDiv2( p_flt [1] , imag ));
228 sta[8] = FX_DBL2FX_QSS(fMultDiv2( p_flt [0] , imag ));
247 FIXP_QMF *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */
268 FIXP_QMF imag = imagSlot[j]; // no_channels-1 .. 0 local
285 sta[0] = sta[1] + FX_DBL2FX_QSS(fMultDiv2( p_flt [4] , imag ));
    [all...]
  /external/eigen/Eigen/src/Core/
MathFunctions.h 95 * Implementation of imag *
113 using std::imag;
114 return imag(x);
125 inline EIGEN_MATHFUNC_RETVAL(imag, Scalar) imag(const Scalar& x) function in namespace:Eigen::internal
127 return EIGEN_MATHFUNC_IMPL(imag, Scalar)::run(x);
299 return real(x)*real(x) + imag(x)*imag(x);
325 return abs(real(x)) + abs(imag(x));
684 random(imag(x), imag(y)))
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 97 WebRtc_Word16 imag[ANAL_BLOCKL_MAX]; member in struct:NsxInst_t_
ns_core.c 741 float real[ANAL_BLOCKL_MAX], imag[HALF_ANAL_BLOCKL]; local
867 imag[0] = 0;
870 imag[inst->magnLen - 1] = 0;
    [all...]
  /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/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 104 WebRtc_Word16 imag; member in struct:__anon18328
  /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...]
  /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...]

Completed in 2240 milliseconds

1 2