G
- GAMMA
Elemental Intrinsic Function (Generic): Returns the gamma value of its argument.
- GENERIC
Statement: Declares a generic interface that is bound to a derived type-bound procedure. It takes the following form:
- GERROR
Run-Time Subroutine: Returns a message for the last error detected by a Fortran run-time routine.
- GETACTIVEQQ (W*S)
QuickWin Function: Returns the unit number of the currently active child window.
- GETARCINFO (W*S)
Graphics Function: Determines the endpoints (in viewport coordinates) of the most recently drawn arc or pie.
- GETARG
Intrinsic Subroutine: Returns the specified command-line argument (where the command itself is argument number zero). Intrinsic subroutines cannot be passed as actual arguments.
- GETBKCOLOR (W*S)
Graphics Function: Returns the current background color index for both text and graphics output.
- GETBKCOLORRGB (W*S)
Graphics Function: Returns the current background Red-Green-Blue (RGB) color value for both text and graphics.
- GETC
Portability Function: Reads the next available character from external unit 5, which is normally connected to the console.
- GETCHARQQ
Run-Time Function: Returns the next keystroke.
- GETCOLOR (W*S)
Graphics Function: Returns the current graphics color index.
- GETCOLORRGB (W*S)
Graphics Function: Returns the current graphics color Red-Green-Blue (RGB) value (used by graphics functions such as ARC, ELLIPSE, and FLOODFILLRGB).
- GET_COMMAND
Intrinsic Subroutine: Returns the entire command that was used to invoke the program.
- GET_COMMAND_ARGUMENT
Intrinsic Subroutine: Returns a command line argument of the command that invoked the program. Intrinsic subroutines cannot be passed as actual arguments.
- GETCONTROLFPQQ
Portability Subroutine: Returns the floating-point processor control word.
- GETCURRENTPOSITION, GETCURRENTPOSITION_W (W*S)
Graphics Subroutines: Return the coordinates of the current graphics position.
- GETCWD
Portability Function: Returns the path of the current working directory.
- GETDAT
Portability Subroutine: Returns the date.
- GETDRIVEDIRQQ
Portability Function: Returns the path of the current working directory on a specified drive.
- GETDRIVESIZEQQ
Portability Function: Returns the total size of the specified drive and space available on it.
- GETDRIVESQQ
Portability Function: Reports which drives are available to the system.
- GETENV
Portability Subroutine: Returns the value of an environment variable.
- GET_ENVIRONMENT_VARIABLE
Intrinsic Subroutine: Gets the value of an environment variable.
- GETENVQQ
Portability Function: Returns the value of an environment variable.
- GETEXCEPTIONPTRSQQ (W*S)
Run-Time Function: Returns a pointer to C run-time exception information pointers appropriate for use in signal handlers established with SIGNALQQ or direct calls to the C rtl signal( ) routine.
- GETEXITQQ (W*S)
QuickWin Function: Returns the setting for a QuickWin application's exit behavior.
- GETFILEINFOQQ
Portability Function: Returns information about the specified file. File names can contain wildcards (* and ?).
- GETFILLMASK (W*S)
Graphics Subroutine: Returns the current pattern used to fill shapes.
- GETFONTINFO (W*S)
Graphics Function: Returns the current font characteristics.
- GETGID
Portability Function: Returns the group ID of the user of a process.
- GETGTEXTEXTENT (W*S)
Graphics Function: Returns the width in pixels that would be required to print a given string of text (including any trailing blanks) with OUTGTEXT using the current font.
- GETGTEXTROTATION (W*S)
Graphics Function: Returns the current orientation of the font text output by OUTGTEXT.
- GETHWNDQQ (W*S)
QuickWin Function: Converts a window unit number into a Windows* handle.
- GETIMAGE, GETIMAGE_W (W*S)
Graphics Subroutines: Store the screen image defined by a specified bounding rectangle.
- GETLASTERROR
Portability Function: Returns the last error set.
- GETLASTERRORQQ
Portability Function: Returns the last error set by a run-time procedure.
- GETLINESTYLE (W*S)
Graphics Function: Returns the current graphics line style.
- GETLINEWIDTHQQ (W*S)
Graphics Function: Gets the current line width or the line width set by the last call to SETLINEWIDTHQQ.
- GETLOG
Portability Subroutine: Returns the user's login name.
- GETPHYSCOORD (W*S)
Graphics Subroutine: Translates viewport coordinates to physical coordinates.
- GETPID
Portability Function: Returns the process ID of the current process.
- GETPIXEL, GETPIXEL_W (W*S)
Graphics Functions: Return the color index of the pixel at a specified location.
- GETPIXELRGB, GETPIXELRGB_W (W*S)
Graphics Functions: Return the Red-Green-Blue (RGB) color value of the pixel at a specified location.
- GETPIXELS (W*S)
Graphics Subroutine: Returns the color indexes of multiple pixels.
- GETPIXELSRGB (W*S)
Graphics Subroutine: Returns the Red-Green-Blue (RGB) color values of multiple pixels.
- GETPOS, GETPOSI8
Portability Functions: Return the current position of a file.
- GETSTATUSFPQQ (W*S)
Portability Subroutine: Returns the floating-point processor status word.
- GETSTRQQ
Run-Time Function: Reads a character string from the keyboard using buffered input.
- GETTEXTCOLOR (W*S)
Graphics Function: Returns the current text color index.
- GETTEXTCOLORRGB (W*S)
Graphics Function: Returns the Red-Green-Blue (RGB) value of the current text color (used with OUTTEXT, WRITE and PRINT).
- GETTEXTPOSITION (W*S)
Graphics Subroutine: Returns the current text position.
- GETTEXTWINDOW (W*S)
Graphics Subroutine: Finds the boundaries of the current text window.
- GETTIM
Portability Subroutine: Returns the time.
- GETTIMEOFDAY
Portability Subroutine: Returns seconds and microseconds since 00:00 Jan 1, 1970.
- GETUID
Portability Function: Returns the user ID of the calling process.
- GETUNITQQ (W*S)
QuickWin Function: Returns the unit number corresponding to the specified Windows* handle.
- GETVIEWCOORD, GETVIEWCOORD_W (W*S)
Graphics Subroutines: Translate physical coordinates or window coordinates to viewport coordinates.
- GETWINDOWCONFIG (W*S)
QuickWin Function: Returns the properties of the current window.
- GETWINDOWCOORD (W*S)
Graphics Subroutine: Converts viewport coordinates to window coordinates.
- GETWRITEMODE (W*S)
Graphics Function: Returns the current logical write mode, which is used when drawing lines with the LINETO, POLYGON, and RECTANGLE functions.
- GETWSIZEQQ (W*S)
QuickWin Function: Returns the size and position of a window.
- GMTIME
Portability Subroutine: Returns the Greenwich mean time in an array of time elements.
- GOTO - Assigned
Statement: Transfers control to the statement whose label was most recently assigned to a variable. This feature has been deleted in the Fortran Standard. Intel® Fortran fully supports features deleted in the Fortran Standard.
- GOTO - Computed
Statement: Transfers control to one of a set of labeled branch target statements based on the value of an expression. It is an obsolescent feature in Fortran 95.
- GOTO - Unconditional
Statement: Transfers control to the same branch target statement every time it executes.
- GRSTATUS (W*S)
Graphics Function: Returns the status of the most recently used graphics routine.