|
|
|
fsetpos(3s) -- reposition a file pointer in a stream
|
|
Fsetpos and fgetpos save and restore the file position indicated by the value of the object pointed at by pos. The functions fsetpos64 and fgetpos64 are identical to fsetpos and fgetpos respectively, except that they take an fpos64_t * as an argument. This allows for the specification of a file position that is greater that 2 Gigabytes. A call to fgetpos stores the current value of the file position indicator for stream in the object pointed at by pos. The information is encoded in a format whic... |
|
ftn/fsigfpe(3) -- floating-point exception handler package
|
|
The MIPS floating-point accelerator may raise floating-point exceptions, signal SIGFPE, due to five conditions: FPE_OVERFL(overflow), FPE_UNDERFL(underflow), FPE_DIVZERO(divide-by-zero), FPE_INEXACT(inexact result), or FPE_INVALID(invalid operand, e.g., infinity). Usually these conditions are masked, and do not cause a floating-point exception. Instead, a default value is substituted for the result of the operation, and the program continues silently. This event may be intercepted by Page 1 FSIG... |
|
|
c++/fstream(3) -- iostream and streambuf specialized to files
|
|
ifstream, ofstream, and fstream specialize istream, ostream, and iostream, respectively, to files. That is, the associated streambuf will be a filebuf. In the following descriptions, assume - f is any of ifstream, ofstream, or fstream. - pfb is a <... |
|
ftime(3c) -- get date and time
|
|
ftime sets the time and millitm members of the timeb structure pointed to by tp to contain the seconds and milliseconds, respectively, of the current time in seconds since 00:00:00 UTC, January 1, 1970. The contents of the timezone and dstflag members of tp after a call to ftime() are unspecified.... |
|
ftw(3c) -- walk a file tree
|
|
ftw recursively descends the directory hierarchy rooted in path. For each object in the hierarchy, ftw calls the user-defined function fn, passing it a pointer to a null-terminated character string containing the name of the object, a pointer to a stat structure (see stat(2)) containing information about the object, and an integer. Possible values of the integer, defined in the ftw.h header file, are: FTW_F The object is a file... |
|
ftn/ftype(3) -- explicit FORTRAN type conversion
|
|
These functions perform conversion from one data type to another. The function int converts to integer from its integer, real*4, double precision, real*16, complex, double complex, or complex*32 argument. If the argument is real, integer, real*4, double precision, or real*16 int returns the integer whose magnitude is the largest integer that does not exceed the magnitude of the argument and whose sign is the same as the sign of the argument (i.e. truncation). For complex the above rule is applie... |
|
standard/fudge(3) -- specifies fudge values that are added to a graphics window
|
|
xfudge expects the number of pixels added in the x direction. yfudge expects the number of pixels added in the y direction. |
|
standard/fullscrn(3) -- allows a program write to the entire screen
|
|
none |
|
fx/fxAllocateImageBuffers(3d) -- create and destroy image buffers for special effects
|
|
dpy An open connection to an X server. Used to create off-screen render areas for OpenGL. The caller must not close the display connection until all of the DMfxbuffers have been freed. imageFormat A complete image format parameter list (see dmSetImageDefaults(3dm)). This format is used to determine how large the buffers need to be. inputUsage Specifies the modes in which the buffer will be used as input; says how the image will be read from the buffer and used as input to a plug-in or applicatio... |
|
fx/fxMovieRenderImage(3d) -- transfer images between movies and special effects
|
|
movie The movie that contains the image to be rendered. track The track into which a new image is inserted. time A time within the movie. duration Specifies how long an inserted image will be displayed when the movie is played. Page 1 dmFXMovieRenderImage(3dm) dmFXMovieRenderImage(3dm) timeScale Specifies the units for time and duration. inputUsage Specifies how the image buffer will be used, a combination of bufInputDirect, bufInputTexture, bufInputDrawPixels, and bufInputMovie. destinationBuff... |
|
fx/fxSetupInputImageBuffer(3d) -- manage special-effects image buffers
|
|
buffer a special-effects image buffer, allocated with dmFXAllocateImageBuffers. outputUsage Specifies the mode in which the buffer will be used as output; says how the image will be placed into the buffer by a plug-in or application. The value is one of bufOutputDirect, bufOutputOpenGL, bufOutputmovie. No more that one can be set. inputUsage Specifies the modes in which the buffer will be used as input; says how the image will be read from the buffer and used as input to a plug-in or application... |
|
fx/fxSetupScanlineBuffer(3d) -- get information about a special-effects image buffer
|
|
buffer A special-effects image buffer that has been set up for access with dmFXSetupInputImageBuffer or dmFXSetupOutputImageBuffer. returnInfo A PRX_ScanlineBufferRec structure, which will be filled in. |
|
standard/gamma(3) -- log gamma function
|
|
lgamma and gamma return ln|(GAMMA(x))|, where GAMMA is the mathematical gamma function. gammal and lgammal are the long double versions of the log gamma function. gamma and lgamma are identical, as are gammal and lgammal. The external integer signgam returns the sign of GAMMA(x), and the external integer signgaml returns the sign of GAMMAL(x). |
|
standard/gammaramp(3) -- defines a color map ramp for gamma correction
|
|
r expects an array of 256 elements. Each element contains a setting for the red electron gun. g expects an array of 256 elements. Each element contains a setting for the green electron gun. b expects an array of 256 elements. Each element contains a setting for the blue electron gun. |
|
standard/gbegin(3) -- create a window that occupies the entire screen
|
|
none |