HomeSort by: relevance | last modified time | path
    Searched refs:fpe (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgfortran/config/
fpu-generic.h 34 if (options.fpe & GFC_FPE_INVALID)
37 if (options.fpe & GFC_FPE_DENORMAL)
40 if (options.fpe & GFC_FPE_ZERO)
43 if (options.fpe & GFC_FPE_OVERFLOW)
46 if (options.fpe & GFC_FPE_UNDERFLOW)
49 if (options.fpe & GFC_FPE_INEXACT)
fpu-aix.h 137 if (options.fpe & GFC_FPE_INVALID)
142 if (options.fpe & GFC_FPE_DENORMAL)
147 if (options.fpe & GFC_FPE_ZERO)
153 if (options.fpe & GFC_FPE_OVERFLOW)
159 if (options.fpe & GFC_FPE_UNDERFLOW)
165 if (options.fpe & GFC_FPE_INEXACT)
170 set_fpu_trap_exceptions (options.fpe, 0);
fpu-glibc.h 139 if (options.fpe & GFC_FPE_INVALID)
145 if (options.fpe & GFC_FPE_DENORMAL)
151 if (options.fpe & GFC_FPE_ZERO)
157 if (options.fpe & GFC_FPE_OVERFLOW)
163 if (options.fpe & GFC_FPE_UNDERFLOW)
169 if (options.fpe & GFC_FPE_INEXACT)
174 set_fpu_trap_exceptions (options.fpe, 0);
fpu-sysv.h 152 if (options.fpe & GFC_FPE_INVALID)
158 if (options.fpe & GFC_FPE_DENORMAL)
164 if (options.fpe & GFC_FPE_ZERO)
170 if (options.fpe & GFC_FPE_OVERFLOW)
176 if (options.fpe & GFC_FPE_UNDERFLOW)
182 if (options.fpe & GFC_FPE_INEXACT)
187 set_fpu_trap_exceptions (options.fpe, 0);
fpu-aarch64.h 66 if (options.fpe & GFC_FPE_DENORMAL)
70 set_fpu_trap_exceptions (options.fpe, 0);
fpu-387.h 201 set_fpu_trap_exceptions (options.fpe, 0);
  /src/external/gpl3/gcc.old/dist/libgfortran/config/
fpu-generic.h 34 if (options.fpe & GFC_FPE_INVALID)
37 if (options.fpe & GFC_FPE_DENORMAL)
40 if (options.fpe & GFC_FPE_ZERO)
43 if (options.fpe & GFC_FPE_OVERFLOW)
46 if (options.fpe & GFC_FPE_UNDERFLOW)
49 if (options.fpe & GFC_FPE_INEXACT)
fpu-aix.h 137 if (options.fpe & GFC_FPE_INVALID)
142 if (options.fpe & GFC_FPE_DENORMAL)
147 if (options.fpe & GFC_FPE_ZERO)
153 if (options.fpe & GFC_FPE_OVERFLOW)
159 if (options.fpe & GFC_FPE_UNDERFLOW)
165 if (options.fpe & GFC_FPE_INEXACT)
170 set_fpu_trap_exceptions (options.fpe, 0);
fpu-glibc.h 139 if (options.fpe & GFC_FPE_INVALID)
145 if (options.fpe & GFC_FPE_DENORMAL)
151 if (options.fpe & GFC_FPE_ZERO)
157 if (options.fpe & GFC_FPE_OVERFLOW)
163 if (options.fpe & GFC_FPE_UNDERFLOW)
169 if (options.fpe & GFC_FPE_INEXACT)
174 set_fpu_trap_exceptions (options.fpe, 0);
fpu-sysv.h 152 if (options.fpe & GFC_FPE_INVALID)
158 if (options.fpe & GFC_FPE_DENORMAL)
164 if (options.fpe & GFC_FPE_ZERO)
170 if (options.fpe & GFC_FPE_OVERFLOW)
176 if (options.fpe & GFC_FPE_UNDERFLOW)
182 if (options.fpe & GFC_FPE_INEXACT)
187 set_fpu_trap_exceptions (options.fpe, 0);
fpu-aarch64.h 66 if (options.fpe & GFC_FPE_DENORMAL)
70 set_fpu_trap_exceptions (options.fpe, 0);
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
fpu.c 32 when a FPE should be raised. */
39 options.fpe = exceptions;
main.c 73 if (options.fpe != 0)
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
fpu.c 32 when a FPE should be raised. */
39 options.fpe = exceptions;
main.c 73 if (options.fpe != 0)
  /src/dist/pf/usr.sbin/ftp-proxy/
ipf.c 104 struct ftp_proxy_entry *fpe; local
107 fpe = malloc(sizeof(*fpe));
108 if (fpe == NULL)
111 fpe->id = id;
112 fpe->status = 0;
114 rv = snprintf(fpe->proxy_tag, sizeof(fpe->proxy_tag), "ftp_%d", id);
115 if (rv == -1 || rv >= sizeof(fpe->proxy_tag)) {
116 free(fpe);
143 struct ftp_proxy_entry *fpe; local
226 struct ftp_proxy_entry *fpe = ftp_proxy_entry_find(id); local
286 struct ftp_proxy_entry *fpe, *n; local
332 struct ftp_proxy_entry *fpe; local
    [all...]
npf.c 148 fp_ent_t *fpe; local
150 LIST_FOREACH(fpe, &fp_ent_list, fpe_list) {
151 if (fpe->fpe_id == id)
155 return fpe;
206 fp_ent_t *fpe; local
209 fpe = proxy_lookup(id);
210 if (fpe) {
212 npf_rule_destroy(fpe->fpe_rl);
213 npf_rule_destroy(fpe->fpe_nat);
214 npf_rule_destroy(fpe->fpe_rdr)
236 fp_ent_t *fpe; local
275 fp_ent_t *fpe; local
319 fp_ent_t *fpe; local
376 fp_ent_t *fpe; local
    [all...]
  /src/tests/kernel/
t_trapsignal.sh 177 if ${HELPER} fpe check > msg.$$
196 ${HELPER} fpe recurse
208 ${HELPER} fpe handle
220 ${HELPER} fpe mask
232 ${HELPER} fpe mask handle
245 ${HELPER} fpe handle recurse
258 ${HELPER} fpe ignore
  /src/usr.bin/xlint/lint1/
main1.c 80 sig_atomic_t fpe; variable
130 fpe = 1;
  /src/tests/kernel/arch/hppa/
execregs.c 62 static const uint64_t fpe[] = { local
75 const uint64_t *fpep = fpe;
94 : "m"(fpe));
  /src/external/mit/xorg/lib/libXfont2/
Makefile 87 fpe.c \
  /src/external/mit/xorg/lib/libXfont/
Makefile 26 fonts.c fpe.c render.c fsconvert.c fserve.c fsio.c fstrans.c \
  /src/external/gpl3/gcc/dist/gcc/fortran/
options.cc 160 gfc_option.fpe = 0;
575 gfc_option.fpe = 0;
597 gfc_option.fpe |= opt_exception[n];
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
options.cc 155 gfc_option.fpe = 0;
580 gfc_option.fpe |= opt_exception[n];
  /src/sys/arch/arm/vfp/
vfp_init.c 432 goto fpe; /* SIGFPE; skip pcu_load(9) */
447 fpe:

Completed in 50 milliseconds

1 2