llvm-capstone/libc/utils
Siva Chandra Reddy 5fedf7f420 [libc] Move implementations of cosf, sinf, sincosf to src/math directory.
NFC intended in the implementaton. Only mechanical changes to fit the LLVM
libc implementation standard have been done.

Math testing infrastructure has been added. This infrastructure compares the
results produced by the libc with the high precision results from MPFR.
Tests making use of this infrastructure have been added for cosf, sinf and
sincosf.

Reviewers: abrachet, phosek

Differential Revision: https://reviews.llvm.org/D76825
2020-04-16 08:46:10 -07:00
..
benchmarks [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
buildbot [libc] NFC: Fix trivial typo in comments, documents, and messages 2020-04-06 16:19:34 +09:00
CPP [libc] Remove <functional> dependency in syscall_test.cpp 2020-04-14 03:27:10 -04:00
HdrGen [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
MPFRWrapper [libc] Move implementations of cosf, sinf, sincosf to src/math directory. 2020-04-16 08:46:10 -07:00
testutils [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
UnitTest [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
CMakeLists.txt [libc] Move implementations of cosf, sinf, sincosf to src/math directory. 2020-04-16 08:46:10 -07:00