Searched refs:imag (Results 1 – 8 of 8) sorted by relevance
/external/stlport/src/ |
D | complex_io.cpp | 31 { return __os << '(' << (double)__z.real() << ',' << (double)__z.imag() << ')'; } in operator <<() 36 { return __os << '(' << __z.real() << ',' << __z.imag() << ')'; } in operator <<() 42 { return __os << '(' << __z.real() << ',' << __z.imag() << ')'; } in operator <<()
|
/external/stlport/stlport/stl/ |
D | _complex.h | 70 value_type imag() const { return _M_im; } in imag() function 196 value_type imag() const { return _M_im; } 335 value_type imag() const { return _M_im; } 473 value_type imag() const { return _M_im; } 731 inline _Tp _STLP_CALL imag(const complex<_Tp>& __z) 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()));
|
D | _complex.c | 97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
|
/external/srec/srec/include/ |
D | sp_fft.h | 221 fftdata *imag; member
|
/external/srec/srec/cfront/ |
D | sp_fft.c | 94 fftdata* real, fftdata* imag) in complex_multiplier() argument 104 *imag = himul32(a, d) + himul32(b, c); in complex_multiplier() 829 fft->imag = fft->real + size / 2 + 1; in configure_fft()
|
D | spec_anl.c | 90 …write_scaled_frames(freqobj->fft.size, 1, freqobj->fft.imag, D_FIXED, (float)(0x01 << channel->shi… in filterbank_emulation() 95 …write_scaled_frames(freqobj->fft.size, 1, freqobj->fft.imag, D_FIXED, (float)1 / (0x01 << -channel… in filterbank_emulation()
|
/external/ppp/pppd/ |
D | NOTICE | 201 Alain.Durand@imag.fr, IMAG, 202 Jean-Luc.Richier@imag.fr, IMAG-LSR. 205 Alain.Durand@imag.fr, IMAG, 206 Jean-Luc.Richier@imag.fr, IMAG-LSR.
|
/external/tcpdump/ |
D | CHANGES | 460 packet. Thanks to Jean-Luc Richier (Jean-Luc.Richier@imag.fr) and
|