HomeSort by relevance Sort by last modified time
    Searched full:tmp_exp (Results 1 - 4 of 4) sorted by null

  /external/aac/libFDK/include/
fixpoint_math.h 205 INT tmp_exp ; local
206 FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp) ;
207 FDK_ASSERT((31-(2*tmp_exp+1))>=0) ;
208 return ( fPow2Div2( (FIXP_DBL)tmp_inv ) >> (31-(2*tmp_exp+1)) ) ;
  /external/c-ares/
acinclude.m4 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"; 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])])
    [all...]
  /external/aac/libFDK/src/
fixpoint_math.cpp 472 INT tmp_exp = 0; local
473 FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp);
475 FDK_ASSERT(tmp_exp > 0) ;
476 return( (FIXP_DBL) ( fMultDiv2( (op<<(tmp_exp-1)), tmp_inv ) << 2 ));
  /external/curl/
acinclude.m4 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"; 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])])
    [all...]

Completed in 611 milliseconds