fixed-point-arithmetic
There are 18 repositories under fixed-point-arithmetic topic.
ARM-software/CMSIS-DSP
CMSIS-DSP embedded compute library for Cortex-M and Cortex-A
stillwater-sc/universal
Large collection of number systems providing custom arithmetic for mixed-precision algorithm development and optimization for AI, Machine Learning, Computer Vision, Signal Processing, CAE, EDA, control, optimization, estimation, and approximation.
lesialin/ImageSignalProcessing_C
ISP image signal processor implementation in C function
apytypes/apytypes
APyTypes - Algorithmic data types for Python
nikolaydubina/fpdecimal
🛫 Fixed-Point Decimals
deftio/companders
Audio compression using companders (integer implementation, A-Law, Mu-Law) for embedded micros with IIR fixed-radix averager
mrdav30/FixedMathSharp
FixedMathSharp: A high-precision, deterministic fixed-point math library for .NET. Ideal for simulations, games, and physics engines requiring reliable arithmetic without floating-point inaccuracies.
sunsided/libfixmath
Cross Platform Fixed Point Maths Library - mirror of https://code.google.com/p/libfixmath/
SkyworksSolutionsInc/fplib
Fixed point math library for SystemVerilog
baitcode/cairo-fixed-point-arithmetic
Fixed Point Arithmetic type for Cairo smart contracts
Abhrankan-Chakrabarti/pi-calculation-with-catalan-numbers
This repository contains a Python script that calculates the digits of π (pi) using a novel algorithm based on Catalan numbers and fixed-point arithmetic. The algorithm efficiently computes the digits of π by leveraging the properties of Catalan numbers, making it a unique and effective method for high-precision calculations.
lesialin/image_warp
image warp in c function
mikechatzis/cpp_modules
from 0 to C++ hero
mrdav30/FixedMathSharp-Unity
FixedMathSharp-Unity: Integrates a high-precision, deterministic fixed-point math library into Unity. Ideal for simulations, games, and physics engines requiring reliable arithmetic without floating-point inaccuracies.
Ahmad-Shawahna/FxP-QNet
A Post-Training Quantizer for the Design of Mixed Low-Precision DNNs with Dynamic Fixed-Point Representation for Efficient Hardware Acceleration on Edge Devices
lesialin/fixed_point_operation
fixed point operation
Zenefess/DataTypes
Custom data types, including 24-bit integers and fixed-point.
ErnestThePoet/unsigned-from-signed
Implements unsigned 32-bit and 64-bit integer operations using 32-bit signed integer operations only.