Searched defs:qb (Results 1 - 12 of 12) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Ddivtf3.c166 rep_t qb; local
169 wideMultiply(quotient, bSignificand, &dummy, &qb);
170 residual = (aSignificand << 113) - qb;
174 wideMultiply(quotient, bSignificand, &dummy, &qb);
175 residual = (aSignificand << 112) - qb;
/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp561 INT i, qb, qe, qtmp; local
569 base = fDivNorm((FIXP_DBL)stop, (FIXP_DBL)start, &qb);
571 tmp = fPow(base, qb, exp, qe, &qtmp);
/external/libopus/celt/
H A Drate.c165 int qb; local
195 The average measured cost for theta is 0.89701 times qb,
199 qb = IMIN((num+(den>>1))/den, 57);
200 celt_assert(qb >= 0);
201 max_bits += qb;
211 0.95164 times qb, approximated here as 487/512. */
214 qb = IMIN((num+(den>>1))/den, (N==2?64:61));
215 celt_assert(qb >= 0);
216 max_bits += qb;
231 qb
[all...]
H A Dbands.c618 int qn, qb; local
625 qb = IMIN(b-pulse_cap-(4<<BITRES), (b+N2*offset)/N2);
627 qb = IMIN(8<<BITRES, qb);
629 if (qb<(1<<BITRES>>1)) {
632 qn = exp2_table8[qb&0x7]>>(14-(qb>>BITRES));
/external/opencv3/3rdparty/openexr/Imath/
H A DImathQuat.h169 const Quat<T> &qa, const Quat<T> &qb, T t);
174 Quat<T> &qa, Quat<T> &qb);
554 // of unit quaternions: q1, qa, qb, q2.
558 // quaternions: qa and qb. The qa and qb are
562 // for q1 and the qb represents the out-tangent for q2.
567 // in computing qa and qb.
571 Quat<T> qb = intermediate (q1, q2, q3); local
572 Quat<T> result = squad (q1, qa, qb, q2, t);
581 const Quat<T> &qb, cons
580 squad(const Quat<T> &q1, const Quat<T> &qa, const Quat<T> &qb, const Quat<T> &q2, T t) argument
[all...]
/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/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 322 milliseconds