Home
last modified time | relevance | path

Searched refs:Symbolic (Results 1 – 25 of 43) 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/
Dquickhit257 # Make a Symbolic Link to a File
267 # Reads Value of a Symbolic Link
275 # Gets File Status Indirectly From a Symbolic Link File
281 # Get file Status About a Symbolic Link File
288 # Fail When Making a Directory File Indirectly From a Symbolic Link File
292 # Fail When Removing a Directory File Indirectly From a Symbolic Link File
296 # Changes Current Working DIrectory Location Indirectly From a Symbolic Link File
302 # Creates a Link To a File Indirectly From a Symbolic Link File
312 # Change Object File Permissions Indirectly From a Symbolic Link File
318 # 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/skqp/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/cpython3/Misc/NEWS.d/
D3.5.0b4.rst151 Symbolic group references to open group in re patterns now are explicitly
/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
Dstat.rst180 Symbolic link.
Dresource.rst15 Symbolic constants are used to specify particular system resources and to
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
/external/libcxx/
DTODO.TXT29 * INCOMPLETE - US 36: Symbolic links themselves are attached to a directory via (hard) links
/external/v8/src/inspector/
Djs_protocol.pdl591 # Symbolic group name that can be used to release multiple objects.
1147 # Symbolic group name that can be used to release multiple objects. If objectGroup is not
1190 # Symbolic group name that can be used to release multiple objects.
1268 # Symbolic group name that can be used to release the results.
1283 # Symbolic object group name.
1297 # Symbolic group name that can be used to release multiple objects.
/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/python/cpython3/Doc/library/
Dstat.rst217 Symbolic link.
Dresource.rst16 Symbolic constants are used to specify particular system resources and to
Dlogging.handlers.rst632 | Name (string) | Symbolic value|
654 | Name (string) | Symbolic value|
Dsys.rst484 :c:func:`dlopen` calls. Symbolic names for the flag values can be
1079 ``sys.setdlopenflags(os.RTLD_GLOBAL)``. Symbolic names for the flag values
/external/llvm/lib/Target/SystemZ/
DSystemZOperands.td441 // Symbolic address operands
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZOperands.td488 // Symbolic address operands

12