HomeSort by relevance Sort by last modified time
    Searched refs:imag (Results 1 - 16 of 16) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_hybrid_synthesis.cpp 160 Int32 imag; local
172 imag = *(ptr_mHybrid_Im++);
173 imag += *(ptr_mHybrid_Im++);
179 imag += *(ptr_mHybrid_Im++);
180 imag += *(ptr_mHybrid_Im++);
184 *(ptr_mQmfImag++) = imag;
ps_channel_filtering.cpp 194 Int32 imag; local
201 imag = fxp_mul32_Q29(Q29_fmt(-0.06989827306334f), pQmfImag[ 4]);
203 imag = fxp_mac32_Q31(imag, Qfmt31(0.01055120626280f), pQmfImag[12]);
205 mHybridReal[2] = (imag - real);
206 mHybridImag[2] = -(imag + real);
211 imag = fxp_mul32_Q29(Q29_fmt(-0.07266113929591f), pQmfImag[ 3]);
213 imag = fxp_mac32_Q31(imag, Qfmt31(0.04540841899650f), pQmfImag[11]);
216 mHybridReal[3] = fxp_mac32_Q29(Q29_fmt(0.92387953251129f), imag, tmp1)
    [all...]
  /external/srec/srec/include/
sp_fft.h 221 fftdata *imag; member in struct:__anon7632
  /external/stlport/src/
complex_io.cpp 31 { return __os << '(' << (double)__z.real() << ',' << (double)__z.imag() << ')'; }
36 { return __os << '(' << __z.real() << ',' << __z.imag() << ')'; }
42 { return __os << '(' << __z.real() << ',' << __z.imag() << ')'; }
  /ndk/sources/android/stlport/src/
complex_io.cpp 31 { return __os << '(' << (double)__z.real() << ',' << (double)__z.imag() << ')'; }
36 { return __os << '(' << __z.real() << ',' << __z.imag() << ')'; }
42 { return __os << '(' << __z.real() << ',' << __z.imag() << ')'; }
  /external/webkit/WebKitTools/simplejson/
__init__.py 62 ... return complex(dct['real'], dct['imag'])
65 >>> simplejson.loads('{"__complex__": true, "real": 1, "imag": 2}',
75 ... return [obj.real, obj.imag]
  /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()));
_complex.c 97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
  /ndk/sources/android/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()));
_complex.c 97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
  /external/srec/srec/cfront/
sp_fft.c 94 fftdata* real, fftdata* imag)
104 *imag = himul32(a, d) + himul32(b, c);
829 fft->imag = fft->real + size / 2 + 1;
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));
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 1426 tree imag; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h 1438 tree imag; local
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 474 // LIMITATION: make-rectangular, make-polar, real-part, imag-part, magnitude, angle
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js 468 // LIMITATION: make-rectangular, make-polar, real-part, imag-part, magnitude, angle
    [all...]

Completed in 2701 milliseconds