Searched refs:correct (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libm/test/ |
D | math.c | 110 __ieee_double_shape_type correct = {}, isbits; in ffcheck_id() local 117 thedouble(p->qs[id].msw, p->qs[id].lsw, &correct.value); in ffcheck_id() 121 mag = mag_of_error(correct.value, is); in ffcheck_id() 130 if (isnan(correct.value) && isnan(is) in ffcheck_id() 132 && (issignaling(correct.value) == issignaling(is)) in ffcheck_id() 145 (unsigned long) correct.parts.msw, in ffcheck_id() 146 (unsigned long) correct.parts.lsw, in ffcheck_id() 149 correct.value, is); in ffcheck_id() 189 __ieee_float_shape_type correct, isbits; in fffcheck_id() local 202 to_float(correct.value, correct_double.value); in fffcheck_id() [all …]
|
/picolibc-latest/doc/ |
D | using.md | 78 For this to work, the linker script must assign correct values to 144 You can also list libc and libsemihost in the correct order
|
/picolibc-latest/cmake/ |
D | TC-arm-none-eabi.ld | 235 * padding, so that a single memcpy() of __data_size copies the correct bytes.
|
D | TC-microbit.ld | 235 * padding, so that a single memcpy() of __data_size copies the correct bytes.
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcmp.S | 244 ; incrementing the pointers (r3 and r1). We have to correct for that
|
/picolibc-latest/ |
D | picolibc.ld.in | 339 * padding, so that a single memcpy() of __data_size copies the correct bytes.
|
D | README.md | 998 1. Fix section order in picolibc.ld to give applications correct 1058 7. Check for correct prefix when sysroot-install option is 1062 correct value. 1075 correct' when building for a single cpu instead of multilib.
|
D | meson.build | 790 # that includes setting the correct linker script
|
/picolibc-latest/newlib/ |
D | README | 531 The correct address for reporting bugs found in NEWLIB is
|
D | ChangeLog-2015 | 2043 __WCHAR_UNSIGNED__ if it is provided, and correct the limit when 4137 * libm/complex/cacos.c: Use temporaries and correct sequencing 4896 (nl_Langinfo): Return correct codeset for each locale category. Return 6119 * libc/stdlib/wcstod.c (_wcstod_r): Evaluate correct wide char 6258 'char' even when we must call the function for correct behavior. 6719 * libm/common/sf_fma.c: Add casts to attempt to get correct results, 6972 correct how terminating L'\0' is added; 6980 different from snprintf returns, correct test vector lengths for 7136 * libc/stdlib/stdlib.tex (@menu): Use correct section 8936 * Makefile.am (crt1.o): Use correct source. [all …]
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 1634 added) and the 'Makefile.in'-s should be regenerated using the correct
|