SpeedCrunch  0.11
Defines | Functions
/usr/src/RPM/BUILD/speedcrunch-0.11/src/tests/testhmath.cpp File Reference
#include "math/hmath.h"
#include "math/floatconst.h"
#include <cstdlib>
#include <cstring>
#include <iostream>
Include dependency graph for testhmath.cpp:

Defines

#define CHECK(x, y)   check_value(__FILE__,__LINE__,#x,x,y)
#define CHECK_FORMAT(f, p, x, y)   check_format(__FILE__,__LINE__,#x,x,f,p,y)
#define CHECK_PRECISE(x, y)   check_precise(__FILE__,__LINE__,#x,x,y)
#define CHECK_KNOWN_ISSUE(x, y, n)   check_value(__FILE__,__LINE__,#x,x,y,n)

Functions

void test_create ()
void test_format ()
void test_op ()
void test_functions ()
int main (int argc, char *argv[])

Define Documentation

#define CHECK (   x,
 
)    check_value(__FILE__,__LINE__,#x,x,y)
#define CHECK_FORMAT (   f,
  p,
  x,
 
)    check_format(__FILE__,__LINE__,#x,x,f,p,y)
#define CHECK_KNOWN_ISSUE (   x,
  y,
 
)    check_value(__FILE__,__LINE__,#x,x,y,n)
#define CHECK_PRECISE (   x,
 
)    check_precise(__FILE__,__LINE__,#x,x,y)

Function Documentation

int main ( int  argc,
char *  argv[] 
)
void test_create ( )
void test_format ( )
void test_functions ( )
void test_op ( )