OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FE_UNDERFLOW
(Results
1 - 25
of
57
) sorted by relevancy
1
2
3
/src/sys/arch/riscv/include/
fenv.h
15
#define
FE_UNDERFLOW
((int)__BIT(1)) /* Result underflowed */
21
(FE_INEXACT |
FE_UNDERFLOW
| FE_OVERFLOW | FE_DIVBYZERO | FE_INVALID)
ieeefp.h
28
#define FP_X_UFL
FE_UNDERFLOW
/* underflow exception */
/src/sys/arch/sparc/include/
fenv.h
52
#define
FE_UNDERFLOW
0x00000080 /* 0010000000 */
57
FE_INVALID | FE_OVERFLOW |
FE_UNDERFLOW
)
/src/sys/arch/hppa/include/
fenv.h
39
#define
FE_UNDERFLOW
0x02 /* underflow exception */
/src/sys/arch/or1k/include/
ieeefp.h
28
#define FP_X_UFL
FE_UNDERFLOW
/* underflow exception */
fenv.h
15
#define
FE_UNDERFLOW
0x002 /* Result underflowed */
/src/sys/arch/amd64/include/
fenv.h
57
#define
FE_UNDERFLOW
0x10 /* 000000010000 */
65
(FE_DIVBYZERO | FE_INEXACT | FE_INVALID | FE_OVERFLOW |
FE_UNDERFLOW
)
/src/sys/arch/i386/include/
fenv.h
57
#define
FE_UNDERFLOW
0x10 /* 000000010000 */
65
FE_INVALID | FE_OVERFLOW |
FE_UNDERFLOW
)
/src/external/gpl3/gcc/dist/libgfortran/config/
fpu-aarch64.h
41
#define
FE_UNDERFLOW
8
44
#define FE_ALL_EXCEPT (FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW |
FE_UNDERFLOW
| FE_INEXACT)
86
if (exceptions &
FE_UNDERFLOW
) res |= GFC_FPE_UNDERFLOW;
115
mode_set |=
FE_UNDERFLOW
;
117
mode_clr |=
FE_UNDERFLOW
;
174
if (fpsr &
FE_UNDERFLOW
)
205
exc_set |=
FE_UNDERFLOW
;
207
exc_clr |=
FE_UNDERFLOW
;
fpu-glibc.h
73
#ifdef
FE_UNDERFLOW
75
mode_set |=
FE_UNDERFLOW
;
77
mode_clr |=
FE_UNDERFLOW
;
117
#ifdef
FE_UNDERFLOW
118
if (exceptions &
FE_UNDERFLOW
) res |= GFC_FPE_UNDERFLOW;
162
#ifndef
FE_UNDERFLOW
201
#ifdef
FE_UNDERFLOW
202
if (set_excepts &
FE_UNDERFLOW
)
246
#ifdef
FE_UNDERFLOW
248
exc_set |=
FE_UNDERFLOW
;
[
all
...]
/src/external/gpl3/gcc.old/dist/libgfortran/config/
fpu-aarch64.h
41
#define
FE_UNDERFLOW
8
44
#define FE_ALL_EXCEPT (FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW |
FE_UNDERFLOW
| FE_INEXACT)
86
if (exceptions &
FE_UNDERFLOW
) res |= GFC_FPE_UNDERFLOW;
115
mode_set |=
FE_UNDERFLOW
;
117
mode_clr |=
FE_UNDERFLOW
;
174
if (fpsr &
FE_UNDERFLOW
)
205
exc_set |=
FE_UNDERFLOW
;
207
exc_clr |=
FE_UNDERFLOW
;
fpu-glibc.h
73
#ifdef
FE_UNDERFLOW
75
mode_set |=
FE_UNDERFLOW
;
77
mode_clr |=
FE_UNDERFLOW
;
117
#ifdef
FE_UNDERFLOW
118
if (exceptions &
FE_UNDERFLOW
) res |= GFC_FPE_UNDERFLOW;
162
#ifndef
FE_UNDERFLOW
201
#ifdef
FE_UNDERFLOW
202
if (set_excepts &
FE_UNDERFLOW
)
246
#ifdef
FE_UNDERFLOW
248
exc_set |=
FE_UNDERFLOW
;
[
all
...]
/src/sys/arch/ia64/include/
ieeefp.h
36
#define FP_X_UFL
FE_UNDERFLOW
/* underflow exception */
/src/sys/arch/x86/include/
ieeefp.h
19
#define FP_X_UFL
FE_UNDERFLOW
/* underflow exception */
/src/sys/arch/sh3/include/
ieeefp.h
28
#define FP_X_UFL
FE_UNDERFLOW
/* underflow exception */
70
if (__fe &
FE_UNDERFLOW
)
89
__fe |=
FE_UNDERFLOW
;
/src/sys/arch/arm/include/
ieeefp.h
34
#define FP_X_UFL
FE_UNDERFLOW
/* underflow exception */
/src/sys/arch/mips/include/
ieeefp.h
28
#define FP_X_UFL __FPE(
FE_UNDERFLOW
) /* underflow exception */
/src/sys/arch/powerpc/include/
ieeefp.h
29
#define FP_X_UFL __FPE(
FE_UNDERFLOW
) /* underflow exception */
/src/sys/arch/vax/include/
vaxfp.h
47
#define
FE_UNDERFLOW
0x01 /* underflow exception */
/src/external/gpl3/gdb.old/dist/sim/erc32/
float.c
47
if (fexc &
FE_UNDERFLOW
)
/src/external/gpl3/gdb/dist/sim/erc32/
float.c
47
if (fexc &
FE_UNDERFLOW
)
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_decimal_globals.c
61
flags |= mask &
FE_UNDERFLOW
;
78
if ((mask &
FE_UNDERFLOW
) != 0)
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_decimal_globals.c
61
flags |= mask &
FE_UNDERFLOW
;
78
if ((mask &
FE_UNDERFLOW
) != 0)
/src/lib/libm/softfloat/
feraiseexcept.c
61
if (excepts &
FE_UNDERFLOW
)
/src/sys/arch/alpha/include/
ieeefp.h
45
#define FP_X_UFL
FE_UNDERFLOW
/* underflow exception */
Completed in 33 milliseconds
1
2
3
Indexes created Fri Jun 05 00:26:10 UTC 2026