mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
41 lines
518 B
Text
41 lines
518 B
Text
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
FBSD_1.0 {
|
|
_fpgetmask;
|
|
fpgetmask;
|
|
_fpgetround;
|
|
fpgetround;
|
|
_fpgetsticky;
|
|
fpgetsticky;
|
|
_fpsetmask;
|
|
fpsetmask;
|
|
_fpsetround;
|
|
fpsetround;
|
|
_fpsetsticky;
|
|
fpsetsticky;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
__softfloat_float_exception_flags;
|
|
__softfloat_float_exception_mask;
|
|
__softfloat_float_rounding_mode;
|
|
__softfloat_float_raise;
|
|
__eqdf2;
|
|
__eqsf2;
|
|
__gedf2;
|
|
__gesf2;
|
|
__gtdf2;
|
|
__gtsf2;
|
|
__ledf2;
|
|
__lesf2;
|
|
__ltdf2;
|
|
__ltsf2;
|
|
__nedf2;
|
|
__negdf2;
|
|
__negsf2;
|
|
__nesf2;
|
|
__unorddf2;
|
|
__unordsf2;
|
|
};
|