llvm-project/libc/test
Michael Jones 6f80339b18 [libc][NFC] Add supporting class for atof implementation
This change adds the High Precision Decimal described here:
https://nigeltao.github.io/blog/2020/parse-number-f64-simple.html
It will be used for the atof implementation later, but is complete and
tested now.

The code is inspired by the golang implmentation of the HPD class, which
can be found here: https://github.com/golang/go/blob/release-branch.go1.16/src/strconv/decimal.go

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D110454
2021-10-04 21:08:02 +00:00
..
config [libc] Normalize LIBC_TARGET_MACHINE 2021-05-05 15:52:42 +00:00
integration [libc] make the scudo integration test run 2021-08-20 17:51:11 +00:00
loader [libc] Normalize LIBC_TARGET_MACHINE 2021-05-05 15:52:42 +00:00
src [libc][NFC] Add supporting class for atof implementation 2021-10-04 21:08:02 +00:00
utils [libc] Add support for 128 bit ints in limits.h 2021-09-28 23:50:16 +00:00
CMakeLists.txt [libc] Add a new suite called "libc-long-running-tests". 2021-08-21 05:01:28 +00:00
ErrnoSetterMatcher.h [libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h. 2020-07-28 11:05:52 -07:00