|
SpeedCrunch
0.11
|
#include "math/hmath.h"#include "math/floatconst.h"#include <cstdlib>#include <cstring>#include <iostream>
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 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_KNOWN_ISSUE | ( | x, | |
| y, | |||
| n | |||
| ) | check_value(__FILE__,__LINE__,#x,x,y,n) |
| #define CHECK_PRECISE | ( | x, | |
| y | |||
| ) | check_precise(__FILE__,__LINE__,#x,x,y) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void test_create | ( | ) |
| void test_format | ( | ) |
| void test_functions | ( | ) |
| void test_op | ( | ) |
1.7.6.1