Searched refs:tmp_exp (Results 1 – 5 of 5) sorted by relevance
/external/aac/libFDK/include/ |
D | fixpoint_math.h | 378 INT tmp_exp = 0; in sqrtFixp() local 379 FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp); in sqrtFixp() 381 FDK_ASSERT(tmp_exp > 0); in sqrtFixp() 382 return ((FIXP_DBL)(fMultDiv2((op << (tmp_exp - 1)), tmp_inv) << 2)); in sqrtFixp() 397 INT tmp_exp; in invFixp() local 398 FIXP_DBL tmp_inv = invSqrtNorm2(op, &tmp_exp); in invFixp() 399 FDK_ASSERT((31 - (2 * tmp_exp + 1)) >= 0); in invFixp() 400 int shift = 31 - (2 * tmp_exp + 1); in invFixp() 421 INT tmp_exp; in invFixp() local 422 FIXP_DBL tmp_inv = invSqrtNorm2(op_m, &tmp_exp); in invFixp() [all …]
|
/external/curl/ |
D | configure | 15817 tmp_exp="" 15830 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \ 15834 if test -z "$tmp_exp" || test "$tmp_exp" = "__DECC"; then 15835 tmp_exp="" 15840 if test -z "$tmp_exp"; then 15845 curl_cv_def___DECC=$tmp_exp 15861 tmp_exp="" 15874 tmp_exp=`eval "$ac_cpp conftest.$ac_ext" 2>/dev/null | \ 15878 if test -z "$tmp_exp" || test "$tmp_exp" = "__DECC_VER"; then 15879 tmp_exp="" [all …]
|
D | acinclude.m4 | 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"; 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/ |
D | test_api.c | 482 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()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | 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])])
|