XLF_INTRINSICS is a FORTRAN90 program which demonstrates the use and features of some of the intrinsic routines peculiar to the IBM XLF FORTRAN compiler.
These functions are not listed in the FORTRAN standard; they are in some cases commonly available in C or C++ compilers.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
XLF_INTRINSICS is available in a FORTRAN90 version.
C_INTRINSICS, a C program which illustrates the use of intrinsic functions supplied by the C language.
CPP_INTRINSICS, a C++ program which illustrates the use of intrinsic functions supplied by the C++ language.
F77_INTRINSICS, a FORTRAN77 program which illustrates the use of intrinsic functions supplied by the FORTRAN77 language.
F90_INTRINSICS, a FORTRAN90 program which illustrates the use of intrinsic functions supplied by the FORTRAN77 language.
G++_INTRINSICS, C++ programs which demonstrates some of the intrinsic functions provided by the G++ compiler.
G77_INTRINSICS, FORTRAN77 programs which includes some examples of the use of intrinsic functions included with the GNU G77 compiler.
G95_INTRINSICS, FORTRAN90 programs which includes some examples of the use of intrinsic functions included with the GNU G95 FORTRAN compiler.
GCC_INTRINSICS, C programs which tests or demonstrates intrinsic routines provided by the GCC compiler.
GFORTRAN_INTRINSICS, FORTRAN90 programs which demonstrates the use of some of the intrinsic functions included with the GFORTRAN compiler.
MATH_INTRINSICS, a JAVA program which illustrates the use of the intrinsic functions in the Java Math package.
You can go up one level to the FORTRAN90 source codes.