Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dprintf.c254 etByte xtype = 0; /* Conversion paradigm */ in sqlite3VXPrintf() local
345 xtype = etINVALID; in sqlite3VXPrintf()
350 xtype = infop->type; in sqlite3VXPrintf()
386 switch( xtype ){ in sqlite3VXPrintf()
430 if( xtype==etORDINAL ){ in sqlite3VXPrintf()
480 if( xtype==etGENERIC && precision>0 ) precision--; in sqlite3VXPrintf()
488 if( xtype==etFLOAT ) realvalue += rounder; in sqlite3VXPrintf()
519 flag_exp = xtype==etEXP; in sqlite3VXPrintf()
520 if( xtype!=etFLOAT ){ in sqlite3VXPrintf()
524 if( xtype==etGENERIC ){ in sqlite3VXPrintf()
[all …]
/external/ceres-solver/internal/ceres/
Dsuitesparse.cc63 triplet.xtype = CHOLMOD_REAL; in CreateSparseMatrix()
85 triplet.xtype = CHOLMOD_REAL; in CreateSparseMatrixTranspose()
104 m.xtype = CHOLMOD_REAL; in CreateSparseMatrixTransposeView()
222 block_matrix.xtype = CHOLMOD_PATTERN; in BlockAMDOrdering()
Dcovariance_impl.cc438 cholmod_jacobian_view.xtype = CHOLMOD_REAL; in ComputeCovarianceValuesUsingSparseCholesky()
647 cholmod_jacobian.xtype = CHOLMOD_REAL; in ComputeCovarianceValuesUsingSparseQR()
/external/clang/test/Sema/
Dinvalid-decl.c9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expect…
/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/chromium_org/third_party/libxml/src/
Dxmlschemastypes.c4665 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, in xmlSchemaCompareValuesInternal() argument
4674 switch (xtype) { in xmlSchemaCompareValuesInternal()
4694 if (ytype == xtype) in xmlSchemaCompareValuesInternal()
4971 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, in xmlSchemaCompareValuesWhtspExt() argument
4980 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y, in xmlSchemaCompareValuesWhtspExt()
/external/libxml2/
Dxmlschemastypes.c4672 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, in xmlSchemaCompareValuesInternal() argument
4681 switch (xtype) { in xmlSchemaCompareValuesInternal()
4701 if (ytype == xtype) in xmlSchemaCompareValuesInternal()
4978 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, in xmlSchemaCompareValuesWhtspExt() argument
4987 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y, in xmlSchemaCompareValuesWhtspExt()
/external/elfutils/src/
Dreadelf.c5775 #define BITS(bits, xtype, sfmt, ufmt, max) \ in handle_core_register() argument
5787 #define BITS(bits, xtype, sfmt, ufmt, max) \ in handle_core_register() argument
5789 desc = convert (core, ELF_T_##xtype, 1, &value, desc, 0); \ in handle_core_register()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c18752 etByte xtype = 0; /* Conversion paradigm */ in sqlite3VXPrintf() local
18843 xtype = etINVALID; in sqlite3VXPrintf()
18848 xtype = infop->type; in sqlite3VXPrintf()
18884 switch( xtype ){ in sqlite3VXPrintf()
18928 if( xtype==etORDINAL ){ in sqlite3VXPrintf()
18978 if( xtype==etGENERIC && precision>0 ) precision--; in sqlite3VXPrintf()
18986 if( xtype==etFLOAT ) realvalue += rounder; in sqlite3VXPrintf()
19017 flag_exp = xtype==etEXP; in sqlite3VXPrintf()
19018 if( xtype!=etFLOAT ){ in sqlite3VXPrintf()
19022 if( xtype==etGENERIC ){ in sqlite3VXPrintf()
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c19548 etByte xtype = 0; /* Conversion paradigm */ in sqlite3VXPrintf() local
19641 xtype = etINVALID; in sqlite3VXPrintf()
19646 xtype = infop->type; in sqlite3VXPrintf()
19676 switch( xtype ){ in sqlite3VXPrintf()
19731 if( xtype==etORDINAL ){ in sqlite3VXPrintf()
19779 if( xtype==etGENERIC && precision>0 ) precision--; in sqlite3VXPrintf()
19787 if( xtype==etFLOAT ) realvalue += rounder; in sqlite3VXPrintf()
19818 if( xtype!=etFLOAT ){ in sqlite3VXPrintf()
19822 if( xtype==etGENERIC ){ in sqlite3VXPrintf()
19825 xtype = etEXP; in sqlite3VXPrintf()
[all …]
/external/sqlite/dist/
Dsqlite3.c19548 etByte xtype = 0; /* Conversion paradigm */ in sqlite3VXPrintf() local
19641 xtype = etINVALID; in sqlite3VXPrintf()
19646 xtype = infop->type; in sqlite3VXPrintf()
19676 switch( xtype ){ in sqlite3VXPrintf()
19731 if( xtype==etORDINAL ){ in sqlite3VXPrintf()
19779 if( xtype==etGENERIC && precision>0 ) precision--; in sqlite3VXPrintf()
19787 if( xtype==etFLOAT ) realvalue += rounder; in sqlite3VXPrintf()
19818 if( xtype!=etFLOAT ){ in sqlite3VXPrintf()
19822 if( xtype==etGENERIC ){ in sqlite3VXPrintf()
19825 xtype = etEXP; in sqlite3VXPrintf()
[all …]