office-gobmx/sal
Mike Kaganski 7e558cd5b9 Optimize the whole range of getN10Exp over IEEE 754 doubles
Needs 5056 bytes of pre-calculated data.

Change-Id: I138d9dc80c176f675a6854fe906e235c98efcbc0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122947
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-10-05 21:19:22 +02:00
..
android
cppunittester loplugin:nullptr (clang-cl) 2021-10-01 08:32:40 +02:00
inc
osl loplugin:unusedcapturedefault (clang-cl) 2021-09-30 12:13:35 +02:00
qa A more lightweight O[U]StringConcatenation 2021-10-03 19:50:44 +02:00
rtl Optimize the whole range of getN10Exp over IEEE 754 doubles 2021-10-05 21:19:22 +02:00
test
textenc
util
CompilerTest_sal_rtl_oustring.mk
CppunitTest_Module_DLL.mk
CppunitTest_sal_comtools.mk
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_retry_if_failed.mk
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Makefile
Module_sal.mk
README.md

System Abstraction Layer (SAL)

System abstraction layer; rtl, osl and sal

rtl: Platform independent strings

osl: platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).