Additional Intrinsic Functions Overview

The Intel® Fortran Compiler provides a few additional generic functions, and adds specific names to standard generic functions (in particular, to accommodate DOUBLE COMPLEX arguments). Some specific names are synonyms to standard names.

Note
Many intrinsics listed in this section are handled as library calls. Not all the functions that are listed in the sections that follow can be inlined.

Synonyms

The Intel® Fortran provides synonyms for standard Fortran intrinsic names. They are given in the right-hand columns.

Standard Name

Intel Fortran Synonym

Standard
Name

Intel Fortran Synonym

DBLE

DREAL

DIGITS

EPPREC

IAND

AND

MINEXPONENT

EPEMIN

IEOR

XOR

MAXEXPONENT

EPEMAX

IOR

OR

HUGE

EPHUGE

RADIX

EPBASE

EPSILON

EPMRSP

Note that the Fortran standard intrinsic TINY and the Intel additional intrinsic EPTINY are not synonyms. TINY returns the smallest positive normalized value appropriate to the type of its argument, whereas EPTINY returns the smallest positive denormalized value.

DCMPLX Function

The DCMPLX function must satisfy the following conditions:

LOC Function

The LOC function returns the  address of a variable or of an external procedure.