HomeSort by relevance Sort by last modified time
    Searched full:e_max (Results 1 - 7 of 7) sorted by null

  /external/tlsdate/src/
tlsdate.h 155 E_MAX
179 struct event *events[E_MAX];
tlsdated-unittest.c 146 for (i = 0; i < E_MAX; ++i)
tlsdated.c 417 for (i = 0; i < E_MAX; ++i)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_gain2.c 79 Word16 exp, frac, gcode0, exp_gcode0, e_max, exp_code, qua_ener; local
253 e_max = exp_max[0];
256 if(exp_max[i] > e_max)
258 e_max = exp_max[i];
266 j = add1(vo_sub(e_max, exp_max[i]), 2);/* /4 to avoid overflow */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
qua_gain.cpp 216 Word16 e_max; local
296 * e_max = max(exp_max[i]) + 1; *
297 * e = exp_max[i]-e_max; e <= 0! *
301 e_max = exp_max[0];
304 if (exp_max[i] > e_max)
306 e_max = exp_max[i];
310 e_max = add(e_max, 1, pOverflow); /* To avoid overflow */
314 j = sub(e_max, exp_max[i], pOverflow);
qgain795.cpp 230 Word16 e_max; local
277 * e_max = max(exp_max[i]) + 1; *
278 * e = exp_max[i]-e_max; e <= 0! *
282 e_max = exp_max[0];
285 if (exp_max[i] > e_max)
287 e_max = exp_max[i];
291 e_max = add(e_max, 1, pOverflow); /* To avoid overflow */
295 j = sub(e_max, exp_max[i], pOverflow);
500 Word16 e_max; local
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FpUtils.java 78 * floating-point format. E can range between E_min and E_max,
80 * E_max are -126 and +127 for float, -1022 and +1023 for double.
96 * Infinity and NaN are encoded using the exponent value E_max +
    [all...]

Completed in 381 milliseconds