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

  /external/qemu/
qint.c 31 QInt *qi; local
33 qi = qemu_malloc(sizeof(*qi));
34 qi->value = value;
35 QOBJECT_INIT(qi, &qint_type);
37 return qi;
43 int64_t qint_get_int(const QInt *qi)
45 return qi->value;
qfloat.h 26 double qfloat_get_double(const QFloat *qi);
qint.h 25 int64_t qint_get_int(const QInt *qi);
  /external/tremolo/Tremolo/
floor0.c 200 ogg_uint32_t qi=46341; local
208 lsp_loop_asm(&qi,&pi,&qexp,ilsp,wi,m);
211 qi=((qi*qi)>>16);
216 qi+=pi>>14;
221 qi*=(1<<14)+wi;
223 qi=(qi+pi)>>14;
226 if(qi&0xffff0000){ /* checks for 1.xxxxxxxxxxxxxxxx *
    [all...]
asm_arm.h 153 ogg_uint32_t qi=*qip,pi=*pip; local
164 "umull %0,r2,r1,%0;" //qi*=labs(ilsp[j]-wi)
191 "umull %0,r2,r1,%0;\n" //qi*=labs(ilsp[j]-wi)
202 //qi=(pi>>shift)*labs(ilsp[j]-wi);
203 //pi=(qi>>shift)*labs(ilsp[j+1]-wi);
230 : "+r"(qi),"+r"(pi),"+r"(qexp)
234 *qip=qi;
241 ogg_uint32_t qi=*qip; local
256 : "+r"(qi),"+r"(qexp)
259 *qip=qi;
    [all...]
  /external/qemu/hw/
mips_int.c 38 qemu_irq *qi; local
41 qi = qemu_allocate_irqs(cpu_mips_irq_request, env, 8);
43 env->irq[i] = qi[i];
goldfish_interrupt.c 166 qemu_irq* qi; local
169 qi = qemu_allocate_irqs(goldfish_int_set_irq, s, GFD_MAX_IRQ);
186 return qi;
  /external/libvorbis/lib/
lsp.c 156 unsigned long qi=46341; local
160 qi*=labs(ilsp[0]-wi);
164 if(!(shift=MLOOP_1[(pi|qi)>>25]))
165 if(!(shift=MLOOP_2[(pi|qi)>>19]))
166 shift=MLOOP_3[(pi|qi)>>16];
167 qi=(qi>>shift)*labs(ilsp[j-1]-wi);
171 if(!(shift=MLOOP_1[(pi|qi)>>25]))
172 if(!(shift=MLOOP_2[(pi|qi)>>19]))
173 shift=MLOOP_3[(pi|qi)>>16]
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
quant_bands.c 185 int qi, qi0; local
196 qi = (f+QCONST32(.5f,DB_SHIFT+7))>>(DB_SHIFT+7);
202 qi = (int)floor(.5f+f);
207 if (qi < 0 && x < decay_bound)
209 qi += (int)SHR16(SUB16(decay_bound,x), DB_SHIFT);
210 if (qi > 0)
211 qi = 0;
213 qi0 = qi;
221 qi = IMIN(1, qi);
448 int qi; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 581 struct anqp_query_info *qi)
583 qi->request |= bit;
588 qi->remote_request |= bit;
589 if (remote_delay > qi->remote_delay)
590 qi->remote_delay = remote_delay;
598 struct anqp_query_info *qi)
603 0, qi);
607 hapd->conf->venue_name != NULL, 0, 0, qi);
612 0, 0, qi);
616 hapd->conf->roaming_consortium != NULL, 0, 0, qi);
836 struct anqp_query_info qi; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
MatrixFit.java 91 for (int qi = 0; qi < q.length; qi++) {
94 qt[i] = q[qi][i];
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 243 typename ListOfClusters::iterator qi = findCluster(diag(i)); local
244 if (qi == m_clusters.end()) {
248 qi = m_clusters.end();
249 --qi;
254 if (internal::abs(diag(j) - diag(i)) <= separation() && std::find(qi->begin(), qi->end(), diag(j)) == qi->end()) {
257 qi->push_back(diag(j));
259 qi->insert(qi->end(), qj->begin(), qj->end())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
jsdifflib.js 231 var alo, ahi, blo, bhi, qi, i, j, k, x;
233 qi = queue.pop();
234 alo = qi[0];
235 ahi = qi[1];
236 blo = qi[2];
237 bhi = qi[3];
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.c 41 float cgcross[4], q1[4], q2[4], qi[4]; local
52 inv_q_invertf(quat, qi);
53 inv_q_multf(q1, qi, q2);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 41 float cgcross[4], q1[4], q2[4], qi[4]; local
52 inv_q_invertf(quat, qi);
53 inv_q_multf(q1, qi, q2);
  /external/chromium_org/third_party/libwebp/dsp/
dec_sse2.c 320 #define UPDATE_2PIXELS(pi, qi, a_lo, a_hi) { \
325 qi = _mm_subs_epi8(qi, delta); \
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 320 #define UPDATE_2PIXELS(pi, qi, a_lo, a_hi) { \
325 qi = _mm_subs_epi8(qi, delta); \
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 383 int ai = a, qi = q, i; local
387 sigma = ai + .5 + .6 * (63 - qi) / 63.0;
  /external/clang/utils/TableGen/
NeonEmitter.cpp 2220 int si = -1, qi = -1; local
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
mlFIFO.c 1814 long wtemp[4], qi[4], wtemp2[4]; local
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 49 ?????5?]???????vJ????`???~<k?c?L?5??{ ??v???,??vf?0?QIe????.???????????=?K?n??X(??????}/?Udz??\ t????`o?<F ?Cw?@2?gH??H??n7^?4?6??Y??4V(= ??t%m?2j~???? O??+[ ?????0)??o????`??c?xt??? ?%??H.?òn????S??' ??U?,?????(`f?? ??K?8???f_??t?X/?g?Ok?4??;?.RL?@??}?>????????? ??a?? ??V??vh?S??`?)3(?p?;??4
439 _??X??b??jB,U?Y??????8?? ????Rx'rv??????? ?Ye????3c??N7?_-?????P??e?Z?"t?o??^??qI?_???Q??o????l?I? .Yk^???Nl??E@o)?????iv???tVx?R ?? L???AE
    [all...]

Completed in 691 milliseconds