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
07a2b481 (kx 2024-12-28 08:20:38 +0300  1) 
07a2b481 (kx 2024-12-28 08:20:38 +0300  2) SUBDIRS = ru
07a2b481 (kx 2024-12-28 08:20:38 +0300  3) 
26c77d91 (kx 2024-12-31 15:11:28 +0300  4) MAN3 = iadc.3mpu  iadd.3mpu   \
26c77d91 (kx 2024-12-31 15:11:28 +0300  5)        isbb.3mpu  isub.3mpu   \
af4d4942 (kx 2024-12-30 12:16:19 +0300  6)        shifts.3mpu            \
26c77d91 (kx 2024-12-31 15:11:28 +0300  7)        isal.3mpu  isar.3mpu   \
26c77d91 (kx 2024-12-31 15:11:28 +0300  8)        ishl.3mpu  ishr.3mpu   \
af4d4942 (kx 2024-12-30 12:16:19 +0300  9)        circular-shifts.3mpu   \
26c77d91 (kx 2024-12-31 15:11:28 +0300 10)        ircl.3mpu  ircr.3mpu   \
26c77d91 (kx 2024-12-31 15:11:28 +0300 11)        irol.3mpu  iror.3mpu   \
af4d4942 (kx 2024-12-30 12:16:19 +0300 12)        shifts-n.3mpu          \
af4d4942 (kx 2024-12-30 12:16:19 +0300 13)        isaln.3mpu isarn.3mpu  \
af4d4942 (kx 2024-12-30 12:16:19 +0300 14)        ishln.3mpu ishrn.3mpu  \
af4d4942 (kx 2024-12-30 12:16:19 +0300 15)        circular-shifts-n.3mpu \
af4d4942 (kx 2024-12-30 12:16:19 +0300 16)        ircln.3mpu ircrn.3mpu  \
26c77d91 (kx 2024-12-31 15:11:28 +0300 17)        iroln.3mpu irorn.3mpu  \
41c271da (kx 2025-01-05 15:42:39 +0300 18)        inot.3mpu  ineg.3mpu   \
41c271da (kx 2025-01-05 15:42:39 +0300 19)        iand.3mpu  itest.3mpu  \
41c271da (kx 2025-01-05 15:42:39 +0300 20)        icmp.3mpu  ior.3mpu    \
41c271da (kx 2025-01-05 15:42:39 +0300 21)        ixor.3mpu  iinc.3mpu   \
41c271da (kx 2025-01-05 15:42:39 +0300 22)        idec.3mpu  ixchg.3mpu  \
41c271da (kx 2025-01-05 15:42:39 +0300 23)        icpy.3mpu  icvt.3mpu   \
41c271da (kx 2025-01-05 15:42:39 +0300 24)        imul.3mpu  ismul.3mpu  \
41c271da (kx 2025-01-05 15:42:39 +0300 25)        idiv.3mpu  isdiv.3mpu  \
41c271da (kx 2025-01-05 15:42:39 +0300 26)        iatoi.3mpu iatoui.3mpu \
41c271da (kx 2025-01-05 15:42:39 +0300 27)        iitoa.3mpu iuitoa.3mpu
07a2b481 (kx 2024-12-28 08:20:38 +0300 28) 
07a2b481 (kx 2024-12-28 08:20:38 +0300 29) MAN7 = libmpu.7
07a2b481 (kx 2024-12-28 08:20:38 +0300 30) 
07a2b481 (kx 2024-12-28 08:20:38 +0300 31) dist_man_MANS = $(MAN3) $(MAN7)