Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 15 of 15) sorted by relevance

/picolibc-latest/semihost/
Dsys_exit.c40 sys_semihost_exit(uintptr_t exception, uintptr_t subcode) in sys_semihost_exit() argument
43 (void) sys_semihost2(SYS_EXIT, exception, subcode); in sys_semihost_exit()
46 (void) sys_semihost(SYS_EXIT, exception); in sys_semihost_exit()
Dsemihost.h94 sys_semihost_exit(uintptr_t exception, uintptr_t subcode);
/picolibc-latest/test/
Dfenv.c147 report(char *expr, test_t v, int e, int exception, int oexception) in report() argument
153 printf("expect %s", e_to_str(exception)); in report()
157 if (e == (exception) || in report()
166 #define TEST_CASE2(expr, exception, oexception) do { \ argument
172 result += report(s(expr), v, e, exception, oexception); \
175 #define TEST_CASE(expr, exception) do { \ argument
176 if ((exception & (my_overflow|my_underflow)) && my_inexact != 0) \
177 TEST_CASE2(expr, exception, exception | my_inexact); \
179 TEST_CASE2(expr, exception, 0); \
Dlong_double_gen.5c67 exception infinity(real v);
68 exception nan();
641 exception invalid_int(string y);
/picolibc-latest/newlib/libm/fenv/
Dfenv.tex11 * Function feclearexcept:: Clear floating-point exception
16 * Function feraiseexcept:: Raise floating-point exception
20 * Function fetestexcept:: Test floating-point exception flags
/picolibc-latest/
DREADME.md298 * Improve debugger stack trace in risc-v exception code. Thanks to
416 * Validate exception configuration on targets with mixed exception
419 don't build with exception support.
422 re-ordering code and causing incorrect exception generation.
429 disabling the hardware exception API, along with a few other minor
440 * Adjust floating exception stubs to return success when appropriate,
556 needed to validate the big-endian and exception code for 128-bit
707 mostly math errno/exception mistakes, but also a few serious
729 an exception occurs.
760 12. Add lots more exception and errno tests for the math functions.
[all …]
Dpicolibc.ld.in135 /* additional sections when compiling with C++ exception support */
276 /* Throw away C++ exception handling information */
DCOPYING.NEWLIB1294 (56) MIT OR Apache-2.0 WITH LLVM-exception (newlib/libc/machine/aarch64)
1296 SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
1323 Apache-2.0 WITH LLVM-exception
1531 As an exception, if, as a result of your compiling your source code, portions
DCOPYING.GPL2160 special exception, the source code distributed need not include
/picolibc-latest/cmake/
DTC-arm-none-eabi.ld224 /* Throw away C++ exception handling information */
DTC-microbit.ld224 /* Throw away C++ exception handling information */
/picolibc-latest/newlib/libm/math/
Dmath.tex113 the floating-point exception access routines defined in the standards
/picolibc-latest/doc/
Dbuild.md225 occur; disabling that makes them only support fenv() exception
/picolibc-latest/newlib/
DREADME411 standard. The only exception is the configuration option provides
DChangeLog-2015542 * libc/sys/or1k/mlock.c: Fix exception enable saving
5716 exception for KOI8 charsets.
6767 about floating-point exception; added section "Standards Compliance And
11244 * libc/include/math.h: (exception): Add a comment
23366 * libc/include/math.h: avoid conflicts with ANSI C++ <exception>
24045 exception handler to __cygwin_exception_handler.
24477 * libc/sys/win32/exception.c (ehandler3): set strace when a signal
27008 (struct exception): Added err field.