ftoi.3
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3 代码 · 共 71 行
3
71 行
.TH ftoi 3.SH Nameftoi, itof, dtoi, itod, gtoi, itog \- convert floating values between VAX and IEEE format.SH Syntax.nf.ft B int ftoi(\fIvalue\fP) float *\fIvalue\fP;int itof(\fIvalue\fP) float *\fIvalue\fP;int dtoi(\fIvalue\fP) double *\fIvalue\fP;int itod(\fIvalue\fP) double *\fIvalue\fP;int gtoi(\fIvalue\fP) double *\fIvalue\fP;int itog(\fIvalue\fP) double *\fIvalue\fP;.fi.ft R.SH DescriptionThe following C library functions convert floating values between VAX and IEEE formats..PPThe.PN ftoifunction converts the specified VAX ffloat number to IEEE single-precisionformat.It returns zero if successful and nonzero without performing the conversionif not successful (for example, underflow)..PPThe.PN itoffunction converts the specified IEEE single-precision number to VAX ffloat format.It returns zero if successful and nonzero without performing the conversionif not successful (for example, overflow)..PPThe.PN dtoifunction converts the specified VAX dfloat number to IEEE double-precisionformat.It returns zero if successful and nonzero without performing the conversionif not successful (for example, underflow)..PPThe.PN itodfunction converts the specified IEEE double-precision number to VAX dfloat format.It returns zero if successful and nonzero without performing the conversionif not successful (for example, underflow or overflow)..PPThe.PN gtoifunction converts the specified VAX gfloat number to IEEE double-precisionformat.It returns zero if successful and nonzero without performing the conversionif not successful (for example, underflow)..PPThe.PN itogfunction converts the specified IEEE double-precision number to VAX gfloat format.It returns zero if successful and nonzero without performing the conversionif not successful (for example, underflow).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?