Searched refs:type1 (Results 1 – 2 of 2) sorted by relevance
2164 int type0, type1; in math2Func() local2170 type1 = sqlite3_value_numeric_type(argv[1]); in math2Func()2171 if( type1!=SQLITE_INTEGER && type1!=SQLITE_FLOAT ) return; in math2Func()
1736 u16 type1; /* Numeric type of left operand */ in sqlite3VdbeExec() local1744 type1 = pIn1->flags; in sqlite3VdbeExec()1748 if( (type1 & type2 & MEM_Int)!=0 ){ in sqlite3VdbeExec()1771 }else if( ((type1 | type2) & MEM_Null)!=0 ){ in sqlite3VdbeExec()1774 type1 = numericType(pIn1); in sqlite3VdbeExec()1776 if( (type1 & type2 & MEM_Int)!=0 ) goto int_math; in sqlite3VdbeExec()