Searched refs:xtype (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/Sema/ |
D | invalid-decl.c | 9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expect…
|
/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/libxml2/ |
D | xmlschemastypes.c | 4672 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/ |
D | readelf.c | 5775 #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/sqlite/dist/orig/ |
D | sqlite3.c | 19548 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/ |
D | sqlite3.c | 19548 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 …]
|