Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags
author: kx <kx@radix-linux.su> 2024-12-20 16:11:07 +0300 committer: kx <kx@radix-linux.su> 2024-12-20 16:11:07 +0300 commit: 868b2b66b564b5c00e3a74d10be45db7151627ac parent: cce2ae8d3312493b7653358bb4af201d3271377b
Commit Summary:
Version 1.0.14
Diffstat:
2 files changed, 14 insertions, 0 deletions
diff --git a/mpu/math/sinh/emu65536/ei_sinh_512_emu32lsb.dfn b/mpu/math/sinh/emu65536/ei_sinh_512_emu32lsb.dfn
new file mode 100644
index 0000000..0a662a2
--- /dev/null
+++ b/mpu/math/sinh/emu65536/ei_sinh_512_emu32lsb.dfn
@@ -0,0 +1,12 @@
+
+#ifndef   __REAL_EINTERNAL_SINH_512_32LSB
+#define   __REAL_EINTERNAL_SINH_512_32LSB
+
+#if BITS_PER_EMUSHORT == 32
+
+
+#else  /* BITS_PER_EMUSHORT != 32 */
+#error ei_sinh_512_emu32lsb.dfn: ERROR: Failed size of EMUSHORT data type.
+#endif /* BITS_PER_EMUSHORT == 32 */
+
+#endif /* __REAL_EINTERNAL_SINH_512_32LSB */
diff --git a/mpu/math/sinh/emu65536/ei_sinh_512_emu32msb.dfn b/mpu/math/sinh/emu65536/ei_sinh_512_emu32msb.dfn
new file mode 100644
index 0000000..fee5a0e
--- /dev/null
+++ b/mpu/math/sinh/emu65536/ei_sinh_512_emu32msb.dfn
@@ -0,0 +1,12 @@
+
+#ifndef   __REAL_EINTERNAL_SINH_512_32MSB
+#define   __REAL_EINTERNAL_SINH_512_32MSB
+
+#if BITS_PER_EMUSHORT == 32
+
+
+#else  /* BITS_PER_EMUSHORT != 32 */
+#error ei_sinh_512_emu32msb.dfn: ERROR: Failed size of EMUSHORT data type.
+#endif /* BITS_PER_EMUSHORT == 32 */
+
+#endif /* __REAL_EINTERNAL_SINH_512_32MSB */