zephyr/lib/libc/minimal/source/stdout
Andy Ross 5729235b57 libc/printf: Use compiler-provided 64 bit math, phase 2
Remove the function wrappers around the 64 bit math and just use C
syntax natively, combining ops where appropriate (e.g. there was a
sequence implementing "(x<<2+x)<<2" to do "multiply by 10").  The
_ldiv5 and _rlrshift routines are non-standard ops that provide useful
abstraction, so they remain as separate functions.

Change-Id: I4d83847348fdd7be09887b833c8ccbd2aa1e4182
Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2016-09-10 00:49:01 +00:00
..
fprintf.c c++: Update minimal libc headers 2016-02-05 20:25:22 -05:00
Makefile build: build libc as object, not kbuild library (lib.a) 2016-02-05 20:14:45 -05:00
prf.c libc/printf: Use compiler-provided 64 bit math, phase 2 2016-09-10 00:49:01 +00:00
sprintf.c c++: Update minimal libc headers 2016-02-05 20:25:22 -05:00
stdout_console.c c++: Update minimal libc headers 2016-02-05 20:25:22 -05:00