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

Declarations

projects/openmp/runtime/src/kmp.h
 2957 extern int __kmp_inherit_fp_control; // copy fp creg(s) parent->workers at fork

References

projects/openmp/runtime/src/kmp_csupport.cpp
  585     if (__kmp_inherit_fp_control && serial_team->t.t_fp_control_saved) {
projects/openmp/runtime/src/kmp_runtime.cpp
 1070   if (__kmp_inherit_fp_control) {
 1103   if (__kmp_inherit_fp_control && team->t.t_fp_control_saved) {
projects/openmp/runtime/src/kmp_settings.cpp
  725   __kmp_stg_parse_bool(name, value, &__kmp_inherit_fp_control);