1. 861dc75 [libc] Add x86_64 implementations of double precision cos, sin and tan. by Siva Chandra Reddy · 4 years, 1 month ago
  2. 6666e0d [libc] Make FPBits a union. by Siva Chandra Reddy · 4 years, 2 months ago
  3. dbb131d [libc] Add a standalone flavor of an equivalent of std::string_view. by Siva Chandra Reddy · 4 years, 4 months ago
  4. 881402c [libc][NFC] Eliminate couple of dependencies on llvm/ADT/StringExtras.h. by Siva Chandra Reddy · 4 years, 4 months ago
  5. 4726bec [libc] Add implementation of fmaf. by Tue Ly · 4 years, 6 months ago
  6. ff6fd38 [libc] Add implementations of rounding functions which depend rounding mode. by Siva Chandra Reddy · 4 years, 6 months ago
  7. 7aeb380 [libc] Add implementations of lround[f|l] and llround[f|l]. by Siva Chandra Reddy · 4 years, 6 months ago
  8. abf1c82 [libc] Extend MPFRMatcher to handle 2-input-1-output and support hypot function. by Tue Ly · 4 years, 9 months ago
  9. fb542b0 [libc][MPFRWrapper] Provide a way to include MPFR header in downstream repos. by Siva Chandra Reddy · 4 years, 10 months ago
  10. fe44992 [libc][NFC] For remquo quotient, compare only 3 bits of MPFR and libc results. by Siva Chandra Reddy · 4 years, 10 months ago
  11. 1948acb [libc][obvious] Add back the accidentally removed MPFRNumber destructor. by Siva Chandra Reddy · 4 years, 10 months ago
  12. 3f4674a [libc] Extend MPFRMatcher to handle multiple-input-multiple-output functions. by Siva Chandra Reddy · 4 years, 10 months ago
  13. ed8982d [libc][NFC] Switch math tests to the new ULP based tolerance. by Siva Chandra Reddy · 4 years, 10 months ago
  14. 9887a70 [libc] Add ULP function to MPFRNumber class to test correctly rounded functions such as SQRT, FMA. by Tue Ly · 4 years, 10 months ago
  15. 1390182 [libc] Add implementations long double fabsl and truncl functions. by Siva Chandra Reddy · 5 years ago
  16. 1caedd0 [libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h. by Siva Chandra Reddy · 5 years ago
  17. 9f69d3d [libc][NFC][Obvious] Convert the MPFR operations enum to an enum class. by Siva Chandra Reddy · 5 years ago
  18. 96d8572 [libc] Move implementations of expf and exp2f from the AOR to src/math. by Siva Chandra Reddy · 5 years ago
  19. 4a39a33 [libc] Add implementation of fabs and fabsf. by Siva Chandra Reddy · 5 years ago
  20. 32a22a4 [libc] Consolidate floating point utils into a single utils library. by Siva Chandra Reddy · 5 years ago
  21. a7e1149 [libc] Fix how math results are compared with MPFR results. by Siva Chandra Reddy · 5 years ago
  22. d69cbd8 [libc] Improve information printed on failure of a math test which uses MPFR. by Siva Chandra Reddy · 5 years ago
  23. 5fedf7f [libc] Move implementations of cosf, sinf, sincosf to src/math directory. by Siva Chandra Reddy · 5 years ago