Home
last modified time | relevance | path

Searched refs:tmp_exp (Results 1 – 5 of 5) sorted by relevance

/external/aac/libFDK/include/
Dfixpoint_math.h205 INT tmp_exp ; in invFixp() local
206 FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp) ; in invFixp()
207 FDK_ASSERT((31-(2*tmp_exp+1))>=0) ; in invFixp()
208 return ( fPow2Div2( (FIXP_DBL)tmp_inv ) >> (31-(2*tmp_exp+1)) ) ; in invFixp()
/external/c-ares/
Dconfigure13624 tmp_exp=""
13637 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
13641 if test -z "$tmp_exp" || test "$tmp_exp" = "__DECC"; then
13642 tmp_exp=""
13647 if test -z "$tmp_exp"; then
13652 curl_cv_def___DECC=$tmp_exp
13664 tmp_exp=""
13677 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
13681 if test -z "$tmp_exp" || test "$tmp_exp" = "__DECC_VER"; then
13682 tmp_exp=""
[all …]
Dacinclude.m422 tmp_exp=""
31 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
35 if test -z "$tmp_exp" || test "$tmp_exp" = "$1"; then
36 tmp_exp=""
39 if test -z "$tmp_exp"; then
44 AS_VAR_SET(ac_Def, $tmp_exp)
45 ifelse($3,,[AC_MSG_RESULT([$tmp_exp])])
/external/aac/libFDK/src/
Dfixpoint_math.cpp472 INT tmp_exp = 0; in sqrtFixp() local
473 FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp); in sqrtFixp()
475 FDK_ASSERT(tmp_exp > 0) ; in sqrtFixp()
476 return( (FIXP_DBL) ( fMultDiv2( (op<<(tmp_exp-1)), tmp_inv ) << 2 )); in sqrtFixp()
/external/curl/
Dacinclude.m443 tmp_exp=""
52 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
56 if test -z "$tmp_exp" || test "$tmp_exp" = "$1"; then
57 tmp_exp=""
60 if test -z "$tmp_exp"; then
65 AS_VAR_SET(ac_Def, $tmp_exp)
66 ifelse($3,,[AC_MSG_RESULT([$tmp_exp])])