Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: integer-arithmetic

arithmetic-type/uint64

:rabbit: 64-bit unsigned integer arithmetic and logic operators for JavaScript

Language: JavaScript - Size: 2.24 MB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 5 - Forks: 2

blueglyph/ilog

Base 10 and 2 logarithm functions for integer types

Language: Rust - Size: 44.9 KB - Last synced: 7 days ago - Pushed: 7 days ago - Stars: 3 - Forks: 0

stillwater-sc/universal

Large collection of number systems providing custom arithmetic and mixed-precision algorithms for AI, Machine Learning, Computer Vision, Signal Processing, CAE, EDA, control, optimization, estimation, and approximation.

Language: C++ - Size: 116 MB - Last synced: 15 days ago - Pushed: 15 days ago - Stars: 382 - Forks: 59

riscygeek/cmdcalc

A simple command line calculator

Language: C - Size: 78.1 KB - Last synced: 19 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

hukenovs/fp32_logic

Floating point FP32 core HDL. For Xilinx FPGAs. Include base converters and some math functions.

Language: VHDL - Size: 26.4 KB - Last synced: 7 days ago - Pushed: over 5 years ago - Stars: 7 - Forks: 2

boostorg/safe_numerics

Replacements to standard numeric types which throw exceptions on errors

Language: C++ - Size: 8.2 MB - Last synced: 17 days ago - Pushed: about 1 month ago - Stars: 206 - Forks: 45

entonio/Nuggle

Combine integer and floating point math without conversions

Language: Swift - Size: 27.3 KB - Last synced: 22 days ago - Pushed: 23 days ago - Stars: 0 - Forks: 0

orsinium-labs/intover

Golang package for integer arithmetic with overflow detection.

Language: Go - Size: 1.95 KB - Last synced: 24 days ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

nayel71/quadratic-integer

Symbolic integer arithmetic in quadratic integer rings

Language: Python - Size: 14.6 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

hukenovs/intfftk

Fully pipelined Integer Scaled / Unscaled Radix-2 Forward/Inverse Fast Fourier Transform (FFT) IP-core for newest Xilinx FPGAs (Source language - VHDL / Verilog). GNU GPL 3.0.

Language: VHDL - Size: 309 KB - Last synced: 7 days ago - Pushed: over 1 year ago - Stars: 71 - Forks: 25

arithmetic-type/uint32

:honeybee: 32-bit unsigned integer arithmetic and logic operators for JavaScript

Language: JavaScript - Size: 2.52 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 2 - Forks: 1

dviglo2d/big_int

Длинная арифметика на языке C++20 с подробным описанием алгоритмов

Language: C++ - Size: 72.3 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 1

enriquesl-git/Continued-Logarithm

This is a simpler and more practical "continued logarithm" inspired on the original concept of Bill Gosper in 1978.

Language: Haskell - Size: 63.5 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 2 - Forks: 3

ErnestThePoet/unsigned-from-signed

Implements unsigned 32-bit and 64-bit integer operations using 32-bit signed integer operations only.

Language: C - Size: 5.86 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

triska/clpz

Constraint Logic Programming over Integers

Language: Prolog - Size: 1.01 MB - Last synced: 2 months ago - Pushed: 4 months ago - Stars: 172 - Forks: 14

triska/clpfd

Constraint Logic Programming over Finite Domains

Language: Prolog - Size: 823 KB - Last synced: 2 months ago - Pushed: over 4 years ago - Stars: 156 - Forks: 10

devatrun/slimcpplib

Simple Long Integer Math for C++

Language: C++ - Size: 75.2 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 30 - Forks: 2

AldrinMathew/integer.dart

Dart's native integers in custom bit-width formats like i2, i4, i8, i16, i32, ix and u1, u2, u4, u8, u16, u32, ux...

Language: Dart - Size: 116 KB - Last synced: 24 days ago - Pushed: about 2 years ago - Stars: 3 - Forks: 1

angrest/pocketBME280

Compact and efficient library to use BME280 in Arduino using only integer arithmetics

Language: C++ - Size: 188 KB - Last synced: 4 months ago - Pushed: 9 months ago - Stars: 4 - Forks: 0

GHF/mays

🧮 Overengineered C++ integer math 🌽

Language: C++ - Size: 184 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 2 - Forks: 0

ArtemKovera/computer_data_representation_tutorial

How different types of data are represented in computers

Language: C - Size: 1.26 MB - Last synced: 8 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

mrusci/training-mixed-precision-quantized-networks

This repository containts the pytorch scripts to train mixed-precision networks for microcontroller deployment, based on the memory contraints of the target device.

Language: Python - Size: 30.3 KB - Last synced: 7 months ago - Pushed: almost 5 years ago - Stars: 45 - Forks: 12

ShrohanMohapatra/matrix_multiply_quadratic

This source code (in Python) is a preliminary implementation of my quadratic-time positive integer matrix multiplication.

Language: Python - Size: 24.4 KB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 9 - Forks: 2

GitMoDu/IntegerResponseCurve

C++, Arduino compatible, response curve functions, optimized using integer only arithmetic.

Language: C++ - Size: 165 KB - Last synced: 9 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

nazrinsh/BillSplitter-JetBrains-Academy

Size: 4.88 KB - Last synced: 9 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

deftio/fr_math

Fixed Radix Math library for embedded systems (opt for speed)

Language: C - Size: 250 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 17 - Forks: 2

cflaviu/ipow

Another variant of integer pow but using C++20.

Language: C++ - Size: 9.77 KB - Last synced: 4 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

ytskuh/gmpbench-win

gmpbench ported to windows - a single threaded integer performance CPU benchmark

Language: C - Size: 37.1 KB - Last synced: 9 months ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

chgorman/isqrt-gas

Analysis of Integer Square Root Algorithms in Solidity

Language: TeX - Size: 3.98 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

slugrustle/numerical_routines

Various numerical routines in C and C++

Language: C++ - Size: 10.7 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

slugrustle/fx-5800P_progs

Programs for the Casio fx-5800P calculator

Language: TeX - Size: 411 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 4 - Forks: 1

sepandhaghighi/Integer-Squaring

Integer Squaring Algorithm

Language: Python - Size: 1.78 MB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 2 - Forks: 0

vova7878/Integer

Signed and unsigned integers of different sizes (like int128_t and int256_t)

Language: C++ - Size: 161 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

HEXcube/DataEncoding

Data encoding techniques for Image & Video Coding assignments

Language: Jupyter Notebook - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

yurablok/simple-uniform-noise

Simple uniform deterministic 1D, 2D, 3D, 4D value noise

Language: C++ - Size: 54.7 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

VaslD/LEB128.Swift 📦

Working with LEB128 (7-bit encoded) integers in Swift.

Language: Swift - Size: 31.3 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 1

Bodigrim/integer-roots

Integer roots and perfect powers of arbitrary precision

Language: Haskell - Size: 114 KB - Last synced: 15 days ago - Pushed: 3 months ago - Stars: 2 - Forks: 0

M0r13n/chess

A chess model written in Python

Language: Python - Size: 42 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 4 - Forks: 0

sbromberger/IsTwo.jl

IsTwo: is it two?

Language: Julia - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 3 - Forks: 0

PoslavskySV/libdivide4j

Optimized integer division for Java

Language: Java - Size: 26.4 KB - Last synced: 6 months ago - Pushed: over 3 years ago - Stars: 18 - Forks: 1

princess-rosella/spu-integer-math

JavaScript Integer Math

Language: TypeScript - Size: 11.7 KB - Last synced: 3 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 1

johnny49r/jStepper

Stepper Motor Library for embedded platforms. Full featured and high performance.

Language: C++ - Size: 399 KB - Last synced: 11 months ago - Pushed: over 3 years ago - Stars: 2 - Forks: 1

delhatch/Multi_IIR

Multi-band IIR filter in Verilog. Uses time-domain multiplexing of a single, fixed-point, IIR filter to create a 27-band filter.

Language: VHDL - Size: 63.1 MB - Last synced: 7 months ago - Pushed: over 6 years ago - Stars: 1 - Forks: 1

EricTRL/2WF90-IntegerArithmetic

Integer Arithmetic Assignment for 2WF90

Language: Java - Size: 103 KB - Last synced: 2 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

praveenkulkarni1996/sml-biginteger-library

This is a big integer library for SML that uses boolean lists underneath.

Language: Standard ML - Size: 13.7 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 1 - Forks: 0

mjtryhorn/Boost.LargeInt

A platform-independent C++ library, for Boost, for the definition and transparent manipulation of integers of arbitrary size.

Language: C++ - Size: 243 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 2 - Forks: 0

ThomasTheSpaceFox/libbaltcalc

Balanced ternary integer mathematics library for python. features a class object with support for python's mathematics methods

Language: Python - Size: 37.1 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 1