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

  /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 25 static inline unsigned readInteger(const char*&At, const char*End) {
30 if (At == End)
32 Result |= (unsigned)((*At++) & 0x7F) << Shift;
34 } while (At[-1] & 0x80);
41 const char* At = (const char*) data;
42 const char* End = At + size;
43 while (At < End) {
44 unsigned offset = readInteger(At, End);
45 if (At == End) {
50 unsigned length = readInteger(At, End)
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 52 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 61 /// a particular mutex object at run-time. Subsequent occurrences of the same
312 if (LockReturnedAttr* At = MD->getAttr<LockReturnedAttr>()) {
320 return buildSExpr(At->getArg(), &LRCallCtx);
343 if (LockReturnedAttr* At = FD->getAttr<LockReturnedAttr>()) {
348 return buildSExpr(At->getArg(), &LRCallCtx);
750 /// \brief A FactEntry stores a single fact that is known at a particular point
752 /// that is held at that point.
782 /// \brief A FactSet is the set of facts that are known to be true at a
875 FactSet EntrySet; // Lockset held at entry to block
876 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 167 milliseconds