[libc-commits] [PATCH] D153682: [libc][math] Clean up exhaustive tests implementations.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jun 23 21:10:22 PDT 2023


lntue created this revision.
lntue added reviewers: michaelrj, sivachandra.
Herald added projects: libc-project, All.
lntue requested review of this revision.

Clean up exhaustive tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153682

Files:
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/acosf_test.cpp
  libc/test/src/math/exhaustive/acoshf_test.cpp
  libc/test/src/math/exhaustive/asinf_test.cpp
  libc/test/src/math/exhaustive/asinhf_test.cpp
  libc/test/src/math/exhaustive/atanf_test.cpp
  libc/test/src/math/exhaustive/atanhf_test.cpp
  libc/test/src/math/exhaustive/cosf_test.cpp
  libc/test/src/math/exhaustive/coshf_test.cpp
  libc/test/src/math/exhaustive/erff_test.cpp
  libc/test/src/math/exhaustive/exhaustive_test.cpp
  libc/test/src/math/exhaustive/exhaustive_test.h
  libc/test/src/math/exhaustive/exp10f_test.cpp
  libc/test/src/math/exhaustive/exp2f_test.cpp
  libc/test/src/math/exhaustive/expf_test.cpp
  libc/test/src/math/exhaustive/expm1f_test.cpp
  libc/test/src/math/exhaustive/hypotf_test.cpp
  libc/test/src/math/exhaustive/log10f_test.cpp
  libc/test/src/math/exhaustive/log1pf_test.cpp
  libc/test/src/math/exhaustive/log2f_test.cpp
  libc/test/src/math/exhaustive/logf_test.cpp
  libc/test/src/math/exhaustive/sincosf_test.cpp
  libc/test/src/math/exhaustive/sinf_test.cpp
  libc/test/src/math/exhaustive/sinhf_test.cpp
  libc/test/src/math/exhaustive/sqrtf_test.cpp
  libc/test/src/math/exhaustive/tanf_test.cpp
  libc/test/src/math/exhaustive/tanhf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153682.534151.patch
Type: text/x-patch
Size: 79505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230624/90ab84a7/attachment-0001.bin>


More information about the libc-commits mailing list