HomeSort by: relevance | last modified time | path
    Searched refs:t_dist_degree_at_index (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
compare_two_ftime_report_sets 250 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)
  /src/external/gpl3/gcc.old/dist/contrib/
compare_two_ftime_report_sets 250 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 25 milliseconds