Searched refs:a_e (Results 1 - 11 of 11) sorted by relevance

/external/aac/libSBRdec/src/
H A Dtranscendent.h121 SCHAR a_e, /*!< Exponent of 1st operand a */
138 shift = (int)(a_e - b_e);
144 *ptrSum_e = (shift>0)? a_e : b_e;
159 SCHAR a_e, /*!< Exponent of 1st operand a */
176 shift = (int)(a_e - b_e);
182 *ptrSum_e = (shift>0)? a_e : b_e;
208 SCHAR a_e, /*!< Exponent of dividend a */
260 *ptrResult_e = a_e - b_e + 1 + preShift - postShift;
264 SCHAR a_e, /*!< Exponent of dividend a */
316 *ptrResult_e = a_e
120 FDK_add_MantExp(FIXP_SGL a_m, SCHAR a_e, FIXP_SGL b_m, SCHAR b_e, FIXP_SGL *ptrSum_m, SCHAR *ptrSum_e) argument
158 FDK_add_MantExp(FIXP_DBL a, SCHAR a_e, FIXP_DBL b, SCHAR b_e, FIXP_DBL *ptrSum, SCHAR *ptrSum_e) argument
207 FDK_divide_MantExp(FIXP_SGL a_m, SCHAR a_e, FIXP_SGL b_m, SCHAR b_e, FIXP_SGL *ptrResult_m, SCHAR *ptrResult_e) argument
263 FDK_divide_MantExp(FIXP_DBL a_m, SCHAR a_e, FIXP_DBL b_m, SCHAR b_e, FIXP_DBL *ptrResult_m, SCHAR *ptrResult_e) argument
[all...]
H A Denv_calc.cpp1628 SCHAR a_e, b_e, c_e; local
1647 a_e = nrgRef_e + tmpNoise_e;
1660 FDK_divide_MantExp( a, a_e,
1671 FDK_divide_MantExp( a, a_e,
/external/aac/libFDK/include/
H A Dfixpoint_math.h101 * \param a_e exponent of the first input value.
104 * \return non-zero if (a_m*2^a_e) < (b_m*2^b_e), 0 otherwise
106 FDK_INLINE INT fIsLessThan(FIXP_DBL a_m, INT a_e, FIXP_DBL b_m, INT b_e) argument
108 if (a_e > b_e) {
109 return (b_m >> fMin(a_e-b_e, DFRACT_BITS-1) > a_m);
111 return (a_m >> fMin(b_e-a_e, DFRACT_BITS-1) < b_m);
115 FDK_INLINE INT fIsLessThan(FIXP_SGL a_m, INT a_e, FIXP_SGL b_m, INT b_e) argument
117 if (a_e > b_e) {
118 return (b_m >> fMin(a_e-b_e, FRACT_BITS-1) > a_m);
120 return (a_m >> fMin(b_e-a_e, FRACT_BIT
[all...]
/external/icu/icu4c/source/test/perf/perldriver/
H A DFormat.pm145 my $a_e;
149 $a_e = $e;
/external/icu/icu4j/perf-tests/perldriver/
H A DFormat.pm143 my $a_e;
147 $a_e = $e;
/external/icu/icu4j/perf-tests/
H A Dconverterperf.pl489 my $a_e;
493 $a_e = $e;
H A Ddateformatperf.pl475 my $a_e;
479 $a_e = $e;
H A Ddecimalformatperf.pl470 my $a_e;
474 $a_e = $e;
H A Dnormperf.pl525 my $a_e;
529 $a_e = $e;
H A Ducharacterperf.pl472 my $a_e;
476 $a_e = $e;
H A Dunicodesetperf.pl462 my $a_e;
466 $a_e = $e;

Completed in 402 milliseconds