|
ftn/acos(3) -- trigonometric functions and their inverses
|
The single-precision and long double-precision routines listed above are only available in the standard math library, -lm, and in -lmx. sin, cos and tan return trigonometric functions of radian arguments x for double data types. fsin, fcos and ftan, and their ANSI-named counterparts sinf, cosf and tanf return trigonometric functions of radian TRIG(3M) TRIG(3M) arguments x for float data types. sinl, cosl and tanl do the same for long double data types. The asin routines return the arc sine in th... |
standard/acsize(3) -- specify the number of bitplanes per color component in the accumulation buffer
|
planes specifies the number of bitplanes to be reserved for each color component in the accumulation buffer. Accepted values are 0 (default) and 16. |
|
Tcl/adderrinfo(3) -- record information about errors
|
Tcl_Interp *interp (in) Interpreter in which to record information. char *message (in) Identifying string to record in errorInfo variable. char *element (in) String to record as one element of errorCode variable. Last element argument must be NULL. |
addsev(3c) -- define additional severities
|
The function addsev defines additional severities for use in subsequent calls to pfmt or lfmt. addsev associates an integer value int_val in the range [5-255] with a character string. It overwrites any previous string association between int_val and string. If int_val is ORed with the flags passed to subsequent calls to pfmt or lfmt, string will be used as the severity. Passing a N.ULL string removes the severity... |
addseverity(3c) -- build a list of severity levels for an application for use with fmtmsg
|
The addseverity function builds a list of severity levels for an application to be used with the message formatting facility, fmtmsg. severity is an integer value indicating the seriousness of the condition, and string is a pointer to a string describing the condition (string is not limited to a specific size). If addseverity is called with an integer value that has not been previously defined, the function adds ... |
standard/addtopup(3) -- adds items to an existing pop-up menu
|
pup expects the menu identifier of the menu to which you want to add. The menu identifier is the returned function value of the menu creation call to either newpup or defpup functions. str expects a pointer to the text that you want to add as a menu item. In addition, you have the option of pairing an "item type" flag with each menu item. There are seven menu item type flags: %t marks item text as the menu title string. %F invokes a routine for every selection from this menu except those marke... |
f90/adjustl(3) -- Adjusts a character string to the left
|
UNICOS, UNICOS/mk, and IRIX systems |
f90/adjustr(3) -- Adjusts a character string to the right
|
UNICOS, UNICOS/mk, and IRIX systems |
audiofile/AFclosefile(3d) -- close an audio file, update file header if file was opened for write access.
|
file is the AFfilehandle structure for the audio file you want to close. This structure is the returned value of the afOpenFile(3dm) call. |
audiofile/AFfreefilesetup(3d) -- deallocates an AFfilesetup structure
|
setup is an AFfilesetup structure, previously created by a call to afNewFileSetup(3dm). |
audiofile/AFgetaeschanneldata(3d) -- get/set AES channel status information in an AFfilehandle structure for an audio track
|
file expects an AFfilehandle structure, previously created by a call to afOpenFile(3dm). track expects an integer which identifies the audio track in the file. Since all currently supported file formats allow at most one audio track per file, the constant value AF_DEFAULT_TRACK should always be used for this argument for now. buf is a data buffer used to pass the 24 bytes of AES channel status data to afSetAESChannelData(), or to obtain the 24 bytes of AES channel status data from afGetAESChanne... |
audiofile/AFgetchannels(3d) -- get the number of interleaved track / virtual channels from an AFfilehandle structure for an audio track
|
file is an AFfilehandle structure, previously created by a call to afOpenFile(3dm). track is an integer which identifies the audio track in the file. Since all currently supported file formats allow at most one audio track per file, the constant value AF_DEFAULT_TRACK should always be used for this argument. |
audiofile/AFgetcompression(3d) -- get the compression type and parameters for an audio track from an AFfilehandle structure
|
file expects an AFfilehandle structure, previously created by a call to afOpenFile(3dm). trackid is an integer which identifies an audio track in the file. Since all currently supported file formats allow at most one audio track per file, the value AF_DEFAULT_TRACK should always be used for this argument for now. compression is a pointer to an integer which will be filled in with the symbolic constant indicating which compression scheme used for the specified audio track. pvlist is an AUpvlist s... |
audiofile/AFgetfd(3d) -- get the Unix file descriptor for the file associated with an AFfilehandle structure
|
file is an AFfilehandle structure for the audio file whose file descriptor you wish to obtain. This structure is the returned value of an afOpenFile(3dm) call. |
audiofile/afGetFormatParams(3d) -- get the audio data format in an AFfilehandle for a specified audio track via dmParams
|
file is an AFfilehandle structure, previously created by a call to afOpenFile(3dm) or afOpenFD(3dm). track is an integer which identifies an audio track in handle. Since all currently supported file formats contain only one audio track, the value AF_DEFAULT_TRACK should used here for now. params a DMparams list, previously created by a call to dmParamsCreate(3dm). |