Searched refs:t_dist_degree_at_index (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcompare_two_ftime_report_sets250 def t_dist_degree_at_index(dx): function
261 while dx < limit and t_dist_degree_at_index(dx+1) <= degree:
283 degree = t_dist_degree_at_index(dx)
325 return t_dist_degree_at_index(dx)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcompare_two_ftime_report_sets250 def t_dist_degree_at_index(dx): function
261 while dx < limit and t_dist_degree_at_index(dx+1) <= degree:
283 degree = t_dist_degree_at_index(dx)
325 return t_dist_degree_at_index(dx)

Completed in 91 milliseconds