OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_e
(Results
1 - 4
of
4
) sorted by null
/external/aac/libSBRdec/src/
transcendent.h
121
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
- b_e + 1 + preShift - postShift
[
all
...]
env_calc.cpp
1608
SCHAR
a_e
, b_e, c_e;
local
[
all
...]
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
Format.pm
141
my $
a_e
;
145
$
a_e
= $e;
/external/icu4c/test/perf/perldriver/
Format.pm
141
my $
a_e
;
145
$
a_e
= $e;
Completed in 178 milliseconds