Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dfixpoint_math.h352 INT tmp_exp = 0; in sqrtFixp() local
353 FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp); in sqrtFixp()
355 FDK_ASSERT(tmp_exp > 0); in sqrtFixp()
356 return ((FIXP_DBL)(fMultDiv2((op << (tmp_exp - 1)), tmp_inv) << 2)); in sqrtFixp()
371 INT tmp_exp; in invFixp() local
372 FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp); in invFixp()
373 FDK_ASSERT((31 - (2 * tmp_exp + 1)) >= 0); in invFixp()
374 int shift = 31 - (2 * tmp_exp + 1); in invFixp()
395 INT tmp_exp; in invFixp() local
396 FIXP_DBL tmp_inv = invSqrtNorm2(op_m, &tmp_exp); in invFixp()
[all …]
/external/curl/
Dconfigure15733 tmp_exp=""
15746 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
15750 if test -z "$tmp_exp" || test "$tmp_exp" = "__DECC"; then
15751 tmp_exp=""
15756 if test -z "$tmp_exp"; then
15761 curl_cv_def___DECC=$tmp_exp
15777 tmp_exp=""
15790 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
15794 if test -z "$tmp_exp" || test "$tmp_exp" = "__DECC_VER"; then
15795 tmp_exp=""
[all …]
Dacinclude.m446 tmp_exp=""
55 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \
59 if test -z "$tmp_exp" || test "$tmp_exp" = "$1"; then
60 tmp_exp=""
63 if test -z "$tmp_exp"; then
68 AS_VAR_SET(ac_Def, $tmp_exp)
69 ifelse($3,,[AC_MSG_RESULT([$tmp_exp])])
/external/libnetfilter_conntrack/qa/
Dtest_api.c482 struct nf_expect *exp, *tmp_exp; in main() local
612 tmp_exp = nfexp_new(); in main()
613 if (!tmp_exp) { in main()
664 test_nfexp_cmp_api(tmp_exp, exp); in main()
740 nfexp_destroy(tmp_exp); in main()