Home
last modified time | relevance | path

Searched refs:notrap (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-sysv.h57 set_fpu_trap_exceptions (int trap, int notrap) in set_fpu_trap_exceptions() argument
64 if (notrap & GFC_FPE_INVALID) in set_fpu_trap_exceptions()
71 if (notrap & GFC_FPE_DENORMAL) in set_fpu_trap_exceptions()
78 if (notrap & GFC_FPE_ZERO) in set_fpu_trap_exceptions()
85 if (notrap & GFC_FPE_OVERFLOW) in set_fpu_trap_exceptions()
92 if (notrap & GFC_FPE_UNDERFLOW) in set_fpu_trap_exceptions()
99 if (notrap & GFC_FPE_INEXACT) in set_fpu_trap_exceptions()
H A Dfpu-glibc.h40 void set_fpu_trap_exceptions (int trap, int notrap) in set_fpu_trap_exceptions() argument
47 if (notrap & GFC_FPE_INVALID) in set_fpu_trap_exceptions()
55 if (notrap & GFC_FPE_DENORMAL) in set_fpu_trap_exceptions()
62 if (notrap & GFC_FPE_ZERO) in set_fpu_trap_exceptions()
69 if (notrap & GFC_FPE_OVERFLOW) in set_fpu_trap_exceptions()
76 if (notrap & GFC_FPE_UNDERFLOW) in set_fpu_trap_exceptions()
83 if (notrap & GFC_FPE_INEXACT) in set_fpu_trap_exceptions()
H A Dfpu-aix.h47 set_fpu_trap_exceptions (int trap, int notrap) in set_fpu_trap_exceptions() argument
54 if (notrap & GFC_FPE_INVALID) in set_fpu_trap_exceptions()
61 if (notrap & GFC_FPE_ZERO) in set_fpu_trap_exceptions()
68 if (notrap & GFC_FPE_OVERFLOW) in set_fpu_trap_exceptions()
75 if (notrap & GFC_FPE_UNDERFLOW) in set_fpu_trap_exceptions()
82 if (notrap & GFC_FPE_INEXACT) in set_fpu_trap_exceptions()
H A Dfpu-aarch64.h93 void set_fpu_trap_exceptions (int trap, int notrap) in set_fpu_trap_exceptions() argument
101 if (notrap & GFC_FPE_INVALID) in set_fpu_trap_exceptions()
106 if (notrap & GFC_FPE_ZERO) in set_fpu_trap_exceptions()
111 if (notrap & GFC_FPE_OVERFLOW) in set_fpu_trap_exceptions()
116 if (notrap & GFC_FPE_UNDERFLOW) in set_fpu_trap_exceptions()
121 if (notrap & GFC_FPE_INEXACT) in set_fpu_trap_exceptions()
H A Dfpu-387.h155 set_fpu_trap_exceptions (int trap, int notrap) in set_fpu_trap_exceptions() argument
167 if (notrap & GFC_FPE_INVALID) exc_clr |= _FPU_MASK_IM; in set_fpu_trap_exceptions()
168 if (notrap & GFC_FPE_DENORMAL) exc_clr |= _FPU_MASK_DM; in set_fpu_trap_exceptions()
169 if (notrap & GFC_FPE_ZERO) exc_clr |= _FPU_MASK_ZM; in set_fpu_trap_exceptions()
170 if (notrap & GFC_FPE_OVERFLOW) exc_clr |= _FPU_MASK_OM; in set_fpu_trap_exceptions()
171 if (notrap & GFC_FPE_UNDERFLOW) exc_clr |= _FPU_MASK_UM; in set_fpu_trap_exceptions()
172 if (notrap & GFC_FPE_INEXACT) exc_clr |= _FPU_MASK_PM; in set_fpu_trap_exceptions()
H A Dfpu-generic.h56 int notrap __attribute__((unused))) in set_fpu_trap_exceptions() argument
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-sysv.h57 set_fpu_trap_exceptions (int trap, int notrap) in set_fpu_trap_exceptions() argument
64 if (notrap & GFC_FPE_INVALID) in set_fpu_trap_exceptions()
71 if (notrap & GFC_FPE_DENORMAL) in set_fpu_trap_exceptions()
78 if (notrap & GFC_FPE_ZERO) in set_fpu_trap_exceptions()
85 if (notrap & GFC_FPE_OVERFLOW) in set_fpu_trap_exceptions()
92 if (notrap & GFC_FPE_UNDERFLOW) in set_fpu_trap_exceptions()
99 if (notrap & GFC_FPE_INEXACT) in set_fpu_trap_exceptions()
H A Dfpu-glibc.h40 void set_fpu_trap_exceptions (int trap, int notrap) in set_fpu_trap_exceptions() argument
47 if (notrap & GFC_FPE_INVALID) in set_fpu_trap_exceptions()
55 if (notrap & GFC_FPE_DENORMAL) in set_fpu_trap_exceptions()
62 if (notrap & GFC_FPE_ZERO) in set_fpu_trap_exceptions()
69 if (notrap & GFC_FPE_OVERFLOW) in set_fpu_trap_exceptions()
76 if (notrap & GFC_FPE_UNDERFLOW) in set_fpu_trap_exceptions()
83 if (notrap & GFC_FPE_INEXACT) in set_fpu_trap_exceptions()
H A Dfpu-aix.h47 set_fpu_trap_exceptions (int trap, int notrap) in set_fpu_trap_exceptions() argument
54 if (notrap & GFC_FPE_INVALID) in set_fpu_trap_exceptions()
61 if (notrap & GFC_FPE_ZERO) in set_fpu_trap_exceptions()
68 if (notrap & GFC_FPE_OVERFLOW) in set_fpu_trap_exceptions()
75 if (notrap & GFC_FPE_UNDERFLOW) in set_fpu_trap_exceptions()
82 if (notrap & GFC_FPE_INEXACT) in set_fpu_trap_exceptions()
H A Dfpu-387.h160 set_fpu_trap_exceptions (int trap, int notrap) in set_fpu_trap_exceptions() argument
172 if (notrap & GFC_FPE_INVALID) exc_clr |= _FPU_MASK_IM; in set_fpu_trap_exceptions()
173 if (notrap & GFC_FPE_DENORMAL) exc_clr |= _FPU_MASK_DM; in set_fpu_trap_exceptions()
174 if (notrap & GFC_FPE_ZERO) exc_clr |= _FPU_MASK_ZM; in set_fpu_trap_exceptions()
175 if (notrap & GFC_FPE_OVERFLOW) exc_clr |= _FPU_MASK_OM; in set_fpu_trap_exceptions()
176 if (notrap & GFC_FPE_UNDERFLOW) exc_clr |= _FPU_MASK_UM; in set_fpu_trap_exceptions()
177 if (notrap & GFC_FPE_INEXACT) exc_clr |= _FPU_MASK_PM; in set_fpu_trap_exceptions()
H A Dfpu-generic.h56 int notrap __attribute__((unused))) in set_fpu_trap_exceptions() argument
/netbsd-src/etc/
H A Dntp.conf86 restrict default limited kod nomodify notrap nopeer noquery
90 restrict source nomodify notrap noquery
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ieee/
H A Dieee_exceptions.F90167 pure subroutine helper(trap, notrap) &
169 integer, intent(in), value :: trap, notrap
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ieee/
H A Dieee_exceptions.F90167 pure subroutine helper(trap, notrap) &
169 integer, intent(in), value :: trap, notrap
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c13754 bool notrap = TREE_THIS_NOTRAP (*expr_p); in gimplify_expr() local
13775 TREE_THIS_NOTRAP (*expr_p) = notrap; in gimplify_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc15215 bool notrap = TREE_THIS_NOTRAP (*expr_p); in gimplify_expr() local
15236 TREE_THIS_NOTRAP (*expr_p) = notrap; in gimplify_expr()
H A DChangeLog-201117380 preserve volatile and notrap flags.