aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/generic/exp.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-15[libc][math] Refactor exp implementation to header-only in src/__support/math...Muhammad Bassiouni1-427/+2
2025-07-14Revert "[libc][math] Refactor exp implementation to header-only in src/__supp...lntue1-2/+427
2025-07-14[libc][math] Refactor exp implementation to header-only in src/__support/math...Muhammad Bassiouni1-427/+2
2025-03-05[libc][math] Add skip accurate pass option for exp*, log*, and powf functions...lntue1-0/+22
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara1-2/+0
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-2/+3
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-3/+2
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-2/+3
2024-03-20[libc][NFC] Move `Sign` type to separate header (#85930)Guillaume Chatelet1-1/+1
2024-02-16[reland][libc][NFC] Use user defined literals to build 128 and 256 bit consta...Guillaume Chatelet1-14/+10
2024-02-15Revert "[reland][libc][NFC] Use user defined literals to build 128 and 256 bi...Guillaume Chatelet1-10/+14
2024-02-15[reland][libc][NFC] Use user defined literals to build 128 and 256 bit consta...Guillaume Chatelet1-14/+10
2024-02-14Revert "[libc][NFC] Use user defined literals to build 128 and 256 bit consta...Guillaume Chatelet1-10/+14
2024-02-14[libc][NFC] Use user defined literals to build 128 and 256 bit constants. (#8...Guillaume Chatelet1-14/+10
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet1-1/+1
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet1-2/+2
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet1-2/+2
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet1-2/+2
2024-01-18[libc][NFC] Use the Sign type for DyadicFloat (#78577)Guillaume Chatelet1-8/+13
2024-01-03[libc][NFC] Remove `FloatProperties` (#76508)Guillaume Chatelet1-3/+2
2024-01-02[libc][NFC] Enforce internal linkage for exp* support functions. (#76250)lntue1-0/+4
2023-12-19[libc][NFC] Make `EXP_MANT_MASK` an implementation detail (#75810)Guillaume Chatelet1-2/+1
2023-12-19[libc][NFC] Use FPBits builders instead of custom constructs (#75942)Guillaume Chatelet1-2/+2
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet1-2/+2
2023-09-28[libc][math] Implement double precision expm1 function correctly rounded for ...lntue1-1/+1
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet1-2/+2
2023-08-25[libc][math] Implement double precision exp2 function correctly rounded for a...Tue Ly1-194/+15
2023-08-24[libc][math] Implement double precision exp function correctly rounded for al...Tue Ly1-0/+595