Lines Matching defs:base
1175 base = {
1200 base['expts'].append(('rand', 'rand'))
1202 base['samples'] = 5
1203 testspecs = [small] + ieee + [base]
1205 base['expts'].append(('rand', 'rand'))
1207 base['samples'] = 10
1208 testspecs = [small] + ieee + [base]
1210 base['expts'].append(('rand', 'rand'))
1212 base['samples'] = 100
1213 testspecs = [small] + ieee + [base]
1216 base['iter'] = small['iter'] = rand_ieee['iter'] = 1
1218 base['samples'] = 1
1219 base['expts'] = [random.choice(base_expts)]
1224 testspecs = [small, rand_ieee, base]