Searched refs:tmp_exp (Results 1 – 5 of 5) sorted by relevance
205 INT tmp_exp ; in invFixp() local206 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()
13624 tmp_exp=""13637 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \13641 if test -z "$tmp_exp" || test "$tmp_exp" = "__DECC"; then13642 tmp_exp=""13647 if test -z "$tmp_exp"; then13652 curl_cv_def___DECC=$tmp_exp13664 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"; then13682 tmp_exp=""[all …]
22 tmp_exp=""31 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \35 if test -z "$tmp_exp" || test "$tmp_exp" = "$1"; then36 tmp_exp=""39 if test -z "$tmp_exp"; then44 AS_VAR_SET(ac_Def, $tmp_exp)45 ifelse($3,,[AC_MSG_RESULT([$tmp_exp])])
472 INT tmp_exp = 0; in sqrtFixp() local473 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()
43 tmp_exp=""52 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \56 if test -z "$tmp_exp" || test "$tmp_exp" = "$1"; then57 tmp_exp=""60 if test -z "$tmp_exp"; then65 AS_VAR_SET(ac_Def, $tmp_exp)66 ifelse($3,,[AC_MSG_RESULT([$tmp_exp])])