Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
examples
.clang-format 5.9 KB
CMakeLists.txt 1.16 KB
fixed.h 36.2 KB
fixed128_test.cc 111 KB
fixed64_test.cc 44.3 KB
fixed_test.cc 41.9 KB
fixed_util.cc 5.44 KB
int128.cc 11.4 KB
int128.h 9.41 KB
int128_test.cc 290 Bytes
parse_test.cc 6.21 KB
util.py 588 Bytes

Latest revisions

# Date Author Comment
ef18eb33 07/07/2022 10:24 AM David Sorber

Correct multiply by integer operator. Also add test cases.

30849ea7 07/05/2022 10:57 AM David Sorber

Initial version of integer division for the fixed point type.

495f615f 06/11/2022 08:43 AM David Sorber

Adding combined updates to the fixed point type.

b9f341b6 03/31/2022 06:29 PM David Sorber

Adding fixed point type changes from a few weeks ago. This includes
significantly expanded tests.

92782e4a 02/27/2022 02:59 PM David Sorber

Additional improvements to the fixed type. Also added a few good test
cases.

852d0468 02/21/2022 05:27 PM David Sorber

Modify template to include parameters for strtoXXX functions. Also begin
integrating support for 128 bit integer types.

c7e0510c 02/20/2022 04:59 PM David Sorber

Fix minor bug in int128.h. Also add initial unit tests.

7fa2f28e 02/19/2022 10:09 PM David Sorber

Adding int128.h header with support for GCC specific int128_t and
uint128_t types.

11ae9ac5 02/17/2022 06:09 PM David Sorber

Additional improvements to the fixed point type. Also adding parse_test
which can be used to compare parse performance and a CMakeLists.txt.

835f4592 02/16/2022 08:57 PM David Sorber

Adding initial attempt at creating a custom C++ fixed point template.

View revisions

Also available in: Atom