zephyr/lib/os
Nicolas Pitre cf6fb4dea2 lib: cbprintf: float conversion optimization and documentation
While documenting the float conversion code, I found there was room
for some optimization. In doing so I added test cases to cover edge
cases e.g. making sure proper rounding is applied and that no loss
of precision was introduced. Compiled code should be smaller and
faster.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2020-12-08 14:09:15 -05:00
..
assert.c
base64.c
cbprintf_complete.c lib: cbprintf: float conversion optimization and documentation 2020-12-08 14:09:15 -05:00
cbprintf_nano.c lib/os/cbprintf_nano.c: simplifications and enhancements 2020-11-17 11:34:25 +01:00
cbprintf.c lib: add cbprintf capability 2020-11-13 06:38:01 -05:00
CMakeLists.txt lib: Remove sys_mem_pool implementation 2020-12-07 21:50:14 -05:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
dec.c
fdtable.c
heap-validate.c
heap.c lib/os/heap: Add sys_heap_realloc() 2020-12-07 21:50:14 -05:00
heap.h
hex.c
json.c
Kconfig lib/os: replace z_vprintk with cbprintf 2020-11-13 06:38:01 -05:00
Kconfig.cbprintf lib: add cbprintf capability 2020-11-13 06:38:01 -05:00
mutex.c
notify.c
onoff.c
printk.c lib/os: replace z_vprintk with cbprintf 2020-11-13 06:38:01 -05:00
rb.c
ring_buffer.c
sem.c
thread_entry.c
timeutil.c
work_q.c