Searched refs:At (Results 1 - 25 of 74) sorted by relevance

123

/external/ceres-solver/internal/ceres/
H A Dcxsparse.cc165 cs_di At; local
166 At.m = A->num_cols();
167 At.n = A->num_rows();
168 At.nz = -1;
169 At.nzmax = A->num_nonzeros();
170 At.p = A->mutable_rows();
171 At.i = A->mutable_cols();
172 At.x = A->mutable_values();
173 return At;
H A Dsparse_normal_cholesky_solver.cc119 cs_di At = cxsparse_.CreateSparseMatrixTransposeView(A); local
128 cs_di* A2 = cxsparse_.TransposeMatrix(&At);
129 cs_di* AtA = cxsparse_.MatrixMatrixMultiply(&At, A2);
/external/valgrind/unittest/
H A Dlinear_solver.h109 inline double& At(int i, int j) { function in class:Matrix
116 inline const double& At(int i, int j) const { function in class:Matrix
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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonTreeAdaptor.h52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
H A DANTLRBaseTreeAdaptor.h135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i;
137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
H A DANTLRTreeAdaptor.h134 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aNode At:(NSInteger) i;
136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child;
H A DANTLRBaseTree.h68 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
142 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonTreeAdaptor.h52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
H A DANTLRBaseTreeAdaptor.h135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i;
137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
H A DANTLRTreeAdaptor.h134 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aNode At:(NSInteger) i;
136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child;
H A DANTLRBaseTree.h68 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
142 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonTreeAdaptor.h52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
H A DANTLRBaseTreeAdaptor.h135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i;
137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
H A DANTLRTreeAdaptor.h134 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aNode At:(NSInteger) i;
136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child;
H A DANTLRBaseTree.h68 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
142 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonTreeAdaptor.h55 - (ANTLRCommonTree *)getChild:(ANTLRCommonTree *)t At:(NSInteger)i;
56 - (void) setChild:(ANTLRCommonTree *)t At:(NSInteger)i Child:(ANTLRCommonTree *)child;
H A DANTLRTreeAdaptor.h131 - (id) getChild:(id)aNode At:(NSInteger) i;
133 - (void) setChild:(id)aTree At:(NSInteger)index Child:(id)child;
H A DANTLRBaseTreeAdaptor.h128 - (id<ANTLRBaseTree>) getChild:(id<ANTLRBaseTree>)aTree At:(NSInteger)i;
130 - (void) setChild:(id<ANTLRBaseTree>)aTree At:(NSInteger)index Child:(id<ANTLRBaseTree>)aChild;
H A DANTLRBaseTree.h70 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRBaseTree>) parent At:(NSInteger) i;
146 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRBaseTree>)parent At:(NSInteger) i;
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ argument
50 intptr_t Offset = ((intptr_t)To - (intptr_t)At) >> 2;
51 unsigned *AtI = (unsigned*)(intptr_t)At;
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h50 Greater, GreaterEqual, GreaterGreater, At enumerator in enum:llvm::AsmToken::TokenKind
/external/llvm/lib/Support/Unix/
H A DProgram.inc63 // At this point, the file name is valid and does not contain slashes. Search
/external/clang/lib/Analysis/
H A DThreadSafety.cpp328 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);
1272 // (excluding back-edges) are visited before the block itself. At
1278 // At join points in the CFG, the set is computed as the intersection of
1932 Attr *At = const_cast<Attr*>(ArgAttrs[i]); local
1933 switch (At->getKind()) {
1937 ExclusiveLockFunctionAttr *A = cast<ExclusiveLockFunctionAttr>(At);
1945 SharedLockFunctionAttr *A = cast<SharedLockFunctionAttr>(At);
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A DREADME50 At the root of the source tree, there is an Ant file named
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dssim_opt.asm61 ; or pavgb At this point this is just meant to be first pass for calculating
151 ; or pavgb At this point this is just meant to be first pass for calculating

Completed in 666 milliseconds

123