/openbsd/sys/arch/alpha/include/ |
H A D | ieeefp.h | 23 #define FP_AA_FLAGS (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP) 38 #define FP_X_UFL 0x08 /* underflow exception */ macro
|
/openbsd/regress/lib/libc/ieeefp/except/ |
H A D | except.c | 92 assert(fpgetsticky() & FP_X_UFL); in main() 97 fpsetmask(FP_X_UFL); in main()
|
/openbsd/sys/arch/sparc64/include/ |
H A D | ieeefp.h | 13 #define FP_X_UFL 0x04 /* underflow exception */ macro
|
/openbsd/sys/arch/powerpc/include/ |
H A D | ieeefp.h | 14 #define FP_X_UFL 0x04 /* underflow exception */ macro
|
/openbsd/sys/arch/hppa/include/ |
H A D | ieeefp.h | 14 #define FP_X_UFL 0x02 /* underflow exception */ macro
|
/openbsd/sys/arch/arm64/include/ |
H A D | ieeefp.h | 15 #define FP_X_UFL 0x08 /* underflow exception */ macro
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | ieeefp.h | 14 #define FP_X_UFL 0x04 /* underflow exception */ macro
|
/openbsd/sys/arch/sh/include/ |
H A D | ieeefp.h | 16 #define FP_X_UFL 0x02 /* underflow exception */ macro
|
/openbsd/sys/arch/riscv64/include/ |
H A D | ieeefp.h | 15 #define FP_X_UFL 0x02 /* underflow exception */ macro
|
/openbsd/sys/arch/amd64/include/ |
H A D | ieeefp.h | 16 #define FP_X_UFL 0x10 /* underflow exception */ macro
|
/openbsd/sys/arch/i386/include/ |
H A D | ieeefp.h | 16 #define FP_X_UFL 0x10 /* underflow exception */ macro
|
/openbsd/lib/libc/arch/aarch64/gen/ |
H A D | fpgetsticky.c | 36 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
|
H A D | fpsetsticky.c | 36 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
|
/openbsd/lib/libc/arch/arm/gen/ |
H A D | fpgetsticky.c | 25 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
|
H A D | fpsetsticky.c | 25 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
|
/openbsd/sys/arch/arm/include/ |
H A D | ieeefp.h | 29 #define FP_X_UFL (1 << FP_EXCEPT_UFL) /* underflow exception */ macro
|
/openbsd/sys/arch/mips64/include/ |
H A D | ieeefp.h | 13 #define FP_X_UFL 0x02 /* underflow exception */ macro
|
/openbsd/sys/arch/m88k/include/ |
H A D | ieeefp.h | 45 #define FP_X_UFL 0x04 /* underflow exception */ macro
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | fp_complete.c | 362 fpcr |= (disables & (FP_X_IMP | FP_X_UFL)) << (61 - 3); in fp_c_to_fpcr_1() 366 FP_X_UFL == 8 && FP_X_IMP == 16 && FP_X_IOV == 32 && \ in fp_c_to_fpcr_1() 367 FP_X_UFL << (61 - 3) == FPCR_UNFD && \ in fp_c_to_fpcr_1()
|
/openbsd/sys/lib/libkern/ |
H A D | softfloat.h | 151 float_flag_underflow = FP_X_UFL,
|
/openbsd/lib/libc/softfloat/ |
H A D | softfloat.h | 105 float_flag_underflow = FP_X_UFL,
|
/openbsd/sys/arch/mips64/mips64/ |
H A D | fp_emulate.c | 373 else if (excbits & FP_X_UFL) in MipsFPTrap()
|