HomeSort by relevance Sort by last modified time
    Searched refs:Symbolic (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 25 inline void umfpack_free_symbolic(void **Symbolic, double)
26 { umfpack_di_free_symbolic(Symbolic); *Symbolic = 0; }
28 inline void umfpack_free_symbolic(void **Symbolic, std::complex<double>)
29 { umfpack_zi_free_symbolic(Symbolic); *Symbolic = 0; }
32 const int Ap[], const int Ai[], const double Ax[], void **Symbolic,
35 return umfpack_di_symbolic(n_row,n_col,Ap,Ai,Ax,Symbolic,Control,Info);
39 const int Ap[], const int Ai[], const std::complex<double> Ax[], void **Symbolic,
42 return umfpack_zi_symbolic(n_row,n_col,Ap,Ai,&numext::real_ref(Ax[0]),0,Symbolic,Control,Info)
    [all...]
  /external/skia/src/sfnt/
SkIBMFamilyClass.h 30 ((Symbolic, 12))
153 struct Symbolic {
165 } symbolic; member in union:SkIBMFamilyClass::SubClass
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 55 static const int64_t Symbolic = INT64_MAX;
62 bool hasSymbolicOffset() const { return Offset == Symbolic; }
146 /// \brief If this is a symbolic region, returns the region. Otherwise,
147 /// goes up the base chain looking for the first symbolic base region.
709 /// map the concept of symbolic values into the domain of regions. Symbolic
999 // FIXME: Eventually support symbolic offsets.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 45 enum { Symbolic = 0x2 };
50 /// Create a key for a binding to region \p r, which has a symbolic offset
53 : P(r, k | Symbolic), Data(reinterpret_cast<uintptr_t>(Base)) {
68 bool hasSymbolicOffset() const { return P.getInt() & Symbolic; }
497 /// return symbolic
844 // region with a symbolic offset. Example:
868 // Case 3: The next key is symbolic and we just changed something within
875 // Case 4: The next key is symbolic, but we changed a know
    [all...]
MemRegion.cpp 937 /// getSymbolicRegion - Retrieve or create a "symbolic" memory region.
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 195 milliseconds