Searched defs:real (Results 1 - 25 of 62) sorted by relevance

123

/external/clang/test/Index/
H A Dcomplete-super.cpp12 void bar(float real);
19 void B::bar(float real) { argument
20 A::bar(real);
27 // CHECK-BAR-UNQUAL: CXXMethod:{Text A::}{TypedText bar}{LeftParen (}{Placeholder real}{RightParen )} (20)
28 // CHECK-BAR-UNQUAL: CXXMethod:{ResultType void}{TypedText bar}{LeftParen (}{Placeholder float real}{RightParen )} (34)
/external/compiler-rt/lib/interception/
H A Dinterception_linux.cc22 uptr real, uptr wrapper) {
24 return real == wrapper;
21 GetRealFunctionAddress(const char *func_name, uptr *func_addr, uptr real, uptr wrapper) argument
/external/chromium_org/base/android/
H A Djni_weak_ref.cc49 jobject real = NULL; local
51 real = env->NewLocalRef(obj);
52 if (!real)
53 DLOG(ERROR) << "The real object has been deleted!";
55 return base::android::ScopedJavaLocalRef<jobject>(env, real);
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A DomxSP_FFTInit_R_F32.c24 * Initialize the real forward-FFT specification information struct.
57 OMX_F32 real; local
83 // For SSE optimization, using twiddle with split format by which the real and
89 real = armSP_FFT_F32TwiddleTable[j];
92 pTwiddle[i] = -real;
96 pTwiddle[NBy4 - i + N] = real;
99 pTwiddle[NBy4 + i + N] = real;
101 pTwiddle[NBy2 - i] = real;
104 pTwiddle[NBy2 + i] = real;
108 pTwiddle[NBy4 * 3 - i + N] = -real;
[all...]
H A Dx86SP_SSE_Math.h18 * values where the real part is followed by the imaginary part.
20 * One is the split format where a complex vector of real and imaginary
21 * values are split such that all of the real values are placed in the
30 /** VComplex hold 4 complex float elements, with the real parts stored
31 * in real and corresponding imaginary parts in imag.
34 __m128 real; member in struct:VComplex
40 out->real = _mm_sub_ps(_mm_mul_ps(a->real, b->real),
42 out->imag = _mm_add_ps(_mm_mul_ps(a->real,
[all...]
/external/chromium_org/base/json/
H A Djson_writer.cc87 std::string real = DoubleToString(value); local
90 // real rather than an int.
91 if (real.find('.') == std::string::npos &&
92 real.find('e') == std::string::npos &&
93 real.find('E') == std::string::npos) {
94 real.append(".0");
98 if (real[0] == '.') {
99 real.insert(static_cast<size_t>(0), static_cast<size_t>(1), '0');
100 } else if (real.length() > 1 && real[
[all...]
/external/compiler-rt/lib/builtins/ppc/
H A Ddivtc3.c45 DD real = { .ld = __gcc_qdiv(realNumerator, denom) }; local
48 real.s.hi = crt_scalbn(real.s.hi, -ilogbw);
49 real.s.lo = crt_scalbn(real.s.lo, -ilogbw);
53 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi))
62 real.s.hi = crt_copysign(CRT_INFINITY,cDD.s.hi) * aDD.s.hi;
63 real.s.lo = 0.0;
73 real.s.hi = CRT_INFINITY * (aDD.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi);
74 real
[all...]
H A Dmultc3.c32 DD real = { .ld = __gcc_qsub(ac,bd) }; local
35 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi))
82 real.s.hi = CRT_INFINITY * (aDD.s.hi*cDD.s.hi - bDD.s.hi*dDD.s.hi);
83 real.s.lo = 0.0;
90 __real__ z = real.ld;
/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/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/chromium_org/third_party/WebKit/Source/platform/audio/android/
H A DFFTFrameOpenMAXDLAndroid.cpp116 // Split FFT data into real and imaginary arrays.
118 float* real = m_realData.data(); local
122 real[k] = c[index];
125 real[0] = c[0];
139 // Pack the real and imaginary data into the complex array format
141 const float* real = m_realData.data(); local
145 fftData[index] = real[k];
148 fftData[0] = real[0];
/external/chromium_org/third_party/WebKit/Source/platform/audio/ffmpeg/
H A DFFTFrameFFMPEG.cpp119 // De-interleave to separate real and complex arrays.
122 float* real = m_realData.data(); local
128 real[i] = p[baseComplexIndex];
153 const float* real = m_realData.data(); local
158 c[baseComplexIndex] = real[i];
/external/clang/test/SemaTemplate/
H A Dinstantiate-anonymous-union.cpp39 float real; member in union:PR7088::__anon19455::__anon19456
/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/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/ceres-solver/internal/ceres/
H A Dpolynomial_test.cc66 // p(x) = poly(x) * (x - real - imag*i) * (x - real + imag*i).
67 Vector AddComplexRootPair(const Vector& poly, double real, double imag) { argument
70 // Multiply poly by x^2 - 2real + abs(real,imag)^2
72 poly2.segment(1, poly.size()) -= 2 * real * poly;
73 poly2.tail(poly.size()) += (real*real + imag*imag) * poly;
85 // Run a test with the polynomial defined by the N real roots in roots_real.
86 // If use_real is false, NULL is passed as the real argumen
94 Vector real; local
122 Vector real; local
131 Vector real; local
171 Vector real; local
[all...]
H A Dpolynomial.cc125 Vector* real,
128 if (real != NULL) {
129 real->resize(1);
130 (*real)(0) = -polynomial(1) / polynomial(0);
139 Vector* real,
147 if (real != NULL) {
148 real->setZero(2);
156 if (real != NULL) {
160 (*real)(0) = (-b - sqrt_D) / (2.0 * a);
161 (*real)(
124 FindLinearPolynomialRoots(const Vector& polynomial, Vector* real, Vector* imaginary) argument
138 FindQuadraticPolynomialRoots(const Vector& polynomial, Vector* real, Vector* imaginary) argument
182 FindPolynomialRoots(const Vector& polynomial_in, Vector* real, Vector* imaginary) argument
[all...]
/external/eigen/test/
H A Dexceptions.cpp72 ScalarWithExceptions real(const ScalarWithExceptions &x) { return x; } function
/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/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/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DPeriodicWave.cpp48 PeriodicWave* PeriodicWave::create(float sampleRate, Float32Array* real, Float32Array* imag) argument
50 bool isGood = real && imag && real->length() == imag->length();
54 size_t numberOfComponents = real->length();
55 periodicWave->createBandLimitedTables(real->data(), imag->data(), numberOfComponents);
226 AudioFloatArray real(halfSize);
228 float* realP = real.data();
/external/clang/test/CodeGenCXX/
H A Dthunks.cpp157 float real; member in struct:Test6::Base2
/external/aac/libFDK/src/arm/
H A Dqmf_arm.cpp478 FIXP_DBL A, B, real, imag, sta0; local
480 real = *--realSlot;
486 *sta++ = SMLAWB( sta[1], real, A ); /* index=316...........6 */
489 *sta++ = SMLAWT( sta[1], real, A ); /* index=317...........7 */
492 *sta++ = SMLAWB( sta[1], real, A ); /* index=318...........8 */
495 *sta++ = SMLAWT( sta[1], real, A ); /* index=9...........319 */
498 result = SMLAWT( sta0, real, A ); /* index=315...........5 */
502 real = *--realSlot;
506 result = SMLAWB( sta[0], real, A ); /* index=310...........0 */
510 *sta++ = SMLAWT( sta[1], real,
562 FIXP_DBL A, B, real, imag; local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core.h30 int16_t real; member in struct:__anon15894
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core.h103 int16_t real[ANAL_BLOCKL_MAX]; member in struct:NsxInst_t_
204 // Denormalize the real-valued signal |in|, the output from inverse FFT.
208 // Normalize the real-valued signal |in|, the input to forward FFT.

Completed in 8730 milliseconds

123