type2 72282 ext/sqlite3/libsqlite/sqlite3.c u16 type2; /* Numeric type of right operand */ type2 72291 ext/sqlite3/libsqlite/sqlite3.c type2 = numericType(pIn2); type2 72295 ext/sqlite3/libsqlite/sqlite3.c if( (type1 & type2 & MEM_Int)!=0 ){ type2 72351 ext/sqlite3/libsqlite/sqlite3.c if( ((type1|type2)&MEM_Real)==0 && !bIntint ){ type2 1625 ext/standard/array.c int type1, type2; type2 1630 ext/standard/array.c type2 = is_numeric_string(Z_STRVAL_P(zhigh), Z_STRLEN_P(zhigh), NULL, NULL, 0); type2 1632 ext/standard/array.c if (type1 == IS_DOUBLE || type2 == IS_DOUBLE || is_step_double) { type2 1634 ext/standard/array.c } else if (type1 == IS_LONG || type2 == IS_LONG) {