|
dmedia/AUchecklicense(3d) -- checks for a given audio compression license
|
product is a constant symbol for the product license of interest. Currently defined licenses are: AU_LICENSE_AWARE_MULTIRATE_ENCODER AU_LICENSE_AWARE_MULTIRATE_DECODER errorval is a pointer to an integer which will be set only if the return value is AU_LICENSE_ERR. The value is the NetLS error which occurred. message is a pointer to a character pointer, which is changed to point to an informative string only if the return value is AU_LICENSE_ERR. The string will contain the NetLS error that occu... |
dmedia/AUpvnew(3d) -- Audio File parameter value list data type
|
pvlist_ptr Pointer to an Audio File Library parameter/value list data type. pvlist An Audio File Library parameter value list data type as created by AUpvnew. numitems an integer representing the size to create a new AUpvlist. item a integer zero based index into an AUpvlist. The index should be non-negative and less than numitems-1. type a symbolic constant describing the type a parameter. Currently supported types are: AU_PVTYPE_LONG representing values which are long AU_PVTYPE_DOUBLE represen... |
|
perl5/AutoLoader(3) -- load subroutines only on demand
|
The AutoLoader module works with the AutoSplit module and the __END__ token to defer the loading of some subroutines until they are used rather than loading them all at once. To use AutoLoader, the author of a module has to place the definitions of subroutines to be autoloaded after an __END__ token. (See the perldata manpage.) The AutoSplit module can then be run manually to extract the definitions into individual files auto/funcname.al. AutoLoader implements an AUTOLOAD subroutine. When an und... |
perl5/AutoSplit(3) -- split a package for autoloading
|
This function will split up your program into files that the AutoLoader module can handle. It is used by both the standard perl libraries and by the MakeMaker utility, to automatically configure libraries for autoloading. The autosplit interface splits the specified file into a hierarchy rooted at the directory $dir. It creates directories as needed to reflect class hierarchy, and creates the file autosplit.ix. This file acts as both forward declaration of all package routines, and as timestamp ... |
perl5/autouse(3) -- postpone load of modules until a function is used
|
If the module Module is already loaded, then the declaration use autouse 'Module' => qw(func1 func2($;$) Module::func3); is equivalent to use Module qw(func1 func2); if Module defines func2() with prototype ($;$), and func1() and func3() have no prototypes. (At least if Module uses Exporter's import, otherwise it is a fatal error.) If the module Module is not loaded yet, then the above declaration declares functions func1() and func2() in the current package, and declares a function Module::f... |
aux(3c) -- initialize auxiliary identification and authentication information
|
The initauxgroup function provides the means for auxiliary identification and authentication (I&A). uname and gid are the name and group id of the user that is to be subject to auxiliary I&A. display is a handle to the output file stream where any messages (informative or error indicating) may be printed. display is NULL if there is no associated output stream. Usually, initau<... |
libblas/axpy(3) -- BLAS level ONE axpy subroutines FORTRAN 77 SYNOPSIS subroutine daxpy( n, a, x, incx, y, incy ) integer incx, i
|
daxpy, saxpy, zaxpy, and caxpy compute a constant a times a vector x plus a vector y. The result overwrites the initial values of vector y. Page 1 _AXPY(3F) _AXPY(3F) Y <--- Y + a . X incx and incy specify the increment between two consecutive elements of respectively vector x and y. |
standard/backbuffer(3) -- enable and disable drawing to the back or front buffer
|
b is either TRUE or FALSE. TRUE enables updating in the back/front bitplane buffer. FALSE disables updating in the back/front bitplane buffer. |
standard/backface(3) -- turns backfacing polygon removal on and off
|
b expects either TRUE or FALSE. TRUE suppresses the display of backfacing filled polygons. FALSE allows the display of backfacing filled polygons. |
Tk/backgderr(3) -- report Tcl error that occurred in background processing
|
Tcl_Interp *interp (in) Interpreter in which the error occurred. |
Tcl/backslash(3) -- parse a backslash sequence
|
char *src (in) Pointer to a string starting with a backslash. int *countPtr (out) If countPtr isn't NULL, *countPtr gets filled in with number of characters in the backslash sequence, including the backslash character. |
complib/BAKVEC(3) -- EISPACK routine. This subroutine forms the eigenvectors of a NONSYMMETRIC TRIDIAGONAL matrix by back transform
|
On INPUT NM must be set to the row dimension of two-dimensional array parameters as declared in the calling program dimension statement. N is the order of the matrix. T contains the nonsymmetric matrix. Its subdiagonal is stored in the last N-1 positions of the first column, its diagonal in the N positions of the second column, and its superdiagonal in the first N-1 positions of the third column. T(1,1) and T(N,3) are arbitrary. E contains the subdiagonal elements of the symmetric matrix in its ... |
complib/BALANC(3) -- EISPACK routine. This subroutine balances a REAL matrix and isolates eigenvalues whenever possible.
|
On INPUT NM must be set to the row dimension of two-dimensional array parameters as declared in the calling program dimension statement. N is the order of the matrix. A contains the input matrix to be balanced. On OUTPUT A contains the balanced matrix. LOW and IGH are two integers such that A(I,J) is equal to zero if (1) I is greater than J and (2) J=1,...,LOW-1 or I=IGH+1,...,N. SCALE contains information determining the permutations and scaling factors used. Suppose that the principal submatri... |
complib/BALBAK(3) -- EISPACK rotuine. This subroutine forms the eigenvectors of a REAL GENERAL matrix by back transforming those of
|
On INPUT NM must be set to the row dimension of two-dimensional array parameters as declared in the calling program dimension statement. N is the order of the matrix. LOW and IGH are integers determined by BALANC. SCALE contains information determining the permutations and scaling factors used by BALANC. M is the number of columns of Z to be back transformed. Z contains the real and imaginary parts of the eigen- vectors to be back transformed in its first M columns. On OUTPUT Z contains the real... |
complib/BANDR(3) -- EISPACK routine. This subroutine reduces a REAL SYMMETRIC BAND matrix to a symmetric tridiagonal matrix using
|
On INPUT NM must be set to the row dimension of two-dimensional array parameters as declared in the calling program dimension statement. N is the order of the matrix. MB is the (half) band width of the matrix, defined as the number of adjacent diagonals, including the principal diagonal, required to specify the non-zero portion of the lower triangle of the matrix. A contains the lower triangle of the symmetric band input matrix stored as an N by MB array. Its lowest subdiagonal is stored in the ... |