traper.3f
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3F 代码 · 共 36 行
3F
36 行
.\" SCCSID: @(#)traper.3f 8.1 9/11/90.TH traper 3f VAX "" Unsupported.SH Nametraper \- trap arithmetic errors.SH Syntax.B integer function traper (mask).SH Description.NXR "traper subroutine (FORTRAN)".NXR "arithmetic" "trapping integer overflow errors".NXR "floating point arithmetic" "trapping underflow errors"Integer overflow and floating point underflow are not normallytrapped during execution. This routine enables these traps by settingstatus bits in the process status word. These bits are reset onentry to a subprogram, and the previous state is restored on return.Therefore, this routine must be called.I insideeach subprogram in which these conditions should be trapped.If the condition occurs and trapping is enabled,signal SIGFPE is sent to the process. For further information, see.MS signal 3 ..PPThe argument has the following meaning:.nf value meaning 0 do not trap either condition 1 trap integer overflow only 2 trap floating underflow only 3 trap both the above.fiThe previous value of these bits is returned..SH Files.ie \nM /usr/ucb/lib/libF77.a.el /usr/lib/libF77.a.SH See Alsosignal(3), signal(3f)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?