Searched refs:tmp_exp (Results 1 – 4 of 4) sorted by relevance
352 INT tmp_exp = 0; in sqrtFixp() local353 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() local372 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() local396 FIXP_DBL tmp_inv = invSqrtNorm2(op_m, &tmp_exp); in invFixp()[all …]
15733 tmp_exp=""15746 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \15750 if test -z "$tmp_exp" || test "$tmp_exp" = "__DECC"; then15751 tmp_exp=""15756 if test -z "$tmp_exp"; then15761 curl_cv_def___DECC=$tmp_exp15777 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"; then15795 tmp_exp=""[all …]
46 tmp_exp=""55 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \59 if test -z "$tmp_exp" || test "$tmp_exp" = "$1"; then60 tmp_exp=""63 if test -z "$tmp_exp"; then68 AS_VAR_SET(ac_Def, $tmp_exp)69 ifelse($3,,[AC_MSG_RESULT([$tmp_exp])])
482 struct nf_expect *exp, *tmp_exp; in main() local612 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()