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

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_gem_gtt.c 356 const unsigned long max_step = max(int_sqrt(max_pages), 2UL); local
368 for_each_prime_number_from(prime, 2, max_step) {
  /src/external/gpl3/gcc/dist/gcc/
vr-values.cc 221 widest_int max_step = wi::mul (widest_int::from (step, sign), local
224 if (ovf || !wi::fits_to_tree_p (max_step, type))
231 && wi::gts_p (max_step, 0) != wi::gts_p (step, 0));
294 int_range_max max_step; local
297 if (!mult_handler.fold_range (max_step, type, niter, rstep)
298 || !plus_handler.fold_range (max_init, type, rinit, max_step))

Completed in 16 milliseconds