Home
last modified time | relevance | path

Searched refs:Symbolic (Results 1 – 25 of 26) sorted by relevance

12

/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h50 inline void umfpack_free_symbolic(void **Symbolic, double) in umfpack_free_symbolic() argument
51 { umfpack_di_free_symbolic(Symbolic); *Symbolic = 0; } in umfpack_free_symbolic()
53 inline void umfpack_free_symbolic(void **Symbolic, std::complex<double>) in umfpack_free_symbolic() argument
54 { umfpack_zi_free_symbolic(Symbolic); *Symbolic = 0; } in umfpack_free_symbolic()
57 const int Ap[], const int Ai[], const double Ax[], void **Symbolic, in umfpack_symbolic() argument
60 return umfpack_di_symbolic(n_row,n_col,Ap,Ai,Ax,Symbolic,Control,Info); in umfpack_symbolic()
64 … const int Ap[], const int Ai[], const std::complex<double> Ax[], void **Symbolic, in umfpack_symbolic() argument
67 return umfpack_zi_symbolic(n_row,n_col,Ap,Ai,&numext::real_ref(Ax[0]),0,Symbolic,Control,Info); in umfpack_symbolic()
71 void *Symbolic, void **Numeric, in umfpack_numeric() argument
74 return umfpack_di_numeric(Ap,Ai,Ax,Symbolic,Numeric,Control,Info); in umfpack_numeric()
[all …]
/external/ltp/runtest/
Dquickhit274 # Make a Symbolic Link to a File
284 # Reads Value of a Symbolic Link
292 # Gets File Status Indirectly From a Symbolic Link File
298 # Get file Status About a Symbolic Link File
305 # Fail When Making a Directory File Indirectly From a Symbolic Link File
309 # Fail When Removing a Directory File Indirectly From a Symbolic Link File
313 # Changes Current Working DIrectory Location Indirectly From a Symbolic Link File
319 # Creates a Link To a File Indirectly From a Symbolic Link File
329 # Change Object File Permissions Indirectly From a Symbolic Link File
335 # Set File Access And Modify Object File Times Indirectly From a Symbolic Link File
[all …]
/external/skia/src/sfnt/
DSkIBMFamilyClass.h29 Symbolic = 12, enumerator
124 enum class Symbolic : SK_OT_BYTE { enum
/external/zlib/src/win32/
DREADME-WIN32.txt33 example.pdb Symbolic information for debugging example.exe
36 example_d.pdb Symbolic information for debugging example_d.exe
39 minigzip.pdb Symbolic information for debugging minigzip.exe
42 minigzip_d.pdb Symbolic information for debugging minigzip_d.exe
/external/python/cpython2/Doc/library/
Dmacos.rst45 description of the error code. Symbolic names for all known error codes are
Dal.rst25 Symbolic constants from the C header file ``<audio.h>`` are defined in the
Dresource.rst15 Symbolic constants are used to specify particular system resources and to
Dstat.rst180 Symbolic link.
Dlogging.handlers.rst466 | Name (string) | Symbolic value|
488 | Name (string) | Symbolic value|
Dos.path.rst340 Symbolic links to directories are not treated as subdirectories, and that
Dsocket.rst882 HOST = '' # Symbolic name meaning all available interfaces
920 HOST = None # Symbolic name meaning all available interfaces
Dxml.dom.rst257 An integer representing the node type. Symbolic constants for the types are on
Dsys.rst842 ``sys.setdlopenflags(dl.RTLD_NOW | dl.RTLD_GLOBAL)``. Symbolic names for the
Ddoctest.rst532 Symbolic names for the flags are supplied as module constants, which can be
/external/libcxx/
DTODO.TXT29 * INCOMPLETE - US 36: Symbolic links themselves are attached to a directory via (hard) links
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h57 static const int64_t Symbolic = INT64_MAX;
64 bool hasSymbolicOffset() const { return Offset == Symbolic; } in hasSymbolicOffset()
/external/libnl/
Dmake.log190 [ 42% 29/68] target Symbolic: libnl_32 (out/target/product/bullhead/symbols/system/lib/libnl.so)
346 [ 92% 63/68] target Symbolic: libnl (out/target/product/bullhead/symbols/system/lib64/libnl.so)
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp47 enum { Symbolic = 0x2 }; enumerator
55 : P(r, k | Symbolic), Data(reinterpret_cast<uintptr_t>(Base)) { in BindingKey()
70 bool hasSymbolicOffset() const { return P.getInt() & Symbolic; } in hasSymbolicOffset()
DMemRegion.cpp1409 return RegionOffset(SymbolicOffsetBase, RegionOffset::Symbolic); in getAsOffset()
/external/llvm/lib/Target/SystemZ/
DSystemZOperands.td441 // Symbolic address operands
/external/clang/include/clang/Driver/
DCC1Options.td53 HelpText<"Source Code Analysis - Symbolic Constraint Engines">;
/external/llvm/docs/
DGarbageCollection.rst1081 [Appel89] Runtime Tags Aren't Necessary. Andrew W. Appel. Lisp and Symbolic
/external/clang/docs/
DModules.rst359 Name Symbolic link to the shared library for the framework
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg759 /** Symbolic definitions of all the tokens that the <grammarType()> will work with.
/external/clang/test/Analysis/
Dgenerics.m342 id x = a; // Compile-time type is NSArray<>, Symbolic type is UnrelatedTypeGeneric<>.

12