Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*
 * $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;
};