Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-B6A7E3CA-D7FA-401B-9316-25C7D6B5F983
Visible to Intel only — GUID: GUID-B6A7E3CA-D7FA-401B-9316-25C7D6B5F983
PXFUCOMPARE
POSIX Subroutine: Compares two unsigned integers.
USE IFPOSIX
CALL PXFUCOMPARE (i1,i2,icmpr,idiff)
i1, i2 |
(Input) INTEGER(4). The two unsigned integers to compare. |
||||||
icmpr |
(Output) INTEGER(4). The result of the comparison; one of the following values:
|
||||||
idiff |
(Output) INTEGER(4). The absolute value of the difference. |
The PXFUCOMPARE subroutine compares two unsigned integers and returns the absolute value of their difference into idiff.