インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
Elemental Module Intrinsic Subroutine (Generic): Returns whether an exception flag is signaling.
CALL IEEE_GET_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 the exception in 'flag' is signaling, the result is true; otherwise, false. |