/picolibc-latest/newlib/libc/machine/riscv/ |
D | ieeefp.c | 46 frm_fp_except (unsigned except) in frm_fp_except() argument 49 if (except & (1 << 0)) in frm_fp_except() 51 if (except & (1 << 1)) in frm_fp_except() 53 if (except & (1 << 2)) in frm_fp_except() 55 if (except & (1 << 3)) in frm_fp_except() 57 if (except & (1 << 4)) in frm_fp_except() 65 unsigned except = 0; in frm_except() local 67 except |= (1 << 0); in frm_except() 69 except |= (1 << 1); in frm_except() 71 except |= (1 << 2); in frm_except() [all …]
|
/picolibc-latest/newlib/libm/fenv/ |
D | fesetmode.c | 44 int round = FE_TONEAREST, except = 0; in fesetmode() local 47 except = modep->except; in fesetmode() 53 (void) fedisableexcept(FE_ALL_EXCEPT & ~except); in fesetmode() 54 (void) feenableexcept(except); in fesetmode()
|
D | fegetmode.c | 45 modep->except = fegetexcept(); in fegetmode()
|
/picolibc-latest/newlib/libc/machine/xtensa/machine/ |
D | fenv-fp.h | 28 __declare_fenv_inline(int) feclearexcept(int except) in feclearexcept() argument 32 except <<= _FE_EXCEPTION_FLAGS_OFFSET; in feclearexcept() 34 fsr = fsr & ~except; in feclearexcept()
|
/picolibc-latest/newlib/libc/include/ |
D | fenv.h | 64 typedef struct { int round, except; } femode_t; member
|
/picolibc-latest/test/ |
D | math_errhandling_tests.c | 83 …) { .func = makemathname(cat2(test_, n)), .name = str(n), .value = (v), .except = (ex), .errno_exp… 815 int except; member 1402 int except; member 1516 … makemathname(tests)[t].name, (double) v, err, strerror(err), e_to_str(except)) 1519 makemathname(tests)[t].name, err, strerror(err), e_to_str(except)) 1523 makemathname(itests)[t].name, iv, err, strerror(err), e_to_str(except)) 1559 int except; in makemathname() local 1562 except = fetestexcept(FE_INVALID); in makemathname() 1563 return except != 0; in makemathname() 1568 int except; in makemathname() local [all …]
|
D | CMakeLists.txt | 78 test-except
|
D | meson.build | 444 t1 = 'test-except'
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | strchr-bs.S | 179 ; like for an ordinary found zero - except for the extra stalls at jhi -
|
D | strchr.S | 184 ; like for an ordinary found zero - except for the extra stalls at jhi -
|
/picolibc-latest/newlib/libc/locale/ |
D | locale.tex | 50 numbers except those referring to amounts of money). @code{"."} in the
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strlen.S | 279 ; for all non zero bytes, except for the NULL bytes. Therefore, we can
|
D | memchr.S | 351 ; zero bytes, except for the NULL bytes (which are the target bytes after the
|
D | strcat.S | 569 ; zero bytes, except for the NULL bytes. Therefore, we can simply find the
|
/picolibc-latest/newlib/libc/machine/avr/ |
D | macros.inc | 339 the Z (r31:r30) register. It can be any register except for:
|
/picolibc-latest/newlib/ |
D | NEWS | 341 signal except for sparc-sun-sunos*, i[3456]86-*-sco*, and a29k-*-* systems,
|
D | ChangeLog-2015 | 2591 users of posix dir except Cygwin. 6714 * libm/common/s_logb.c: Ditto, except starting point s_ilogb.c. Also 6975 * libc/stdio/vswprintf.c (_vswprintf_r): ditto, except for docs. 7674 * libc/unix/dirname.c: Ditto except replace BASENAME with file name. 8317 and dword1 for all accesses except for the ULtod call, where rv.i
|
/picolibc-latest/doc/ |
D | build.md | 218 with hardware double support, except that the new float-valued
|
/picolibc-latest/ |
D | COPYING.GPL2 | 173 except as expressly provided under this License. Any attempt
|
D | COPYING.NEWLIB | 1401 (except as stated in this section) patent license to make, have made, 1465 except as required for reasonable and customary use in describing the 1517 you may not use this file except in compliance with the License.
|
D | README.md | 710 math tests except for jn, yn, lgamma and tgamma. The picolibc
|
D | COPYING.picolibc | 704 test/test-except.c
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 1021 16-bit "CCS -> UCS-2" CCS table format is the same, except the mapping
|