Searched refs:xtype (Results 1 – 9 of 9) sorted by relevance
/external/ceres-solver/internal/ceres/ |
D | suitesparse.cc | 67 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()
|
D | covariance_impl.cc | 458 cholmod_jacobian.xtype = CHOLMOD_REAL; in ComputeCovarianceValuesUsingSuiteSparseQR()
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 22 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/ |
D | invalid-decl.c | 9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expect…
|
/external/libxml2/ |
D | xmlschemastypes.c | 4677 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/ |
D | readelf.c | 8874 #define BITS(bits, xtype, sfmt, ufmt) \ in handle_core_register() argument 8886 #define BITS(bits, xtype, sfmt, ufmt) \ in handle_core_register() argument 8888 desc = convert (core, ELF_T_##xtype, 1, &value, desc, 0); \ in handle_core_register()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 3095 // Template Class for xtype mpy: 3124 // Template Class for xtype mpy with accumulation into 64-bit:
|
/external/sqlite/dist/ |
D | sqlite3.c | 22307 etByte xtype = 0; /* Conversion paradigm */ 22428 xtype = etINVALID; 22433 xtype = infop->type; 22462 switch( xtype ){ 22521 if( xtype==etORDINAL ){ 22571 if( xtype==etGENERIC && precision>0 ) precision--; 22574 if( xtype==etFLOAT ) realvalue += rounder; 22603 if( xtype!=etFLOAT ){ 22607 if( xtype==etGENERIC ){ 22610 xtype = etEXP; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 22307 etByte xtype = 0; /* Conversion paradigm */ 22428 xtype = etINVALID; 22433 xtype = infop->type; 22462 switch( xtype ){ 22521 if( xtype==etORDINAL ){ 22571 if( xtype==etGENERIC && precision>0 ) precision--; 22574 if( xtype==etFLOAT ) realvalue += rounder; 22603 if( xtype!=etFLOAT ){ 22607 if( xtype==etGENERIC ){ 22610 xtype = etEXP; [all …]
|