summaryrefslogtreecommitdiff
path: root/libc/src/__support/FPUtil/except_value_utils.h
AgeCommit message (Expand)Author
2025-01-28[libc] Workaround for gcc complaining about implicit conversions with the ter...lntue
2024-09-23[libc][math] Add floating-point cast independent of compiler runtime (#105152)OverMighty
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-11-06[libc][math] Add min/max/min_denorm/max_denorm constants to FPBits and clean ...lntue
2023-10-25[libc] Fix a constexpr violation from b4e552999de518a1d006c7b84f94491beeb4092cBenjamin Kramer
2023-09-28[libc][math] Implement double precision expm1 function correctly rounded for ...lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2023-06-12[libc] Add platform independent floating point rounding mode checks.Tue Ly
2023-02-10[libc][math] Update exceptional cases for logf, log10f, log2f, log1pf.Tue Ly
2023-02-10[libc] Move likely/unlikely to the optimization headerGuillaume Chatelet
2023-02-07[libc][NFC] Move attributes from common to macros folderGuillaume Chatelet
2022-09-01[libc][NFC] Use cpp::optional for checking exceptional values of math functions.Tue Ly
2022-07-22[libc] Implement sinf function that is correctly rounded to all rounding modes.Tue Ly