File:  [Isaki's NoNo m68k/m88k emulator] / nono / fpe / host.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Wed Apr 29 17:05:57 2026 UTC (3 months ago) by root
Branches: MAIN, Isaki
CVS tags: v027, HEAD
nono 1.7.0

//
// XM6i
// Copyright (C) 2013 Tetsuya Isaki
//

extern float	fpu_to_host_float(const uint32_t *);
extern double	fpu_to_host_double(const uint32_t *);
#if defined(HAVE_LONG_DOUBLE)
extern long double fpu_to_host_ldouble(const uint32_t *);
#else
extern long double fpu_to_host_ldouble(const uint32_t *)
	__attribute__((__deprecated__));
#endif
extern void host_float_to_fpu(uint32_t *, float);
extern void host_double_to_fpu(uint32_t *, double);
extern void host_ldouble_to_fpu(uint32_t *, long double);

extern double fp2dbl(const struct fpn *);
extern long double fp2ldbl(const struct fpn *);
extern void dbl2fp(struct fpn *, double);
extern void ldbl2fp(struct fpn *, long double);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.