Searched defs:qe (Results 1 - 19 of 19) 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/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_ArithDecoder.cpp73 int DecodeNMPS(JBig2ArithCtx* pCX, const JBig2ArithQe& qe) { argument
74 pCX->I = qe.NMPS;
78 int DecodeNLPS(JBig2ArithCtx* pCX, const JBig2ArithQe& qe) { argument
81 if (qe.nSwitch == 1)
83 pCX->I = qe.NLPS;
106 const JBig2ArithQe& qe = kQeTable[pCX->I]; local
107 m_A -= qe.Qe;
112 const int D = m_A < qe.Qe ? DecodeNLPS(pCX, qe) : DecodeNMPS(pCX, qe);
[all...]
/external/libjpeg-turbo/
H A Djcarith.c225 register INT32 qe, temp; local
232 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */
233 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */
234 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */
237 e->a -= qe;
240 if (e->a >= qe) {
241 /* If the interval size (qe) for the less probable symbol (LPS)
246 e->a = qe;
[all...]
H A Djdarith.c112 register INT32 qe, temp; local
154 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */
155 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */
156 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */
159 temp = e->a - qe;
165 if (e->a < qe) {
166 e->a = qe;
169 e->a = qe;
[all...]
/external/skia/src/gpu/effects/
H A DGrBezierEffect.cpp304 const GrQuadEffect& qe = primProc.cast<GrQuadEffect>(); variable
306 if (!qe.viewMatrix().isIdentity() && !fViewMatrix.cheapEqualTo(qe.viewMatrix())) {
307 fViewMatrix = qe.viewMatrix();
313 if (qe.color() != fColor) {
315 GrColorToRGBAFloat(qe.color(), c);
317 fColor = qe.color();
320 if (qe.coverageScale() != 0xff && qe.coverageScale() != fCoverageScale) {
321 pdman.set1f(fCoverageScaleUniform, GrNormalizeByteToFloat(qe
[all...]
/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp561 INT i, qb, qe, qtmp; local
570 exp = fDivNorm((FIXP_DBL)i, (FIXP_DBL)num_bands, &qe);
571 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/skia/src/gpu/batches/
H A DGrAAConvexPathRenderer.cpp553 const QuadEdgeEffect& qe = args.fGP.cast<QuadEdgeEffect>(); variable
559 varyingHandler->emitAttributes(qe);
563 vertBuilder->codeAppendf("%s = %s;", v.vsOut(), qe.inQuadEdge()->fName);
567 if (!qe.colorIgnored()) {
573 this->setupPosition(vertBuilder, gpArgs, qe.inPosition()->fName);
580 qe.inPosition()->fName,
581 qe.localMatrix(),
620 const QuadEdgeEffect& qe = gp.cast<QuadEdgeEffect>(); variable
621 if (qe.color() != fColor) {
623 GrColorToRGBAFloat(qe
[all...]
H A DGrPLSPathRenderer.cpp486 const PLSQuadEdgeEffect& qe = args.fGP.cast<PLSQuadEdgeEffect>(); local
492 varyingHandler->emitAttributes(qe);
496 vsBuilder->codeAppendf("%s = %s;", uv.vsOut(), qe.inUV()->fName);
501 qe.inEndpoint1()->fName, qe.inEndpoint1()->fName);
506 qe.inEndpoint2()->fName, qe.inEndpoint2()->fName);
517 windings.vsOut(), qe.inWindings()->fName);
520 this->setupPosition(vsBuilder, gpArgs, qe.inPosition()->fName);
524 qe
[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 ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 940 milliseconds