*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 complib/firm1d(3) -- N 1D convolutions in the time domain. FORTRAN SPECIFICATION subroutine SFIRM1D( f, incf, ldf, ifx0, n_fx, ny,
    SFIRM1D, DFIRM1D, CFIRM1D and DFIRM1D compute N 1D convolutions in the time domain : h(i,j) = beta * h(i,j) + alpha * Sum[ f(k,j) * g(i-k) ] with j=1,...,N USAGE: 1. Suppose you want to: filter a 2D "image" f(0:449,0:699) along the first dimension , by a 1D filter g(-15:15), put the result in h(0:449,0:699), you can use: call dfirm1d( 700,f(0,0),1,449-0+1,0,449,g(-15),1,-15,15,1.0, $ h(0,0),1,449-0+1,0,449,0.0) 2. Suppose you want to: filter a 2D "image" f(0:449,0:699) along the Second dimen...
 standard/fixade(3) -- misaligned data bus error handler and report generator
    Fixade is a bus error handler which fields, corrects, and reports bus errors arising due to misaligned data in Irix programs. The MIPS architecture, for performance reasons, is very restrictive on the alignment of data which can be used with its standard instruction set. Usually, the compilers can guarantee this alignment, however, some situations exist in which this guarantee cannot be made. These misalignments may be necessary to satisfy Fortran equivalence statements, due to mismatched formal...
 f90/floating(3) -- 0- return scalar values associated with the argument derived from the model of floating point data.
    These Fortran 90 inquiry functions return scalar values which describe the value of x as components of the model of floating point data. The model for real x is defined by section 13.71.1 of the Fortran standard. In each case the argument x is of type real and with the exception of exponent the type and kind type parameter of each result is the same as x. The exponent function returns an integer of default type equal to the base two exponent (e) of x if the argument is non-zero. If zero, the res...
 flock(3c) -- apply or remove an advisory lock on an open file
    Flock applies or removes an advisory lock on the file associated with the file descriptor fd. A lock is applied by specifying one of the following as an operation parameter: LOCK_SH, LOCK_EX, LOCK_SH|LOCK_NB or LOCK_EX|LOCK_NB. Note that LOCK_NB, if used, must appear in an inclusive OR expression with either LOCK_SH or LOCK_EX. To unlock an existing lock, operation should be LOCK_UN. Advisory locks allow cooperating processes to perform consistent operations on files, but do not guarantee consis...
 flockfile(3s) -- stdio synchronization functions
    flockfile, ftrylockfile, and funlockfile provide for explicit locking and unlocking of stdio streams. They may be used by a thread to delineate a sequence of I/O statements to be executed as a critical section. flockfile is used by a thread to acquire exclusive use of file. ftrylockfile is used by a thread to acquire exclusive use of file ...
 standard/floor(3) -- floor, ceiling, remainder, absolute value, nearest integer, and truncation functions
    The fmod, fabs, and trunc functions listed above, as well as the long double and single-precision versions of the remaining functions, are only available in the standard math library, -lm, and in -lmx. Page 1 FLOOR(3M) FLOOR(3M) The floor functions return the largest integer not greater than x. The argument x is double for floor, long double for floorl, and float for ffloor and its ANSI-named equivalent floorf. copysign(x,y) returns the number with the magnitude of x and the sign of y. copysignl...
 f90/floor(3) -- floor, ceiling, remainder, absolute value, nearest integer, and truncation functions
    The fmod, fabs, and trunc functions listed above, as well as the long double and single-precision versions of the remaining functions, are only available in the standard math library, -lm, and in -lmx. Page 1 FLOOR(3M) FLOOR(3M) The floor functions return the largest integer not greater than x. The argument x is double for floor, long double for floorl, and float for ffloor and its ANSI-named equivalent floorf. copysign(x,y) returns the number with the magnitude of x and the sign of y. copysignl...
 f90/flush(3) -- Flush buffered output for a file
    Flushes any output that has been buffered for fileId. FileId must have been the return value from a previous call to open, or it may be stdout or stderr to access one of the standard I/O streams; it must refer to a file that was opened for writing. The command returns an empty string.
 ftn/flush(3) -- Flush buffered output for a file
    Flushes any output that has been buffered for fileId. FileId must have been the return value from a previous call to open, or it may be stdout or stderr to access one of the standard I/O streams; it must refer to a file that was opened for writing. The command returns an empty string.
 Tcl/flush(3) -- Flush buffered output for a file
    Flushes any output that has been buffered for fileId. FileId must have been the return value from a previous call to open, or it may be stdout or stderr to access one of the standard I/O streams; it must refer to a file that was opened for writing. The command returns an empty string.
 fmcachedisable(3w) -- disable font cache flushing
    This function was made obsolete by changes to the IRIS Font Manager. The function was replaced by a stub that does not do anything. What follows is a description of what this function did under the NeWS windowing system. The Font Manager provides font cache flushing by default. To disable automatic flushing of the font cache, call fmcachedisable . The Font Manager continues to keep track of the space fonts occupy, but does nothing to flush the space when it exceeds the font cache limit. You can ...
 fmcacheenable(3w) -- enable font cache flushing
    This function was made obsolete by changes to the IRIS Font Manager. The function was replaced by a stub that does not do anything. What follows is a description of what this function did under the NeWS windowing system. The Font Manager provides font cache flushing by default. You can disable font cache flushing with a call to fmcachedisable. The Font Manager continues to keep track of the space fonts occupy, but does nothing to flush the space when it exceeds the font cache limit. To restart a...
 fmcachelimit(3w) -- return current font cache limit in quanta
    This function was made obsolete by changes to the IRIS Font Manager. The function was replaced by a stub that does not do anything. What follows is a description of what this function did under the NeWS windowing system. The font cache maintains the space reserved for font data. Use fmcachelimit to get the number of Font Manager cache quanta currently set as the upper size limit of the font cache. To calculate the number of bytes reserved for the font cache, multiply the returned value of fmcach...
 fmchrwid(3w) -- return the width of a character
    fmgetchrwidth returns the number of pixels (in the x dimension) by which the current character position moves when you image the specified character. This value is rounded to an integer (for some fonts, characters can have subpixel dimensions). If the specified character glyph does not exist, the width of a space is returned. If a space does not exist, the width of the font is returned.
 fmcommen(3w) -- return a comment associated with a font
    This function was made obsolete by changes to the IRIS Font Manager. The function was replaced by a stub that does not do anything. What follows is a description of what this function did under the NeWS windowing system. fmgetcomment gets the comment associated with the font fh. This routine writes that comment to the location (array) pointed to by the str character pointer. You must use the slen parameter to tell fmgetcomment the longest string it can write to the str array. fmgetcomment does n...
<<  [Prev]  89  90  91  92  93  94  95  96  97  98  99  100  101  102  103  104  105  106  107  108  109  
110  111  112  113  114  115  116  117  118  119  120  121  122  123  124  125  126  127  128  129  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service