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

1 2 3

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.h 24 typedef unsigned short int real; typedef
35 real width, height; // Width and height of input images
36 real numChannels; // Number of channels in input images
37 real border; // border size
38 real pitch; // Pitch. Used for moving through image efficiently.
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border)
    [all...]
  /external/chromium/base/json/
json_writer.cc 83 std::string real = DoubleToString(value); local
86 // real rather than an int.
87 if (real.find('.') == std::string::npos &&
88 real.find('e') == std::string::npos &&
89 real.find('E') == std::string::npos) {
90 real.append(".0");
94 if (real[0] == '.') {
95 real.insert(0, "0");
96 } else if (real.length() > 1 && real[0] == '-' && real[1] == '.')
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreJni.cpp 40 jobject real = env->NewLocalRef(obj); local
41 LOG_ASSERT(real, "The real object has been deleted!");
42 return AutoJObject(env, real);
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_channel_filtering.cpp 193 Int32 real; local
198 real = fxp_mul32_Q29(Q29_fmt(-0.06989827306334f), pQmfReal[ 4]);
200 real = fxp_mac32_Q31(real, Qfmt31(0.01055120626280f), pQmfReal[12]);
205 mHybridReal[2] = (imag - real);
206 mHybridImag[2] = -(imag + real);
208 real = fxp_mul32_Q29(Q29_fmt(-0.07266113929591f), pQmfReal[ 3]);
210 real = fxp_mac32_Q31(real, Qfmt31(0.04540841899650f), pQmfReal[11]);
215 tmp1 = fxp_mul32_Q29(Q29_fmt(-0.38268343236509f), real);
    [all...]
ps_hybrid_synthesis.cpp 159 Int32 real; local
170 real = *(ptr_mHybrid_Re++);
171 real += *(ptr_mHybrid_Re++);
177 real += *(ptr_mHybrid_Re++);
178 real += *(ptr_mHybrid_Re++);
183 *(ptr_mQmfReal++) = real;
  /frameworks/compile/libbcc/runtime/lib/ppc/
divtc3.c 45 DD real = { .ld = __gcc_qdiv(realNumerator, denom) }; local
48 real.s.hi = scalbn(real.s.hi, -ilogbw);
49 real.s.lo = scalbn(real.s.lo, -ilogbw);
53 if (isnan(real.s.hi) && isnan(imag.s.hi))
61 real.s.hi = __builtin_copysign(INFINITY,cDD.s.hi) * aDD.s.hi;
62 real.s.lo = 0.0;
71 real.s.hi = INFINITY * (aDD.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi);
72 real.s.lo = 0.0
    [all...]
multc3.c 36 DD real = { .ld = __gcc_qsub(ac,bd) }; local
39 if (isnan(real.s.hi) && isnan(imag.s.hi))
85 real.s.hi = INFINITY * (aDD.s.hi*cDD.s.hi - bDD.s.hi*dDD.s.hi);
86 real.s.lo = 0.0;
93 __real__ z = real.ld;
  /external/apache-harmony/support/src/test/java/tests/support/
Support_AvailTest.java 49 int real = myin.available(); local
61 if (real != expected) {
62 output = "Failed avail test1 - " + real + "!=" + expected;
75 real = myin.available();
78 // if(real != expected) output = "Failed avail test2 - " + real +
95 real = myin.available();
96 if (real != 0) {
97 output = "Failed avail test3 - " + real + "!=" + expected;
  /external/clang/test/SemaTemplate/
instantiate-anonymous-union.cpp 39 float real; member in union:PR7088::__anon5065::__anon5066
  /external/dbus/dbus/
dbus-errors.c 188 DBusRealError *real; local
194 real = (DBusRealError *)error;
196 real->name = NULL;
197 real->message = NULL;
199 real->const_message = TRUE;
211 DBusRealError *real; local
215 real = (DBusRealError *)error;
217 if (!real->const_message)
219 dbus_free (real->name);
220 dbus_free (real->message)
245 DBusRealError *real; local
357 DBusRealError *real; local
    [all...]
dbus-string-util.c 97 _dbus_assert (start <= real->len);
104 if (real->str[i] == byte)
246 DBusRealString *real; local
248 real = (DBusRealString*) str;
250 real->max_length = max_length;
dbus-hash.c 534 DBusRealHashIter *real; local
538 real = (DBusRealHashIter*) iter;
540 real->table = table;
541 real->bucket = NULL;
542 real->entry = NULL;
543 real->next_entry = NULL;
544 real->next_bucket = 0;
545 real->n_entries_on_init = table->n_entries;
559 DBusRealHashIter *real; local
563 real = (DBusRealHashIter*) iter
608 DBusRealHashIter *real; local
629 DBusRealHashIter *real; local
653 DBusRealHashIter *real; local
675 DBusRealHashIter *real; local
694 DBusRealHashIter *real; local
712 DBusRealHashIter *real; local
731 DBusRealHashIter *real; local
779 DBusRealHashIter *real; local
    [all...]
  /external/srec/srec/include/
sp_fft.h 114 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
149 Real: 0.160 sec.
154 Assembly: Real 0.170 sec, Complex 0.140 sec.
155 Microsoft C: Real 0.250 sec, Complex 0.240 sec.
156 Stric C: Real 0.540 sec, Complex 0.441 sec.
220 fftdata *real; member in struct:__anon11185
255 do_real_fft conducts a forward FFT of a real data array usin
    [all...]
  /external/stlport/stlport/stl/
_complex.h 69 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(const complex<_Tp>& __z function
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 69 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(const complex<_Tp>& __z function
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_zatm.h 39 struct timeval real; /* real (wall-clock) time */ member in struct:zatm_t_hist
40 struct timeval expected; /* expected real time */
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 69 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(const complex<_Tp>& __z function
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 69 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(const complex<_Tp>& __z function
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VisualizerTest.java 317 int real = (int)data[i]; local
319 energy += real * real + img * img;
  /external/clang/test/CodeGenCXX/
thunks.cpp 157 float real; member in struct:Test6::Base2
  /external/e2fsprogs/lib/ext2fs/
test_io.c 46 io_channel real; member in struct:test_private_data
214 &data->real);
218 data->real = 0;
271 if (data->real)
272 retval = io_channel_close(data->real);
293 if (data->real)
294 retval = io_channel_set_blksize(data->real, blksize);
316 if (data->real)
317 retval = io_channel_read_blk(data->real, block, count, buf);
343 if (data->real)
    [all...]
undo_io.c 64 io_channel real; member in struct:undo_private_data
139 channel = data->real;
269 retval = io_channel_read_blk(data->real, backing_blk_num,
376 &data->real);
380 data->real = 0;
395 undo_err_handler_init(data->real);
401 if (data->real)
402 io_channel_close(data->real);
425 if (data->real)
426 retval = io_channel_close(data->real);
    [all...]
  /external/oprofile/module/x86/
op_model_p4.c 398 /* 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/webrtc/src/modules/audio_processing/ns/main/source/
nsx_core.h 97 WebRtc_Word16 real[ANAL_BLOCKL_MAX]; member in struct:NsxInst_t_
  /external/bluetooth/glib/glib/
gthread.c 686 GRealThread* real = (GRealThread*) g_thread_self (); local
687 real->retval = retval;
694 GRealThread* real = (GRealThread*) thread; local
700 g_return_val_if_fail (!g_system_thread_equal (real->system_thread,
703 G_THREAD_UF (thread_join, (&real->system_thread));
705 retval = real->retval;
723 g_system_thread_assign (real->system_thread, zero_thread);
738 GRealThread* real = (GRealThread*) thread; local
741 g_return_if_fail (!g_system_thread_equal (real->system_thread, zero_thread));
748 (&real->system_thread, priority))
    [all...]

Completed in 7487 milliseconds

1 2 3