Home
last modified time | relevance | path

Searched refs:M (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c39 #define M 2 macro
757 for (i = M + 1; i < NI; i++) in eiisnan()
806 a += M; /* skip up to significand area */ in ecmpm()
807 b += M; in ecmpm()
808 for (i = M; i < NI; i++) in ecmpm()
833 x += M; /* point to significand area */ in eshdn1()
836 for (i = M; i < NI; i++) in eshdn1()
863 for (i = M; i < NI; i++) in eshup1()
887 x += M; in eshdn8()
889 for (i = M; i < NI; i++) in eshdn8()
[all …]
/picolibc-latest/.github/workflows/
Dhead-zephyr19 # is the largest cache, 429.5M (September 2023).
20 CCACHE_SIZE: "450M"
Dhead19 CCACHE_SIZE: "0M"
/picolibc-latest/
Dmeson.build740 prefix_multilib_dir = '%*/@0@'.format(get_option('libdir') / '%M')
743 buildtype_multilib_dir = specs_prefix_format.format(get_option('libdir') / '%*/%M')
746 gen_multilib_dir = specs_prefix_format.format(get_option('libdir') / '%M')
759 prefix_multilib_crt0_path = '%*/@0@'.format(get_option('libdir')) / '%M' / crt0_expr
762 …buildtype_multilib_crt0_path = specs_prefix_format.format(get_option('libdir') / '%*/%M' / crt0_ex…
765 gen_multilib_crt0_path = specs_prefix_format.format(get_option('libdir') / '%M' / crt0_expr)
DREADME.md520 * Fix FPSCR state for Arm8.1-M low overhead loops (thanks to David
617 6. Remove %M from linker paths in single-arch builds
1001 2. Add startup and TLS support for aarch64 and non Cortex-M 32-bit
DCOPYING.NEWLIB50 (3) David M. Gay (AT&T 1991, Lucent 1998)
52 The author of this software is David M. Gay.
69 The author of this software is David M. Gay.
658 (31) - M. Warner Losh (targets using libc/posix)
660 Copyright (c) 1998, M. Warner Losh <imp@freebsd.org>
DCOPYING.picolibc205 Copyright: 1998, M. Warner Losh <imp@freebsd.org>
/picolibc-latest/newlib/
DChangeLog-20153913 Don't use SWI on M-profile cores.
6232 * libc/machine/arm/setjmp.S: Add ARMv6-M implementation.
11449 * libc/stdlib/strtod.c: Rebased on David M. Gay's gdtoa-strtod.c
12234 Treat %c as "%a %b %e %H:%M:%S %Y" and ignore %Z.
19916 2001-02-08 Edward M. Lee <tailbert@yahoo.com>