Searched defs:xtype (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c254 etByte xtype = 0; /* Conversion paradigm */ local
345 xtype = etINVALID;
350 xtype = infop->type;
383 ** xtype The class of the conversion.
386 switch( xtype ){
430 if( xtype==etORDINAL ){
480 if( xtype==etGENERIC && precision>0 ) precision--;
488 if( xtype==etFLOAT ) realvalue += rounder;
519 flag_exp = xtype==etEXP;
520 if( xtype!
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c4665 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, argument
4674 switch (xtype) {
4694 if (ytype == xtype)
4971 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, argument
4980 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y,
/external/libxml2/
H A Dxmlschemastypes.c4672 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, argument
4681 switch (xtype) {
4701 if (ytype == xtype)
4978 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, argument
4987 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y,
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c18737 etByte xtype = 0; /* Conversion paradigm */ local
18828 xtype = etINVALID;
18833 xtype = infop->type;
18866 ** xtype The class of the conversion.
18869 switch( xtype ){
18913 if( xtype==etORDINAL ){
18963 if( xtype==etGENERIC && precision>0 ) precision--;
18971 if( xtype==etFLOAT ) realvalue += rounder;
19002 flag_exp = xtype==etEXP;
19003 if( xtype!
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c20724 etByte xtype = 0; /* Conversion paradigm */ local
20834 xtype = etINVALID;
20839 xtype = infop->type;
20866 ** xtype The class of the conversion.
20869 switch( xtype ){
20928 if( xtype==etORDINAL ){
20978 if( xtype==etGENERIC && precision>0 ) precision--;
20980 if( xtype==etFLOAT ) realvalue += rounder;
21014 if( xtype!=etFLOAT ){
21018 if( xtype
[all...]
/external/sqlite/dist/
H A Dsqlite3.c20724 etByte xtype = 0; /* Conversion paradigm */ local
20834 xtype = etINVALID;
20839 xtype = infop->type;
20866 ** xtype The class of the conversion.
20869 switch( xtype ){
20928 if( xtype==etORDINAL ){
20978 if( xtype==etGENERIC && precision>0 ) precision--;
20980 if( xtype==etFLOAT ) realvalue += rounder;
21014 if( xtype!=etFLOAT ){
21018 if( xtype
[all...]

Completed in 517 milliseconds