MATH_INTRINSICS is a JAVA program which demonstrates the use of the intrinsic functions provided by the Java Math package.
F77_INTRINSICS is a FORTRAN77 program which illustrates the use of FORTRAN77 intrinsic functions.
F90_INTRINSICS is a FORTRAN90 program which illustrates the use of FORTRAN90 intrinsic functions.
G++_INTRINSICS, a C++ program which tests or demonstrates some of the intrinsic functions provided by the G++ compiler.
G77_INTRINSICS is a FORTRAN77 program which illustrates the use of intrinsic functions provided by the Gnu G77 compiler.
G95_INTRINSICS is a FORTRAN90 program which illustrates the use of intrinsic functions provided by the Gnu G95 compiler.
GCC_INTRINSICS, a C program which demonstrates or tests some of the intrinsic functions made available by the GCC compiler.
GFORTRAN_INTRINSICS is a FORTRAN77 program which illustrates the use of intrinsic functions provided by the Gnu GFORTRAN compiler.
XLF_INTRINSICS is a FORTRAN90 program which demonstrates the use of intrinsic functions supplied by the XLF compiler.
You can go up one level to the JAVA source codes.