summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/string/strformatfloat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm copyright and license note updatevboxsync2022-08-221-10/+20
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Another RTStrFormatR80* correction. bugref:9898vboxsync2022-04-111-2/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94557 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited ↵vboxsync2022-04-071-4/+6
| | | | | | RTUInt256Xxx Api. bugref:9898 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94511 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: RTStrFormatR80/64/32 corrections. bugref:9898vboxsync2022-03-231-23/+28
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94336 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Added RTStrFormatR64 and RTStrFormatR32 and split out the floating ↵vboxsync2022-03-171-4/+4
| | | | | | point formatting from strformatnum.cpp. [fixes] bugref:9898 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94302 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Added RTStrFormatR64 and RTStrFormatR32 and split out the floating ↵vboxsync2022-03-171-0/+337
point formatting from strformatnum.cpp. bugref:9898 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94300 cfe28804-0f27-0410-a406-dd0f0b0b656f