Searched refs:FP_X_INV (Results 1 - 23 of 23) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dieeefp.h15 #define FP_X_INV FE_INVALID /* invalid operation exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dieeefp.h49 #define FP_AA_FLAGS (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
56 #define float_set_invalid() float_raise(FP_X_INV)
61 #define FP_X_INV FE_INVALID /* invalid operation exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dieeefp.h38 #define FP_X_INV FE_INVALID /* invalid operation exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dieeefp.h35 #define FP_X_INV FE_INVALID /* invalid operation exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dieeefp.h35 #define FP_X_INV FE_INVALID /* invalid operation exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dieeefp.h34 #define FP_X_INV FE_INVALID /* invalid operation exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dieeefp.h40 #define FP_X_INV FE_INVALID /* invalid operation exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dieeefp.h38 #define FP_X_INV FE_INVALID /* invalid operation exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dieeefp.h39 #define FP_X_INV FE_INVALID /* invalid operation exception */ macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc64/gen/
H A Dfpsetsticky.c62 * FPSCR_VX (aka FP_X_INV) is not a sticky bit but a summary of the
63 * all the FPSCR_VX* sticky bits. So when FP_X_INV is cleared then
66 if ((mask & FP_X_INV) == 0)
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/gen/
H A Dfpsetsticky.c65 * FPSCR_VX (aka FP_X_INV) is not a sticky bit but a summary of the
66 * all the FPSCR_VX* sticky bits. So when FP_X_INV is cleared then
69 if ((mask & FP_X_INV) == 0)
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_fpsetmask.c179 { f_inv, FP_X_INV, FPE_FLTINV },
187 { d_inv, FP_X_INV, FPE_FLTINV },
195 { ld_inv, FP_X_INV, FPE_FLTINV },
322 fp_except_t msk, lst[] = { FP_X_INV, FP_X_DZ, FP_X_OFL, FP_X_UFL };
H A Dt_siginfo.c316 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP);
367 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dfp_complete.c371 fpcr |= (disables & (FP_X_OFL | FP_X_DZ | FP_X_INV)) << (49 - 0);
373 # if !(FP_X_INV == 1 && FP_X_DZ == 2 && FP_X_OFL == 4 && \
526 float_raise(FP_X_INV);
/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h104 float_flag_invalid = FP_X_INV
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h104 float_flag_invalid = FP_X_INV
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h106 float_flag_invalid = FP_X_INV
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h104 float_flag_invalid = FP_X_INV
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h104 float_flag_invalid = FP_X_INV
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h106 float_flag_invalid = FP_X_INV
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h139 float_flag_invalid = FP_X_INV
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dsoftfloat.h155 float_flag_invalid = FP_X_INV
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/
H A Dsystfloat.c96 & (FP_X_IMP | FP_X_UFL | FP_X_OFL | FP_X_DZ | FP_X_INV);

Completed in 147 milliseconds