#include <cassert>
#include <cstring>
#include <jau/test/catch2_ext.hpp>
#include <jau/int_math.hpp>
#include <jau/math/vec2i.hpp>
#include <random>
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &out, const AABBox &v) noexcept |
|
| TEST_CASE ("Int Math Bench 01a", "[abs][benchmark][arithmetic][math]") |
|
| TEST_CASE ("Int Math Bench 01b", "[ct_abs][benchmark][arithmetic][math]") |
|
| TEST_CASE ("Int Math Bench 01c", "[abs][benchmark][arithmetic][math]") |
|
| TEST_CASE ("Int Math Bench 02a", "[min][max][benchmark][arithmetic][math]") |
|
| TEST_CASE ("Int Math Bench 03a", "[ct_min][ct_max][benchmark][arithmetic][math]") |
|
| TEST_CASE ("Int Math Bench 04a", "[intersect][benchmark][arithmetic][math]") |
|
◆ TEST_CASE() [1/6]
TEST_CASE |
( |
"Int Math Bench 01a" | , |
|
|
"" | [abs][benchmark][arithmetic][math] ) |
◆ TEST_CASE() [2/6]
TEST_CASE |
( |
"Int Math Bench 01b" | , |
|
|
"" | [ct_abs][benchmark][arithmetic][math] ) |
◆ TEST_CASE() [3/6]
TEST_CASE |
( |
"Int Math Bench 01c" | , |
|
|
"" | [abs][benchmark][arithmetic][math] ) |
◆ TEST_CASE() [4/6]
TEST_CASE |
( |
"Int Math Bench 02a" | , |
|
|
"" | [min][max][benchmark][arithmetic][math] ) |
◆ TEST_CASE() [5/6]
TEST_CASE |
( |
"Int Math Bench 03a" | , |
|
|
"" | [ct_min][ct_max][benchmark][arithmetic][math] ) |
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & | out, |
|
|
const AABBox & | v ) |
|
noexcept |
◆ TEST_CASE() [6/6]
TEST_CASE |
( |
"Int Math Bench 04a" | , |
|
|
"" | [intersect][benchmark][arithmetic][math] ) |