Lines Matching refs:randdec
116 def randdec(maxprec, maxexp): function
284 yield randdec(prec, emax), func(prec, emax, emin)
285 yield func(prec, emax, emin), randdec(prec, emax)
297 yield (randdec(prec, emax), func(prec, emax, emin),
299 yield (func(prec, emax, emin), randdec(prec, emax),
302 randdec(prec, emax))
304 yield (randdec(prec, emax), randdec(prec, emax),
306 yield (randdec(prec, emax), func(prec, emax, emin),
307 randdec(prec, emax))
308 yield (func(prec, emax, emin), randdec(prec, emax),
309 randdec(prec, emax))
486 yield randdec(prec, emax), func()
487 yield func(), randdec(prec, emax)
501 yield randdec(prec, emax), randdec(prec, emax), func()
502 yield randdec(prec, emax), func(), func()
524 yield (randdec(prec, exp_range),)
530 yield randdec(prec, exp_range), None
531 yield randdec(prec, exp_range), None, None
547 yield randdec(prec, exp_range), randdec(prec, exp_range)
551 yield randdec(prec, exp_range), randdec(prec, exp_range), None
552 yield randdec(prec, exp_range), randdec(prec, exp_range), None, None
564 a = randdec(prec, 2*exp_range)
565 b = randdec(prec, 2*exp_range)
566 c = randdec(prec, 2*exp_range)
571 a = randdec(prec, 2*exp_range)
572 b = randdec(prec, 2*exp_range)
573 c = randdec(prec, 2*exp_range)