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

  /external/aac/libFDK/include/
fixpoint_math.h 352 INT tmp_exp = 0; local
353 FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp);
355 FDK_ASSERT(tmp_exp > 0);
356 return ((FIXP_DBL)(fMultDiv2((op << (tmp_exp - 1)), tmp_inv) << 2));
371 INT tmp_exp; local
372 FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp);
373 FDK_ASSERT((31 - (2 * tmp_exp + 1)) >= 0);
374 int shift = 31 - (2 * tmp_exp + 1);
395 INT tmp_exp; local
396 FIXP_DBL tmp_inv = invSqrtNorm2(op_m, &tmp_exp);
    [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/curl/
configure     [all...]

Completed in 82 milliseconds