| /netbsd-src/external/gpl3/gcc/dist/libgfortran/config/ |
| H A D | fpu-sysv.h | 57 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 D | fpu-glibc.h | 40 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 D | fpu-aix.h | 47 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 D | fpu-aarch64.h | 93 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 D | fpu-387.h | 155 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 D | fpu-generic.h | 56 int notrap __attribute__((unused))) in set_fpu_trap_exceptions() argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/config/ |
| H A D | fpu-sysv.h | 57 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 D | fpu-glibc.h | 40 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 D | fpu-aix.h | 47 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 D | fpu-387.h | 160 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 D | fpu-generic.h | 56 int notrap __attribute__((unused))) in set_fpu_trap_exceptions() argument
|
| /netbsd-src/etc/ |
| H A D | ntp.conf | 86 restrict default limited kod nomodify notrap nopeer noquery 90 restrict source nomodify notrap noquery
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ieee/ |
| H A D | ieee_exceptions.F90 | 167 pure subroutine helper(trap, notrap) & 169 integer, intent(in), value :: trap, notrap
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ieee/ |
| H A D | ieee_exceptions.F90 | 167 pure subroutine helper(trap, notrap) & 169 integer, intent(in), value :: trap, notrap
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimplify.c | 13754 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 D | gimplify.cc | 15215 bool notrap = TREE_THIS_NOTRAP (*expr_p); in gimplify_expr() local 15236 TREE_THIS_NOTRAP (*expr_p) = notrap; in gimplify_expr()
|
| H A D | ChangeLog-2011 | 17380 preserve volatile and notrap flags.
|