Lines Matching refs:setup
339 macro_rules! setup { macro
366 let func = setup!(42, []); in switch_empty()
377 let func = setup!(0, [0,]); in switch_zero()
388 let func = setup!(0, [1,]); in switch_single()
400 let func = setup!(0, [0, 1,]); in switch_bool()
412 let func = setup!(0, [0, 2,]); in switch_two_gap()
427 let func = setup!(0, [0, 1, 5, 7, 10, 11, 12,]); in switch_many()
460 let func = setup!(0, [i8::MIN as u8 as u128, 1,]); in switch_min_index_value()
476 let func = setup!(0, [i8::MAX as u8 as u128, 1,]); in switch_max_index_value()
492 let func = setup!(0, [-1i8 as u8 as u128, 0, 1,]); in switch_optimal_codegen()
515 setup!(1, [0x4100_0000_00bf_d470,]); in switch_rejects_small_inputs()