OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_e
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Sema/
bitfield-promote.c
24
__typeof(s.e + s.e)
x_e
;
25
int
x_e
;
variable
/external/aac/libFDK/include/
fixpoint_math.h
130
inline FIXP_DBL sqrtFixp_lookup(FIXP_DBL x, INT *
x_e
)
142
e = *
x_e
- e + 2;
156
*
x_e
= e >> 1;
388
* \brief calculate logarithm of base 2 of x_m * 2^(
x_e
)
390
* \param
x_e
exponent of the input value.
394
FIXP_DBL fLog2(FIXP_DBL x_m, INT
x_e
, INT *result_e);
397
* \brief calculate logarithm of base 2 of x_m * 2^(
x_e
)
399
* \param
x_e
exponent of the input value.
402
FIXP_DBL fLog2(FIXP_DBL x_m, INT
x_e
);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/
for_each_i.hpp
51
# define BOOST_PP_LIST_FOR_EACH_I_M_I(r,
x_e
) BOOST_PP_LIST_FOR_EACH_I_M_D(r,
x_e
)
/external/aac/libFDK/src/
fixpoint_math.cpp
824
FIXP_DBL fLog2(FIXP_DBL x_m, INT
x_e
, INT *result_e)
838
/* Move input value x_m * 2^
x_e
toward 1.0, where the taylor approximation
845
x_e
=
x_e
- b_norm;
861
/* Add exponent part. log2(x_m * 2^
x_e
) = log2(x_m) +
x_e
*/
862
if (
x_e
!= 0)
866
enorm = DFRACT_BITS - fNorm((FIXP_DBL)
x_e
);
868
result_m = (result_m >> (enorm-1)) + ((FIXP_DBL)
x_e
<< (DFRACT_BITS-1-enorm));
880
FIXP_DBL fLog2(FIXP_DBL x_m, INT
x_e
)
[
all
...]
Completed in 106 milliseconds