zephyr/lib/libc/minimal/source
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
..
stdlib checkpatch: warning - block_comment_style 2016-02-05 20:24:33 -05:00
stdout libc/printf: Use compiler-provided 64 bit math, phase 2 2016-09-10 00:49:01 +00:00
string lib: Adding the strstr() function 2016-07-19 22:35:21 +00:00
Makefile libc: add strtol and strtoul to minimal libc 2016-02-05 20:16:15 -05:00