Searched full:platforms (Results 1 – 25 of 35) sorted by relevance
12
/picolibc-latest/newlib/libc/xdr/ |
D | README | 32 a) Those platforms which use float to represent double 37 xdr is compiled and supported only for those platforms which 39 of platforms which do this is: 151 *platforms* desire that these error messages be recorded, 153 necessary (*), then those platforms will, in their startup
|
/picolibc-latest/newlib/ |
D | NEWS | 10 - fixes for c99/gcc-14 warnings treated as errors in multiple platforms 64 - fenv support added for multiple platforms 211 * long double math routines added for platforms where LDBL == DBL 249 * new platforms added (bfin, spu, fido) 261 * new platforms added (cris, mt, m32c) 280 * new platforms (e.g. crx) 315 * addition of xscale and AVR platforms
|
/picolibc-latest/newlib/libm/machine/x86/ |
D | f_rint.c | 50 <<rint>> and <<rintf>> are available on all platforms. 51 <<rintl>> is only available on i386 platforms when hardware
|
D | f_lrint.c | 52 <<lrint>> and <<lrintf>> are available on all platforms. 53 <<lrintl>> is only available on i386 platforms when hardware
|
D | f_llrint.c | 46 available on i386 platforms when hardware floating point support is available
|
/picolibc-latest/newlib/libc/ctype/ |
D | local.h | 57 and should not be applicable to most other platforms either; 58 * platforms for which wchar_t is not Unicode should be explicitly listed
|
/picolibc-latest/newlib/libc/stdlib/ |
D | wcstold.c | 47 /* On platforms where long double is as wide as double. */ in wcstold_l() 121 /* On platforms where long double is as wide as double. */ in wcstold()
|
/picolibc-latest/newlib/libc/include/machine/ |
D | malloc.h | 5 /* place holder so platforms may add malloc.h extensions */
|
D | stdlib.h | 5 /* place holder so platforms may add stdlib.h extensions */
|
D | math.h | 36 /* placeholder so that platforms may add math.h extensions */
|
D | fenv-softfloat.h | 32 * This file implements the functionality of <fenv.h> on platforms that
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | ultoa_invert.c | 34 * the soft division code. That means platforms where 'long' is not at 35 * least 64-bits get the fancy code for 64-bit values and platforms
|
D | ryu_divpow2.c | 37 // On 32-bit platforms we can avoid a 64-bit shift-right since we only in mulShift32()
|
D | mktemp.c | 51 <<O_SYNC>>. On platforms with a separate text mode, <<mkstemp>>
|
/picolibc-latest/newlib/libm/common/ |
D | scalbnl.c | 34 /* On platforms where long double is as wide as double. */
|
D | copysignl.c | 35 /* On platforms where long double is as wide as double. */
|
D | nanl.c | 34 /* On platforms where long double is as wide as double. */
|
D | s_fma.c | 37 since this is not the case for all platforms, this manual cannot determine
|
/picolibc-latest/.github/workflows/ |
D | head | 52 platforms: linux/amd64
|
D | head-zephyr | 53 platforms: linux/amd64
|
/picolibc-latest/newlib/libc/stdio/ |
D | findfp.c | 109 /* On platforms that have true file system I/O, we can verify in stdout_init() 111 __smakebuf on first use of the stream. For all other platforms, in stdout_init()
|
D | fflush.c | 259 /* For REENT_SMALL platforms, it is possible we are being in fflush()
|
/picolibc-latest/newlib/libc/include/sys/ |
D | config.h | 155 /* Configure small REENT structure for Xilinx MicroBlaze platforms */ 334 On platforms where long double equals double the long double functions
|
/picolibc-latest/newlib/libc/machine/x86/ |
D | memset-32.S | 45 4-byte aligned on some x86 platforms. */
|
/picolibc-latest/newlib/libc/include/rpc/ |
D | xdr.h | 273 /* Warning: inline long routines are broken for 64 bit platforms. 275 * of them, they are all also broken for 64 bit platforms.
|
12