Searched defs:real (Results 1 - 25 of 62) sorted by last modified time

123

/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.h103 WebRtc_Word16 real; member in struct:__anon33481
/external/webrtc/src/modules/audio_processing/ns/
H A Dns_core.c741 float real[ANAL_BLOCKL_MAX], imag[HALF_ANAL_BLOCKL]; local
868 real[0] = winData[0];
869 magn[0] = (float)(fabs(real[0]) + 1.0f);
871 real[inst->magnLen - 1] = winData[1];
872 magn[inst->magnLen - 1] = (float)(fabs(real[inst->magnLen - 1]) + 1.0f);
873 signalEnergy = (float)(real[0] * real[0]) +
874 (float)(real[inst->magnLen - 1] * real[inst->magnLen - 1]);
887 real[
[all...]
H A Dnsx_core.h96 WebRtc_Word16 real[ANAL_BLOCKL_MAX]; member in struct:NsxInst_t_
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c2152 char *real; local
2153 real = db_get_val(ctx, auth_user, auth_realm, "identity", 0);
2154 if (!real) {
2155 real = db_get_val(ctx, auth_user, auth_realm,
2157 if (real)
2160 os_free(real);
/external/stlport/stlport/stl/
H A D_complex.h69 value_type real() const { return _M_re; } function in struct:complex
72 // Arithmetic op= operations involving one real argument.
195 value_type real() const { return _M_re; } function in struct:complex
198 // Arithmetic op= operations involving one real argument.
334 value_type real() const { return _M_re; } function in struct:complex
337 // Arithmetic op= operations involving one real argument.
472 value_type real() const { return _M_re; } function in struct:complex
475 // Arithmetic op= operations involving one real argument.
625 // Non-member arithmetic operations involving one real argument.
727 inline _Tp _STLP_CALL real(cons function
[all...]
/external/srec/srec/cfront/
H A Dsp_fft.c94 fftdata* real, fftdata* imag)
103 *real = himul32(a, c) - himul32(b, d);
597 ** as real component and odd indexed data as imaginary data components
603 ** queeze the real valued first and last component of
682 /* compute the real input fft, the real valued first and last component of
828 fft->real = (fftdata*) CALLOC(size + 2, sizeof(fftdata), "srfft.fft_data");
829 fft->imag = fft->real + size / 2 + 1;
835 fftdata *real = fft->real; local
92 complex_multiplier(trigonomydata a, trigonomydata b, fftdata c, fftdata d, fftdata* real, fftdata* imag) argument
[all...]
/external/srec/srec/include/
H A Dsp_fft.h114 If you have a real data input data[] of size 2**(log2Size + 1), you
122 Fourier transform of a real data input, you can also conduct the inverse
123 Fourier transform to get the real data input by
145 500 runs of paired 256 point complex (512 point real) input FFT
220 fftdata *real; member in struct:__anon31149
255 do_real_fft conducts a forward FFT of a real data array using
262 data -- A real data array, overwritten by the positive frequency
266 even elements store the real component, while the odd
275 do_real_ifft conducts an inverse FFT of a real data array's FFT using
282 data -- FFT of an real dat
[all...]
/external/smali/util/src/main/java/ds/tree/
H A DRadixTreeNode.java42 private boolean real; field in class:RadixTreeNode
53 real = false;
73 return real;
77 this.real = datanode;
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/oprofile/module/x86/
H A Dop_model_p4.c398 /* finally, mediate access to a real hardware counter
627 unsigned long ctr, low, high, stag, real; local
654 real = VIRT_CTR(stag, i);
656 CCCR_READ(low, high, real);
657 CTR_READ(ctr, high, real);
660 CTR_WRITE(oprof_data[cpu].ctr_count[i], real);
662 CCCR_WRITE(low, high, real);
663 CTR_WRITE(oprof_data[cpu].ctr_count[i], real);
/external/libxml2/
H A Dxpath.c801 xmlXPathStepOp *real; local
808 real = (xmlXPathStepOp *) xmlRealloc(comp->steps,
810 if (real == NULL) {
815 comp->steps = real;
8818 * Libxml keep the original prefix so the "real qualified name" used is
/external/kernel-headers/original/uapi/linux/
H A Datm_zatm.h39 struct timeval real; /* real (wall-clock) time */ member in struct:zatm_t_hist
40 struct timeval expected; /* expected real time */
/external/kernel-headers/original/uapi/sound/
H A Dcompress_params.h321 struct snd_enc_real real; member in union:snd_codec_options
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp490 int32_t real; local
492 real=old;
494 real=0x10000+((old&0x3ff)<<10)+((mbcsData->unicodeCodeUnits[offset+1])&0x3ff);
496 real=mbcsData->unicodeCodeUnits[offset+1];
500 (int)c, printBytes(buffer, bytes, length), (int)real);
504 (int)c, printBytes(buffer, bytes, length), (int)real);
/external/icu/icu4c/source/common/
H A Dputil.cpp242 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/
255 UDate real = getUTCtime_real(); local
259 fakeClock_dt = fakeClock_t0 - real;
262 fakeClock_t0, fake_start, fakeClock_dt, real);
/external/eigen/Eigen/src/Core/
H A DMathFunctions.h58 * Implementation of real *
77 using std::real;
78 return real(x);
236 return real(x)*real(x) + imag(x)*imag(x);
257 return abs(real(x)) + abs(imag(x));
526 return Scalar(random(real(x), real(y)),
557 inline EIGEN_MATHFUNC_RETVAL(real, Scalar) real(cons function in namespace:Eigen::numext
[all...]
/external/eigen/Eigen/src/plugins/
H A DCommonCwiseUnaryOps.h24 /** \internal the return type of real() const */
29 /** \internal the return type of real() */
67 /** Overloaded for efficient real matrix times complex scalar value */
106 /** \returns a read-only expression of the real part of \c *this.
110 real() const { return derived(); } function
114 * \sa real() */
162 /** \returns a non const expression of the real part of \c *this.
166 real() { return derived(); } function
170 * \sa real() */
/external/eigen/test/
H A Dexceptions.cpp72 ScalarWithExceptions real(const ScalarWithExceptions &x) { return x; } function
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h51 * - internal::conj, internal::real, internal::imag, numext::abs2.
535 inline const AutoDiffScalar<DerType>& real(const AutoDiffScalar<DerType>& x) { return x; } function in namespace:Eigen
/external/elfutils/0.153/src/
H A Dld.h492 struct usedfiles *real; member in struct:filename_list
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-logging.jar ... .apache.tools.ant.Task task Object real org.apache.commons.logging.Log log ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/e2fsprogs/lib/ext2fs/
H A Dtest_io.c52 io_channel real; member in struct:test_private_data
223 &data->real);
227 data->real = 0;
257 if (data->real)
258 io->align = data->real->align;
283 if (data->real)
284 retval = io_channel_close(data->real);
305 if (data->real) {
306 retval = io_channel_set_blksize(data->real, blksize);
307 channel->align = data->real
[all...]
H A Dundo_io.c64 io_channel real; member in struct:undo_private_data
147 channel = data->real;
277 retval = io_channel_read_blk64(data->real, backing_blk_num,
384 &data->real);
388 data->real = 0;
403 if (data->real)
404 undo_err_handler_init(data->real);
410 if (data && data->real)
411 io_channel_close(data->real);
434 if (data->real)
[all...]

Completed in 9706 milliseconds

123