|
|
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);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.