Searched refs:parts (Results 1 – 17 of 17) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | test.c | 152 if (a->parts.msw > b->parts.msw) in bigger() 157 else if (a->parts.msw == b->parts.msw) in bigger() 159 if (a->parts.lsw > b->parts.lsw) in bigger() 196 if (a.parts.msw == b.parts.msw in mag_of_error() 197 && a.parts.lsw== b.parts.lsw) return 64; in mag_of_error() 206 t = a.parts.msw; in mag_of_error() 207 a.parts.msw = b.parts.msw; in mag_of_error() 208 b.parts.msw = t; in mag_of_error() 210 t = a.parts.lsw; in mag_of_error() 211 a.parts.lsw = b.parts.lsw; in mag_of_error() [all …]
|
D | math2.c | 41 short parts[4]; in randx() member 46 u.parts[0] = randi(); in randx() 47 u.parts[1] = randi(); in randx() 48 u.parts[2] = randi(); in randx() 49 u.parts[3] = randi(); in randx() 51 u.parts[3] = randi(); in randx() 52 u.parts[2] = randi(); in randx() 53 u.parts[1] = randi(); in randx() 54 u.parts[0] = randi(); in randx()
|
D | math.c | 60 fprintf(file, "0x%08lx, 0x%08lx", (unsigned long) bits.parts.msw, (unsigned long) bits.parts.lsw); in translate_to() 143 (unsigned long) correct.parts.msw, in ffcheck_id() 144 (unsigned long) correct.parts.lsw, in ffcheck_id() 145 (unsigned long) isbits.parts.msw, in ffcheck_id() 146 (unsigned long) isbits.parts.lsw, in ffcheck_id() 231 (unsigned long) (uint32_t) is_double.parts.msw, in fffcheck_id() 232 (unsigned long) (uint32_t) is_double.parts.lsw); in fffcheck_id() 278 x.parts.msw = msw; in thedouble() 279 x.parts.lsw = lsw; in thedouble() 282 x.parts.msw ^= 0x000c0000; in thedouble() [all …]
|
D | test_ieee.c | 106 v.parts.lsw = lsw; in dnumber() 107 v.parts.msw = msw; in dnumber()
|
D | test.h | 68 } parts; member 110 } parts; member
|
/picolibc-3.7.0-3.6.0/newlib/libm/common/ |
D | fdlibm.h | 218 } parts; member 232 } parts; member 243 (ix0) = ew_u.parts.msw; \ 244 (ix1) = ew_u.parts.lsw; \ 253 (i) = gh_u.parts.msw; \ 262 (i) = gl_u.parts.lsw; \ 270 iw_u.parts.msw = (ix0); \ 271 iw_u.parts.lsw = (ix1); \ 281 sh_u.parts.msw = (v); \ 291 sl_u.parts.lsw = (v); \ [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ |
D | math_private_openbsd.h | 215 } parts; member 233 } parts; member 244 (se) = ew_u.parts.exp; \ 245 (ix0) = ew_u.parts.msw; \ 246 (ix1) = ew_u.parts.lsw; \ 254 iw_u.parts.exp = (se); \ 255 iw_u.parts.msw = (ix0); \ 256 iw_u.parts.lsw = (ix1); \ 266 (v) = sh_u.parts.msw; \ 275 sh_u.parts.msw = (v); \ [all …]
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | MAINTAINERS | 15 Individuals who maintain parts of newlib need approval to check in changes
|
D | HOWTO | 263 Automake files. The critical parts to keep in mind:
|
D | README | 426 iscanf family) simply alias their regular counter-parts.
|
D | ChangeLog-2015 | 26745 * libc/include/reent.h: Split into two parts: stuff needed by ANSI
|
/picolibc-3.7.0-3.6.0/newlib/libc/sys/rtems/include/ |
D | README | 62 Some patches may change kernel space parts of the above header files. These 63 parts are contained in kernel space header files provided by RTEMS or LibBSD.
|
/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | math.tex | 69 * modf:: Split fractional and integer parts
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.GPL2 | 250 10. If you wish to incorporate parts of the Program into other free 322 parts of the General Public License. Of course, the commands you use may
|
D | meson.build | 607 # Each option is computed in three parts, the 'prefix' value
|
/picolibc-3.7.0-3.6.0/doc/ |
D | build.md | 363 Cortex-M0 parts with only a few kB of RAM and flash, the default
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ |
D | iconv.tex | 1407 and "to UCS" parts. Depending on the iconv library configuration, these 1408 parts are enabled or disabled.
|