Searched refs:TK_FLOAT (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtokenize.c280 *tokenType = TK_FLOAT;
289 *tokenType = TK_FLOAT;
H A Dvdbemem.c1049 && (pExpr->pLeft->op==TK_INTEGER || pExpr->pLeft->op==TK_FLOAT) ){
1056 if( op==TK_STRING || op==TK_FLOAT || op==TK_INTEGER ){
1065 if( op==TK_FLOAT ) pVal->type = SQLITE_FLOAT;
1067 if( (op==TK_INTEGER || op==TK_FLOAT ) && affinity==SQLITE_AFF_NONE ){
H A Dexpr.c1254 case TK_FLOAT:
1300 case TK_FLOAT: {
2311 case TK_FLOAT: {
2474 }else if( pLeft->op==TK_FLOAT ){
2964 case TK_FLOAT:
2970 testcase( p->op==TK_FLOAT );
2980 if( p->pLeft->op==TK_FLOAT || p->pLeft->op==TK_INTEGER ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7254 #define TK_FLOAT 130 macro
8043 #define OP_Real 130 /* same as TK_FLOAT */
9929 ** If the expression is an SQL literal (TK_INTEGER, TK_FLOAT, TK_BLOB,
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8331 #define TK_FLOAT 133 macro
9387 #define OP_Real 133 /* same as TK_FLOAT, synopsis: r[P2]=P4 */
11296 ** If the expression is an SQL literal (TK_INTEGER, TK_FLOAT, TK_BLOB,
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8331 #define TK_FLOAT 133 macro
9387 #define OP_Real 133 /* same as TK_FLOAT, synopsis: r[P2]=P4 */
11296 ** If the expression is an SQL literal (TK_INTEGER, TK_FLOAT, TK_BLOB,
[all...]

Completed in 4196 milliseconds