Searched defs:qe (Results 1 - 6 of 6) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-71647.js28 var qe = 'object'; variable
31 for (var i = 0; i < 10000; i++) typeof i === qe;
/external/skia/bench/
H A Dbench_graph_svg.py317 def qe(out): function
340 + ']') + '>'+qe(option)+'</option>'
743 print 'font-size: %s; ' % qe(font_size)
/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp542 INT i, qb, qe, qtmp; local
551 exp = fDivNorm((FIXP_DBL)i, (FIXP_DBL)num_bands, &qe);
552 tmp = fPow(base, qb, exp, qe, &qtmp);
/external/speex/libspeex/
H A Dnb_celp.c611 int qe = scal_quant32(ol_gain, ol_gain_table, 32); local
612 /*ol_gain = exp(qe/3.5)*SIG_SCALING;*/
613 ol_gain = MULT16_32_Q15(28406,ol_gain_table[qe]);
614 speex_bits_pack(bits, qe, 5);
618 int qe = (int)(floor(.5+3.5*log(ol_gain*1.0/SIG_SCALING))); local
619 if (qe<0)
620 qe=0;
621 if (qe>31)
622 qe=31;
623 ol_gain = exp(qe/3.
821 int qe; local
1271 int qe; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 129 milliseconds