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

1 2 3 4

  /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/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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTreeAdaptor.h 52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
ANTLRBaseTreeAdaptor.h 109 * Be advised that it's ok for newRoot to point at oldRoot's
135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i;
137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
ANTLRTreeAdaptor.h 53 * input symbol at which the error was detected. The stop token indicates
97 * Be advised that it's ok for newRoot to point at oldRoot's
134 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aNode At:(NSInteger) i;
136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child;
ANTLRBaseTree.h 68 - (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/
ANTLRCommonTreeAdaptor.h 52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
ANTLRBaseTreeAdaptor.h 109 * Be advised that it's ok for newRoot to point at oldRoot's
135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i;
137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
ANTLRTreeAdaptor.h 53 * input symbol at which the error was detected. The stop token indicates
97 * Be advised that it's ok for newRoot to point at oldRoot's
134 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aNode At:(NSInteger) i;
136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTreeAdaptor.h 52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
53 - (void) setChild:(id<ANTLRTree>)t At:(NSInteger)i Child:(id<ANTLRTree>)child;
ANTLRBaseTreeAdaptor.h 109 * Be advised that it's ok for newRoot to point at oldRoot's
135 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aTree At:(NSInteger)i;
137 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)aChild;
ANTLRTreeAdaptor.h 53 * input symbol at which the error was detected. The stop token indicates
97 * Be advised that it's ok for newRoot to point at oldRoot's
134 - (id<ANTLRTree>) getChild:(id<ANTLRTree>)aNode At:(NSInteger) i;
136 - (void) setChild:(id<ANTLRTree>)aTree At:(NSInteger)index Child:(id<ANTLRTree>)child;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeAdaptor.h 55 - (ANTLRCommonTree *)getChild:(ANTLRCommonTree *)t At:(NSInteger)i;
56 - (void) setChild:(ANTLRCommonTree *)t At:(NSInteger)i Child:(ANTLRCommonTree *)child;
ANTLRTreeAdaptor.h 49 * input symbol at which the error was detected. The stop token indicates
93 * Be advised that it's ok for newRoot to point at oldRoot's
131 - (id) getChild:(id)aNode At:(NSInteger) i;
133 - (void) setChild:(id)aTree At:(NSInteger)index Child:(id)child;
ANTLRBaseTreeAdaptor.h 101 * Be advised that it's ok for newRoot to point at oldRoot's
128 - (id<ANTLRBaseTree>) getChild:(id<ANTLRBaseTree>)aTree At:(NSInteger)i;
130 - (void) setChild:(id<ANTLRBaseTree>)aTree At:(NSInteger)index Child:(id<ANTLRBaseTree>)aChild;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 6 * You may obtain a copy of the License at
47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows,int acols)
55 for(j=0;j<acols;j++) acc+=At[j][i]*b[j];
73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *B,int arows,int acols,int bcols)
81 for(k=0;k<acols;k++) acc+=At[k][i]*B[k][j];
222 temp should point to alloced memory of at least nr_elements*2
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_indexing.h 6 * You may obtain a copy of the License at
47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows,int acols)
55 for(j=0;j<acols;j++) acc+=At[j][i]*b[j];
73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *B,int arows,int acols,int bcols)
81 for(k=0;k<acols;k++) acc+=At[k][i]*B[k][j];
222 temp should point to alloced memory of at least nr_elements*2
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 6 * You may obtain a copy of the License at
47 void inline db_MultiplyMatrixVectorAtb(double *c,const double * const *At,const double *b,int arows,int acols)
55 for(j=0;j<acols;j++) acc+=At[j][i]*b[j];
73 inline void db_UpperMultiplyMatricesAtB(double **Cu,const double * const *At,const double * const *B,int arows,int acols,int bcols)
81 for(k=0;k<acols;k++) acc+=At[k][i]*B[k][j];
222 temp should point to alloced memory of at least nr_elements*2
  /packages/apps/Gallery2/gallerycommon/
Android.mk 5 # You may obtain a copy of the License at
17 # Build the com.android.emailcommon static library. At the moment, this includes
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){
50 intptr_t Offset = ((intptr_t)To - (intptr_t)At) >> 2;
51 unsigned *AtI = (unsigned*)(intptr_t)At;
353 // The stub contains up to 10 4-byte instructions, aligned at 4 bytes: 3
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 56 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
57 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
59 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 Greater, GreaterEqual, GreaterGreater, At
  /external/v8/test/mjsunit/regress/
regress-1708.js 46 // At this point "array" should have been promoted to old-space and be
55 // At this point "array" should have been trimmed from the left with

Completed in 504 milliseconds

1 2 3 4