Searched refs:fp_except (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/lib/libc/softfloat/
H A Dfpsetsticky.c47 fp_except
48 fpsetsticky(fp_except except)
50 fp_except old;
H A Dfpsetmask.c47 fp_except
48 fpsetmask(fp_except mask)
50 fp_except old;
H A Dfpgetsticky.c43 fp_except
H A Dfpgetmask.c43 fp_except
/freebsd-current/lib/libc/arm/gen/
H A Dfpgetsticky_vfp.c33 fp_except
36 fp_except old;
H A Dfpsetsticky_vfp.c37 fp_except
38 fpsetsticky(fp_except except)
40 fp_except old, new;
H A Dfpgetmask_vfp.c36 fp_except mask;
H A Dfpsetmask_vfp.c40 fp_except old, new;
/freebsd-current/sys/arm/include/
H A Dieeefp.h21 typedef int fp_except; typedef
23 /* Bit defines for fp_except */
/freebsd-current/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h99 typedef fp_except_t fp_except; typedef
101 extern fp_except float_exception_flags;
102 extern fp_except float_exception_mask;
117 void float_raise( fp_except );
/freebsd-current/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h99 typedef fp_except_t fp_except; typedef
101 extern fp_except float_exception_flags;
102 extern fp_except float_exception_mask;
117 void float_raise( fp_except );
/freebsd-current/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h99 typedef fp_except_t fp_except; typedef
101 extern fp_except float_exception_flags;
102 extern fp_except float_exception_mask;
117 void float_raise( fp_except );
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetmask.c189 fp_except mask;
223 fp_except ex1, ex2;

Completed in 301 milliseconds