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

GitHub topics: underflow-detection

LLNL/FPChecker

A dynamic analysis tool to detect floating-point errors in HPC applications.

Language: Python - Size: 9.17 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 34 - Forks: 5

sanjanatg/Stack-implementation-using-Singly-linked-list-in-C.

The C code implements a stack using a linked list. It allows users to push, pop, and display elements in the stack. Error handling for overflow and underflow is included.

Language: C - Size: 10.7 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

sanjanatg/Queue-implemented-using-singly-Linked-list-in-C.

The C code implements a queue data structure using a singly linked list. It allows users to enqueue elements to the rear of the queue, dequeue elements from the front, and display the queue. Error handling for queue overflow and underflow is included

Language: C - Size: 8.79 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

keithpl/checked-int

A small single-header library to detect integer overflow/underflow before it happens.

Language: C - Size: 27.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0