Lines Matching defs:host
1 //===-- lib/Evaluate/host.cpp ---------------------------------------------===//
9 #include "host.h"
18 namespace Fortran::evaluate::host {
26 common::die("Folding with host runtime: feholdexcept() failed: %s",
31 common::die("Folding with host runtime: fegetenv() failed: %s",
63 // be performed around host library calls if subnormal flushing is requested
66 // If F18 is not built on one of the above host architecture, software
67 // flushing will be performed around host library calls if needed.
80 common::die("Folding with host runtime: fesetenv() failed: %s",
108 " with host runtime; using TiesToEven instead"_warn_en_US);
156 "Folding with host runtime: fesetenv() failed while restoring fenv: %s",
165 } // namespace Fortran::evaluate::host