インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド
Elemental Module Intrinsic Function (Generic): Assigns a value to an exception flag.
CALL IEEE_SET_FLAG (flag,flag_value)
flag |
(Input) Must be of type TYPE (IEEE_FLAG_TYPE). It specifies one of the following IEEE flags: IEEE_DIVIDE_BY_ZERO, IEEE_INEXACT, IEEE_INVALID, IEEE_OVERFLOW, or IEEE_UNDERFLOW. |
flag_value |
(Output) Must be of type default logical. If it has the value true, the exception in 'flag' is set to signal; otherwise, the exception is set to be quiet. |