OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_e
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRdec/src/
transcendent.h
123
SCHAR
b_e
, /*!< Exponent of 2nd operand b */
138
shift = (int)(a_e -
b_e
);
144
*ptrSum_e = (shift>0)? a_e :
b_e
;
161
SCHAR
b_e
, /*!< Exponent of 2nd operand b */
176
shift = (int)(a_e -
b_e
);
182
*ptrSum_e = (shift>0)? a_e :
b_e
;
210
SCHAR
b_e
, /*!< Exponent of divisor b */
260
*ptrResult_e = a_e -
b_e
+ 1 + preShift - postShift;
266
SCHAR
b_e
, /*!< Exponent of divisor b */
316
*ptrResult_e = a_e -
b_e
+ 1 + preShift - postShift
[
all
...]
env_calc.cpp
1608
SCHAR a_e,
b_e
, c_e;
local
[
all
...]
Completed in 39 milliseconds