Home
last modified time | relevance | path

Searched refs:xtype (Results 1 – 9 of 9) sorted by relevance

/external/ceres-solver/internal/ceres/
Dsuitesparse.cc67 triplet.xtype = CHOLMOD_REAL; in CreateSparseMatrix()
89 triplet.xtype = CHOLMOD_REAL; in CreateSparseMatrixTranspose()
108 m.xtype = CHOLMOD_REAL; in CreateSparseMatrixTransposeView()
234 block_matrix.xtype = CHOLMOD_PATTERN; in BlockAMDOrdering()
Dcovariance_impl.cc458 cholmod_jacobian.xtype = CHOLMOD_REAL; in ComputeCovarianceValuesUsingSuiteSparseQR()
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h22 mat.xtype = CHOLMOD_REAL; in cholmod_configure_matrix()
27 mat.xtype = CHOLMOD_REAL; in cholmod_configure_matrix()
32 mat.xtype = CHOLMOD_COMPLEX; in cholmod_configure_matrix()
37 mat.xtype = CHOLMOD_COMPLEX; in cholmod_configure_matrix()
/external/clang/test/Sema/
Dinvalid-decl.c9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expect…
/external/libxml2/
Dxmlschemastypes.c4677 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, in xmlSchemaCompareValuesInternal() argument
4686 switch (xtype) { in xmlSchemaCompareValuesInternal()
4706 if (ytype == xtype) in xmlSchemaCompareValuesInternal()
4983 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, in xmlSchemaCompareValuesWhtspExt() argument
4992 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y, in xmlSchemaCompareValuesWhtspExt()
/external/elfutils/src/src/
Dreadelf.c8727 #define BITS(bits, xtype, sfmt, ufmt) \ in handle_core_register() argument
8739 #define BITS(bits, xtype, sfmt, ufmt) \ in handle_core_register() argument
8741 desc = convert (core, ELF_T_##xtype, 1, &value, desc, 0); \ in handle_core_register()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td3100 // Template Class for xtype mpy:
3129 // Template Class for xtype mpy with accumulation into 64-bit:
/external/sqlite/dist/
Dsqlite3.c21538 etByte xtype = 0; /* Conversion paradigm */
21659 xtype = etINVALID;
21664 xtype = infop->type;
21693 switch( xtype ){
21752 if( xtype==etORDINAL ){
21802 if( xtype==etGENERIC && precision>0 ) precision--;
21805 if( xtype==etFLOAT ) realvalue += rounder;
21839 if( xtype!=etFLOAT ){
21843 if( xtype==etGENERIC ){
21846 xtype = etEXP;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c21538 etByte xtype = 0; /* Conversion paradigm */
21659 xtype = etINVALID;
21664 xtype = infop->type;
21693 switch( xtype ){
21752 if( xtype==etORDINAL ){
21802 if( xtype==etGENERIC && precision>0 ) precision--;
21805 if( xtype==etFLOAT ) realvalue += rounder;
21839 if( xtype!=etFLOAT ){
21843 if( xtype==etGENERIC ){
21846 xtype = etEXP;
[all …]