HomeSort by relevance Sort by last modified time
    Searched refs: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/
configure     [all...]
  /external/libnetfilter_conntrack/qa/
test_api.c 482 struct nf_expect *exp, *tmp_exp; local
612 tmp_exp = nfexp_new();
613 if (!tmp_exp) {
664 test_nfexp_cmp_api(tmp_exp, exp);
740 nfexp_destroy(tmp_exp);
  /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 ));

Completed in 486 milliseconds