T | |
TaC | |
tan | |
tanf | |
tanl | |
TaS | |
TestATI | |
TestCirrus | |
TestR600 | |
TestVerite | |
tolower | |
toupper | |
transferpage | |
TransferPage | |
Triangle | |
trunc | |
truncf | |
truncl |
computes the tangent of angle x
double tan( double x )
computes the tangent of angle x
float tanf( float x )
computes the tangent of angle x
long double tanl( long double x )
tests for an ATI Mach64 and sets up the
Public Sub TestATI ( vrambase As Byte Ptr, cram As Byte Ptr )
runs the test suite for the Cirrus Logic graphics cards
Sub TestCirrus( board_model As Long, lfb As Long, portbase As Long )
runs the test suite for the R6xx series graphics card
Sub TestR600( board_model As Long, board_version As Long, lfb As Long, portbase As Long, mmiobase As Long )
runs the test suite for the Verite graphics card
Sub TestVerite( board_model As Long, board_version As Long, lfb As Long, portbase As Long )
runs the test suite for the Verite graphics card
Sub TestVerite( board_model As Long, board_version As Long, lfb As Long, portbase As Long )
Returns the lowercase version of a character
int tolower( int c )
Returns the uppercase version of a character
int toupper( int c )
renders a triangle
Sub Triangle( x1 As Long, y1 As Long, x2 As Long, y2 As Long, x3 As Long, y3 As Long, c as Byte )
gets and returns the integer part of x
double trunc( double x )
gets and returns the integer part of x
float truncf( float x )
gets and returns the integer part of x
long double truncl( long double x )