Searched defs:opposite (Results 1 – 5 of 5) sorted by relevance
143 let opposite = !db.db_config(DbConfig::SQLITE_DBCONFIG_ENABLE_FKEY)?; in test_db_config() localVariable153 let opposite = !db.db_config(DbConfig::SQLITE_DBCONFIG_ENABLE_TRIGGER)?; in test_db_config() localVariable
187 pub fn opposite(self) -> Direction { in opposite() method
98 pub fn opposite(self) -> CompactDirection { in opposite() method
2476 combine_minmax(opt_ctx& ctx, aco_ptr<Instruction>& instr, aco_opcode opposite, aco_opcode op3src, in combine_minmax()
3527 const string opposite = FlipMinMax(*reduction_node); in TrySimplify() local