Lines Matching defs:prec
151 def un_close_to_pow10(prec, maxexp, itr=None): argument
168 def bin_close_to_pow10(prec, maxexp, itr=None): argument
191 def close_to_one_greater(prec, emax, emin): argument
196 def close_to_one_less(prec, emax, emin): argument
202 def close_to_zero_greater(prec, emax, emin): argument
207 def close_to_zero_less(prec, emax, emin): argument
213 def close_to_emax_less(prec, emax, emin): argument
218 def close_to_emax_greater(prec, emax, emin): argument
224 def close_to_emin_greater(prec, emax, emin): argument
229 def close_to_emin_less(prec, emax, emin): argument
235 def close_to_etiny_greater(prec, emax, emin): argument
241 def close_to_etiny_less(prec, emax, emin): argument
248 def close_to_min_etiny_greater(prec, max_prec, min_emin): argument
254 def close_to_min_etiny_less(prec, max_prec, min_emin): argument
269 def un_close_numbers(prec, emax, emin, itr=None): argument
276 def bin_close_numbers(prec, emax, emin, itr=None): argument
287 def tern_close_numbers(prec, emax, emin, itr): argument
313 def un_incr_digits(prec, maxexp, itr): argument
326 def un_incr_digits_tuple(prec, maxexp, itr): argument
343 def bin_incr_digits(prec, maxexp, itr): argument
391 def tern_incr_digits(prec, maxexp, itr): argument
410 def bindigits(prec): argument
416 def logical_un_incr_digits(prec, itr): argument
424 def logical_bin_incr_digits(prec, itr): argument
481 def bin_random_mixed_op(prec, emax, emin, itr=None): argument
496 def tern_random_mixed_op(prec, emax, emin, itr): argument
510 def all_unary(prec, exp_range, itr): argument
528 def unary_optarg(prec, exp_range, itr): argument
533 def all_binary(prec, exp_range, itr): argument
549 def binary_optarg(prec, exp_range, itr): argument
554 def all_ternary(prec, exp_range, itr): argument
569 def ternary_optarg(prec, exp_range, itr): argument