Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <thread>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <jau/test/catch2_ext.hpp>
#include <jau/int_math.hpp>
Go to the source code of this file.
Functions | |
TEST_CASE ("Int Math Test 00", "[sign][arithmetic][math]") | |
TEST_CASE ("Int Math Test 01", "[round][align][arithmetic][math]") | |
TEST_CASE ("Int Math Test 02", "[abs][arithmetic][math]") | |
TEST_CASE ("Int Math Test 03a", "[min][max][clip][arithmetic][math]") | |
TEST_CASE ("Int Math Test 03b", "[ct_min][ct_max][clip2][arithmetic][math]") | |
TEST_CASE ("Int Math Test 10", "[bits][arithmetic][math]") | |
TEST_CASE ("Int Math Test 20", "[add][sub][overflow][arithmetic][math]") | |
TEST_CASE ("Int Math Test 21", "[mul][overflow][arithmetic][math]") | |
TEST_CASE | ( | "Int Math Test 00" | , |
"" | [sign][arithmetic][math] | ||
) |
Definition at line 36 of file test_int_math01.cpp.
TEST_CASE | ( | "Int Math Test 01" | , |
"" | [round][align][arithmetic][math] | ||
) |
Definition at line 50 of file test_int_math01.cpp.
TEST_CASE | ( | "Int Math Test 02" | , |
"" | [abs][arithmetic][math] | ||
) |
Definition at line 74 of file test_int_math01.cpp.
TEST_CASE | ( | "Int Math Test 03a" | , |
"" | [min][max][clip][arithmetic][math] | ||
) |
Definition at line 118 of file test_int_math01.cpp.
TEST_CASE | ( | "Int Math Test 03b" | , |
"" | [ct_min][ct_max][clip2][arithmetic][math] | ||
) |
Definition at line 132 of file test_int_math01.cpp.
TEST_CASE | ( | "Int Math Test 10" | , |
"" | [bits][arithmetic][math] | ||
) |
Definition at line 147 of file test_int_math01.cpp.
TEST_CASE | ( | "Int Math Test 20" | , |
"" | [add][sub][overflow][arithmetic][math] | ||
) |
Definition at line 184 of file test_int_math01.cpp.
TEST_CASE | ( | "Int Math Test 21" | , |
"" | [mul][overflow][arithmetic][math] | ||
) |
Definition at line 263 of file test_int_math01.cpp.