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

1 2

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
isp_az.cpp 147 int32 tmax; local
205 tmax = 1;
216 tmax |= t1;
228 tmax |= t1;
240 q = 4 - normalize_amr_wb(tmax); /* adaptive scaling enabled */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_az.c 51 Word32 tmax; local
112 tmax = 1;
118 tmax |= L_abs(t0);
124 tmax |= L_abs(t0);
130 q = 4 - norm_l(tmax); /* adaptive scaling enabled */
  /external/icu/icu4c/source/test/intltest/
punyref.c 49 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator in enum:__anon12180
117 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) {
193 k >= bias + tmax ? tmax : k - bias;
265 k >= bias + tmax ? tmax : k - bias;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2Collision.cpp 136 float32 tmax = b2_maxFloat; local
178 tmax = b2Min(tmax, t2);
180 if (tmin > tmax)
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAabbUtil2.h 98 btScalar tmax, tymin, tymax, tzmin, tzmax; local
100 tmax = (bounds[1-raySign[0]].getX() - rayFrom.getX()) * rayInvDirection.getX();
104 if ( (tmin > tymax) || (tymin > tmax) )
110 if (tymax < tmax)
111 tmax = tymax;
116 if ( (tmin > tzmax) || (tzmin > tmax) )
120 if (tzmax < tmax)
121 tmax = tzmax;
122 return ( (tmin < lambda_max) && (tmax > lambda_min) );
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
PunycodeReference.java 48 private static final int tmax = 26; field in class:PunycodeReference
127 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) {
201 k >= bias + tmax ? tmax : k - bias;
348 (k >= (bias + tmax)) ? tmax : k - bias;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
PunycodeReference.java 47 private static final int tmax = 26; field in class:PunycodeReference
126 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) {
200 k >= bias + tmax ? tmax : k - bias;
347 (k >= (bias + tmax)) ? tmax : k - bias;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
AABB.java 208 float tmax = Float.MAX_VALUE; local
249 tmax = MathUtils.min(tmax, t2);
251 if (tmin > tmax) {
286 tmax = MathUtils.min(tmax, t2);
288 if (tmin > tmax) {
  /external/iproute2/ip/
iplink.c 381 int tmin, tmax; local
384 ipaddr_get_vf_rate(tivt.vf, &tmin, &tmax, dev_index);
388 tivt.max_tx_rate = tmax;
  /external/libvorbis/lib/
res0.c 63 float tmax; member in struct:__anon16393
112 fprintf(stderr,"min/max residue: %g::%g\n",look->tmin,look->tmax);
563 if(in[i][j]>look->tmax)look->tmax=in[i][j];
  /external/mesa3d/src/mesa/main/
errors.c 598 int s, t, sev, smax, tmax, sevmax; local
609 tmax = TYPE_COUNT;
611 tmax = type+1;
623 for (t = type; t < tmax; t++) {
  /external/opencv3/modules/hal/src/
mathfuncs.cpp 88 __m128 tmin = _mm_min_ps(ax, ay), tmax = _mm_max_ps(ax, ay); local
89 __m128 c = _mm_div_ps(tmin, _mm_add_ps(tmax, eps));
121 float32x4_t tmin = vminq_f32(ax, ay), tmax = vmaxq_f32(ax, ay);
122 float32x4_t c = vmulq_f32(tmin, cv_vrecpq_f32(vaddq_f32(tmax, eps)));
    [all...]
  /external/iputils/
ping_common.c 48 long tmax; /* maximum round trip time */ variable
423 waittime = 2 * tmax;
904 if (triptime > tmax)
905 tmax = triptime;
1046 (long)tmax/1000, (long)tmax%1000,
1084 (long)tmax/1000, (long)tmax%1000
  /toolchain/binutils/binutils-2.25/bfd/
elf32-frv.c 934 TMAX, TMIN and TCUR are used to assign TLS descriptors. TCUR
935 starts as MAX, and grows up to TMAX, then wraps around to TMIN
942 bfd_signed_vma tmax, tcur, tmin;
941 bfd_signed_vma tmax, tcur, tmin; member in struct:_frvfdpic_dynamic_got_plt_info::_frvfdpic_dynamic_got_alloc_data
    [all...]
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 

Completed in 1314 milliseconds

1 2