Home
last modified time | relevance | path

Searched refs:cref (Results 1 – 15 of 15) sorted by relevance

/external/ceres-solver/internal/ceres/
Dsmall_blas.h284 typename EigenTypes<kRowA>::VectorRef cref(c, num_row_a); in MatrixVectorMultiply()
289 cref += Aref.lazyProduct(bref); in MatrixVectorMultiply()
291 cref -= Aref.lazyProduct(bref); in MatrixVectorMultiply()
293 cref = Aref.lazyProduct(bref); in MatrixVectorMultiply()
335 typename EigenTypes<kColA>::VectorRef cref(c, num_col_a); in MatrixTransposeVectorMultiply()
340 cref += Aref.transpose().lazyProduct(bref); in MatrixTransposeVectorMultiply()
342 cref -= Aref.transpose().lazyProduct(bref); in MatrixTransposeVectorMultiply()
344 cref = Aref.transpose().lazyProduct(bref); in MatrixTransposeVectorMultiply()
/external/libdrm/radeon/
Dradeon_bo.c44 op, bo, bo->handle, boi->size, boi->cref); in radeon_bo_debug()
59 boi->cref++; in radeon_bo_ref()
69 boi->cref--; in radeon_bo_unref()
127 return boi->cref > 1; in radeon_bo_is_referenced_by_cs()
Dradeon_bo_int.h17 unsigned cref; member
Dradeon_bo_gem.c133 if (boi->cref) { in bo_unref()
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/
Dcref_2.pass.cpp22 std::reference_wrapper<const int> r1 = std::cref(i); in main()
23 std::reference_wrapper<const int> r2 = std::cref(r1); in main()
Dcref_1.pass.cpp22 std::reference_wrapper<const int> r = std::cref(i); in main()
/external/iproute2/doc/
DPlan4 1.1 IP Command reference (ip-cref.tex, published)
5 1.2 TC Command reference (tc-cref.tex)
DMakefile1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUService.java403 … SoftReference<Map<String, CacheEntry>> cref = cacheref; // copy so we don't need to sync on this in getKey() local
404 if (cref != null) { in getKey()
406 cache = cref.get(); in getKey()
414 cref = new SoftReference<Map<String, CacheEntry>>(cache); in getKey()
498 cacheref = cref; in getKey()
/external/libcxx/include/
D__functional_base500 cref(const _Tp& __t) _NOEXCEPT
508 cref(reference_wrapper<_Tp> __t) _NOEXCEPT
510 return cref(__t.get());
517 template <class _Tp> void cref(const _Tp&&) = delete;
522 template <class _Tp> void cref(const _Tp&&);// = delete;
D__functional_base_031131 cref(const _Tp& __t)
1139 cref(reference_wrapper<_Tp> __t)
1141 return cref(__t.get());
Dfunctional67 template <class T> reference_wrapper<const T> cref(const T& t) noexcept;
68 template <class T> void cref(const T&& t) = delete;
69 template <class T> reference_wrapper<const T> cref(reference_wrapper<T> t) noexcept;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-tuple.cpp50 template<typename T> reference_wrapper<const T> cref(const T& t) { in cref() function
139 const tuple<int, float&, const double&> *t3p = addr(make_tuple(i, ref(f), cref(d))); in test_creation_functions()
Dexample-bind.cpp50 template<typename T> reference_wrapper<const T> cref(const T& t) { in cref() function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...