HomeSort by relevance Sort by last modified time
    Searched refs:inv (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_state.h 42 __state_type inv(__INVALID);
44 &inv, __s, false, __ATOMIC_ACQ_REL,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_state.h 42 __state_type inv(__INVALID);
44 &inv, __s, false, __ATOMIC_ACQ_REL,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_state.h 42 __state_type inv(__INVALID);
44 &inv, __s, false, __ATOMIC_ACQ_REL,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_state.h 42 __state_type inv(__INVALID);
44 &inv, __s, false, __ATOMIC_ACQ_REL,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_state.h 42 __state_type inv(__INVALID);
44 &inv, __s, false, __ATOMIC_ACQ_REL,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_state.h 42 __state_type inv(__INVALID);
44 &inv, __s, false, __ATOMIC_ACQ_REL,
  /external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
Android.mk 17 test_makefile := external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/Android.mk
19 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke_int_0
23 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke_void_0
27 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke
  /external/ceres-solver/internal/ceres/
loss_function.cc 73 const double inv = 1.0 / sum; local
74 // 'sum' and 'inv' are always positive, assuming that 's' is.
76 rho[1] = std::max(std::numeric_limits<double>::min(), inv);
77 rho[2] = - c_ * (inv * inv);
82 const double inv = 1 / sum; local
83 // 'sum' and 'inv' are always positive.
85 rho[1] = std::max(std::numeric_limits<double>::min(), inv);
86 rho[2] = -2.0 * s * b_ * (inv * inv);
    [all...]
  /external/eigen/test/
prec_inverse_4x4.cpp 21 MatrixType inv = m.inverse(); local
22 double error = double( (m*inv-MatrixType::Identity()).norm() / NumTraits<Scalar>::epsilon() );
43 MatrixType inv = m.inverse(); local
44 double error = double( (m*inv-MatrixType::Identity()).norm() * absdet / NumTraits<Scalar>::epsilon() );
  /external/iptables/extensions/
libip6t_ah.c 57 const char *inv = invert ? "!" : ""; local
61 printf("%s:%s%u", name, inv, min);
63 printf("%ss:%s%u:%u", name, inv, min, max);
70 const char *inv = invert ? "!" : ""; local
73 printf("%s:%s%u", name, inv, len);
libipt_ah.c 39 const char *inv = invert ? "!" : ""; local
44 printf(":%s", inv);
47 printf("s:%s", inv);
libxt_esp.c 39 const char *inv = invert ? "!" : ""; local
43 printf(" %s:%s%u", name, inv, min);
45 printf(" %ss:%s%u:%u", name, inv, min, max);
  /external/ceres-solver/examples/
fields_of_experts.cc 81 const double inv = 1.0 / sum; local
82 // 'sum' and 'inv' are always positive, assuming that 's' is.
84 rho[1] = alpha_ * c * inv;
85 rho[2] = - alpha_ * c * c * inv * inv;
  /external/eigen/test/eigen2/
eigen2_prec_inverse_4x4.cpp 41 MatrixType inv = m.inverse(); local
42 double error = double( (m*inv-MatrixType::Identity()).norm() / epsilon<Scalar>() );
61 MatrixType inv = m.inverse(); local
62 double error = double( (m*inv-MatrixType::Identity()).norm() * absdet / epsilon<Scalar>() );
  /external/chromium_org/third_party/skia/experimental/Intersection/
DataTypes.h 287 double inv = 1 / denom; local
288 return approximately_equal(x * inv, a.x * inv) && approximately_equal(y * inv, a.y * inv);
296 double inv = 1 / denom; local
297 return approximately_equal(x * inv, a.fX * inv) && approximately_equal(y * inv, a.fY * inv);
305 double inv = 1 \/ denom; local
    [all...]
  /external/skia/experimental/Intersection/
DataTypes.h 287 double inv = 1 / denom; local
288 return approximately_equal(x * inv, a.x * inv) && approximately_equal(y * inv, a.y * inv);
296 double inv = 1 / denom; local
297 return approximately_equal(x * inv, a.fX * inv) && approximately_equal(y * inv, a.fY * inv);
305 double inv = 1 \/ denom; local
    [all...]
  /external/chromium_org/sync/notifier/
unacked_invalidation_set_unittest.cc 81 Invalidation inv = Invalidation::Init(kObjectId_, i, "payload"); local
82 unacked_invalidations_.Add(inv);
97 Invalidation inv = Invalidation::Init(kObjectId_, i, "payload"); local
98 unacked_invalidations_.Add(inv);
115 Invalidation inv = Invalidation::Init(kObjectId_, i, "payload"); local
116 unacked_invalidations_.Add(inv);
198 Invalidation inv = Invalidation::Init(kObjectId_, 10, "payload"); local
199 unacked_invalidations_.Add(inv);
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator_unittest.cc 549 syncer::Invalidation inv = FireUnknownVersionInvalidation(POLICY_OBJECT_A); local
556 EXPECT_TRUE(IsInvalidationAcknowledged(inv));
577 syncer::Invalidation inv = FireUnknownVersionInvalidation(POLICY_OBJECT_A); local
578 EXPECT_FALSE(IsInvalidationAcknowledged(inv));
581 EXPECT_TRUE(IsInvalidationAcknowledged(inv));
600 syncer::Invalidation inv = local
608 EXPECT_FALSE(IsInvalidationAcknowledged(inv));
611 EXPECT_TRUE(IsInvalidationAcknowledged(inv));
619 syncer::Invalidation inv = FireUnknownVersionInvalidation(POLICY_OBJECT_A); local
628 EXPECT_FALSE(IsInvalidationAcknowledged(inv));
699 syncer::Invalidation inv = FireInvalidation(POLICY_OBJECT_A, V(3), "test"); local
713 syncer::Invalidation inv = FireInvalidation(POLICY_OBJECT_A, V(3), "test"); local
763 syncer::Invalidation inv = FireInvalidation(POLICY_OBJECT_A, V(1), "test"); local
898 syncer::Invalidation inv = local
    [all...]
  /external/eigen/unsupported/Eigen/src/FFT/
ei_fftw_impl.h 65 void inv(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
75 void inv(scalar_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
108 void inv(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
118 void inv(scalar_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
149 void inv(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
159 void inv(scalar_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
211 void inv(Complex * dst,const Complex *src,int nfft) function in struct:Eigen::internal::fftw_impl
213 get_plan(nfft,true,dst,src).inv(fftw_cast(dst), fftw_cast(src),nfft );
218 void inv( Scalar * dst,const Complex * src,int nfft) function in struct:Eigen::internal::fftw_impl
220 get_plan(nfft,true,dst,src).inv(fftw_cast(dst), fftw_cast(src),nfft )
    [all...]
  /external/harfbuzz_ng/util/
ansi-print.cc 354 bool inv = false;
356 case 1: c = "?"; inv = true; break;
357 case 2: c = "?"; inv = true; break;
358 case 4: c = "?"; inv = false; break;
359 case 8: c = "?"; inv = false; break;
360 case 9: c = "?"; inv = false; break;
361 case 6: c = "?"; inv = false; break;
362 case 7: c = "?"; inv = true; break;
363 case 11: c = "?"; inv = true; break;
364 case 13: c = "?"; inv = true; break
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.inl 432 FLOAT inv = 1.0f / f;
433 _11 *= inv; _12 *= inv; _13 *= inv; _14 *= inv;
434 _21 *= inv; _22 *= inv; _23 *= inv; _24 *= inv;
435 _31 *= inv; _32 *= inv; _33 *= inv; _34 *= inv
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_optimize.c 856 append_interval(struct interval_list *list, const struct interval *inv)
858 list->Intervals[list->Num++] = *inv;
862 /** Insert interval inv into list, sorted by interval end */
864 insert_interval_by_end(struct interval_list *list, const struct interval *inv)
868 while (i >= 0 && list->Intervals[i].End > inv->End) {
872 list->Intervals[i + 1] = *inv;
888 remove_interval(struct interval_list *list, const struct interval *inv)
893 if (list->Intervals[k].Reg == inv->Reg) {
895 ASSERT(list->Intervals[k].Start == inv->Start);
896 ASSERT(list->Intervals[k].End == inv->End)
1077 struct interval inv; local
1091 const struct interval *inv = liveIntervals->Intervals + i; local
1174 const struct interval *inv = activeIntervals.Intervals + j; local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 856 append_interval(struct interval_list *list, const struct interval *inv)
858 list->Intervals[list->Num++] = *inv;
862 /** Insert interval inv into list, sorted by interval end */
864 insert_interval_by_end(struct interval_list *list, const struct interval *inv)
868 while (i >= 0 && list->Intervals[i].End > inv->End) {
872 list->Intervals[i + 1] = *inv;
888 remove_interval(struct interval_list *list, const struct interval *inv)
893 if (list->Intervals[k].Reg == inv->Reg) {
895 ASSERT(list->Intervals[k].Start == inv->Start);
896 ASSERT(list->Intervals[k].End == inv->End)
1077 struct interval inv; local
1091 const struct interval *inv = liveIntervals->Intervals + i; local
1174 const struct interval *inv = activeIntervals.Intervals + j; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
findnearmv.c 140 static void invert_and_clamp_mvs(int_mv *inv, int_mv *src, MACROBLOCKD *xd)
142 inv->as_mv.row = src->as_mv.row * -1;
143 inv->as_mv.col = src->as_mv.col * -1;
144 vp8_clamp_mv2(inv, xd);
  /external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/
ecs_locl.h 72 const BIGNUM *inv, const BIGNUM *rp, EC_KEY *eckey);

Completed in 1148 milliseconds

1 2 3 4 5 6 7 8 9