• Home
  • Raw
  • Download

Lines Matching refs:highbound

735                                  uint32 highbound) {  in complex_cases_biased()  argument
736 cases_biased(out,lowbound,highbound); in complex_cases_biased()
737 cases_biased(out+2,lowbound,highbound); in complex_cases_biased()
741 uint32 highbound) { in complex_cases_biased_float() argument
742 cases_biased_float(out,lowbound,highbound); in complex_cases_biased_float()
743 cases_biased_float(out+2,lowbound,highbound); in complex_cases_biased_float()
747 uint32 highbound) { in complex_cases_uniform() argument
748 cases_uniform(out,lowbound,highbound); in complex_cases_uniform()
749 cases_uniform(out+2,lowbound,highbound); in complex_cases_uniform()
753 uint32 highbound) { in complex_cases_uniform_float() argument
754 cases_uniform_float(out,lowbound,highbound); in complex_cases_uniform_float()
755 cases_uniform(out+2,lowbound,highbound); in complex_cases_uniform_float()
759 uint32 highbound) { in complex_pow_cases() argument
784 uint32 highbound) { in complex_pow_cases_float() argument
796 uint32 highbound) { in complex_arithmetic_cases() argument
804 uint32 highbound) { in complex_arithmetic_cases_float() argument
1139 uint32 highbound) { in cases_biased() argument
1141 out[0] = highbound - random_upto_biased(highbound-lowbound, 8); in cases_biased()
1148 uint32 highbound) { in cases_biased_positive() argument
1150 out[0] = highbound - random_upto_biased(highbound-lowbound, 8); in cases_biased_positive()
1156 uint32 highbound) { in cases_biased_float() argument
1158 out[0] = highbound - random_upto_biased(highbound-lowbound, 8); in cases_biased_float()
1199 uint32 highbound) { in cases_uniform() argument
1201 out[0] = highbound - random_upto(highbound-lowbound); in cases_uniform()
1207 uint32 highbound) { in cases_uniform_float() argument
1209 out[0] = highbound - random_upto(highbound-lowbound); in cases_uniform_float()
1216 uint32 highbound) { in cases_uniform_positive() argument
1218 out[0] = highbound - random_upto(highbound-lowbound); in cases_uniform_positive()
1223 uint32 highbound) { in cases_uniform_float_positive() argument
1225 out[0] = highbound - random_upto(highbound-lowbound); in cases_uniform_float_positive()