HomeSort by relevance Sort by last modified time
    Searched defs:At (Results 1 - 9 of 9) sorted by null

  /external/ceres-solver/internal/ceres/
cxsparse.cc 95 cs_di At;
96 At.m = A->num_cols();
97 At.n = A->num_rows();
98 At.nz = -1;
99 At.nzmax = A->num_nonzeros();
100 At.p = A->mutable_rows();
101 At.i = A->mutable_cols();
102 At.x = A->mutable_values();
103 return At;
sparse_normal_cholesky_solver.cc 122 cs_di At = cxsparse_.CreateSparseMatrixTransposeView(A);
131 cs_di* A2 = cs_transpose(&At, 1);
132 cs_di* AtA = cs_multiply(&At,A2);
  /external/valgrind/unittest/
linear_solver.h 109 inline double& At(int i, int j) {
116 inline const double& At(int i, int j) const {
129 ret[i] += v[j] * At(i,j);
139 ret[j] += v_to_transpose[i] * At(i,j);
149 sprintf(temp, "%s%.1lf", j == 0 ? "" : ", ", At(i,j));
191 const double & m_n = perf_m.At(m,n);
205 current[zero_id] = stats_v[m] / perf_m.At(m, zero_id);
241 new_m.At(m,n) = perf_m.At(new_m_to_old[m], new_n_to_old[n]);
  /external/llvm/lib/Archive/
ArchiveReader.cpp 27 static inline unsigned readInteger(const char*&At, const char*End) {
32 if (At == End)
34 Result |= (unsigned)((*At++) & 0x7F) << Shift;
36 } while (At[-1] & 0x80);
43 const char* At = (const char*) data;
44 const char* End = At + size;
45 while (At < End) {
46 unsigned offset = readInteger(At, End);
47 if (At == End) {
52 unsigned length = readInteger(At, End)
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 Greater, GreaterEqual, GreaterGreater, At
  /system/core/libpixelflinger/
scanline.cpp 7 ** You may obtain a copy of the License at
147 /* To understand the values here, have a look at:
634 // All iterated values are sampled at the pixel center
792 uint32_t At = texel.c[0];
810 Cf += ((Ct - Cf) * (At + (At>>(sat-1)))) >> sat;
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 62 /// a particular mutex object at run-time. Subsequent occurrences of the same
328 if (LockReturnedAttr* At = MD->getAttr<LockReturnedAttr>()) {
336 return buildSExpr(At->getArg(), &LRCallCtx);
358 if (LockReturnedAttr* At = FD->getAttr<LockReturnedAttr>()) {
363 return buildSExpr(At->getArg(), &LRCallCtx);
785 /// \brief A FactEntry stores a single fact that is known at a particular point
787 /// that is held at that point.
817 /// \brief A FactSet is the set of facts that are known to be true at a
910 FactSet EntrySet; // Lockset held at entry to block
911 FactSet ExitSet; // Lockset held at exit from bloc
    [all...]
  /external/v8/src/arm/
constants-arm.h 113 // Manual" from July 2005 (available at http://www.arm.com/miscPDFs/14128.pdf)
501 // Example: Test whether the instruction at ptr does set the condition code
505 // Instruction* instr = Instruction::At(ptr);
576 // - <Name>Field() will return the raw field, i.e. the field's bits at their
714 // Use the At(pc) function to create references to Instruction.
715 static Instruction* At(byte* pc) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 

Completed in 532 milliseconds