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