reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_dispatch.cpp
  538         x = (long double)1.0 - (long double)0.5 / nproc;
  559         *(DBL *)&pr->u.p.parm3 = x;
  572           p = __kmp_pow<UT>(x, right);
  587             if (__kmp_pow<UT>(x, mid) > target) {
  596         KMP_ASSERT(cross && __kmp_pow<UT>(x, cross - 1) > target &&
  597                    __kmp_pow<UT>(x, cross) <= target);
  610                                  tc, GUIDED_ANALYTICAL_WORKAROUND, cross) -