Showing 21 open source projects for "floating point"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    xManager

    xManager

    Ad-Free, New Features & Freedom

    ...There are no current plans to natively support Windows, MacOS, Linux, etc. Android devices have CPUs. Merged is a combination of Armeabi-v7a and Arm64-v8a architecture. Armeabi-v7a is the modern arch that supports floating point operations, and a multi-threading safe is used on multi-cpu devices. It is also 32-bit. If you are determined to run this on a non-android device then fire up an Android emulator.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 2
    Cheshire

    Cheshire

    Clojure JSON and JSON SMILE (binary json format) encoding/decoding

    ...Custom and Core encoding have been combined in Cheshire 5.0.0, so there is no longer any need to require a different namespace depending on what you would like to use. Cheshire will automatically use a BigInteger if needed for non-floating-point numbers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    Tachyon Tunnel

    Java Audio Plugin System

    Several projects here: - An audio plugin system, 100% Java based - A demo command-line audio time stretching tool based on the plugin system - A fork of tritonus, with: o Support for floating-point encoding (WAVE, AIFF, AU) o Support for WAVE files of more than 4 GB using RF64 o Many other small improvements (mostly on the three PCM formats (WAVE, AIFF, AU)) - A JavaSound SPI for opus audio files (reading and writing)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    grafx - Extensible Java Graphics Package

    grafx - Extensible Java Graphics Package

    Extensible Line-drawing & Polygon-filling Rasterization Libs for Java

    ...Simple 2D package and more complex 3D package with Z-buffering. Texture mapping not supported at the moment. Color interpolation for lines, Gouraud shading for polygons fully supported. Floating point vertex coordinates, not integer. Pixel-level aliasing, not endpoint aliasing. Doesn't use Bresenham line style! Works with all Java versions. No external dependencies. Suitable for study in academic institutions, especially as related to line-drawing accuracy. Particular attention to detail concerning chopping of accumulation errors, using a cast from 64 bit to 32 bit strategy, in the interval [1.0,2.0). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Java Calculator

    Java Calculator

    Supports PEDMAS order of computation and Reverse Polish Notation Gener

    Generates the Reverse Polish Notation (Postfix) expression form of an arithmetic expression in (Infix) form. Performs the computation of the arithmetic expression if Integers or Floating point numbers are used in the expression. Supports PEDMAS order of computation, thus, all the operators of Exponentiation, Division, Multiplication, Addition and Subtraction, as well as using Parentheses for grouping and prioritization is all handled.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6

    json4java

    Very Compact Java Reader / Writer ( 12kb)

    ...Json types are intuitively mapped to their Java counterparts : Map , List. I did not try all UTF16 encodings , but let me know i will fix it IF YOU GIVE ME A TEST CASE. ( input this , expect that ) Also floating point parsing for exponential notation can be slighly improved , does not bother on my projects. Android dev will like it to be as small as it can be i guess. Documentation in readme.txt
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Float2Binary

    Float2Binary

    Tool to convert float numbers to binary

    ...The software shows the calculation and the result is using IEEE 754 representation. It was implemented for single precision (32 bits). For more information about the calculation you can check the Single-precision floating-point format on Wikipedia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    jmodsyn

    Java Audio DSP sandbox

    ...This contains the core DSP functions. 2) ModSyn-j2se: includes desktop-specific components and a GUI to interactively create your own patches. 3) lib-abnormal: A small JNI library to enable floating point 'flush-to-zero' mode to avoid denormal floats for improved performance (currently Windows-only). On desktop, it supports MIDI, JavaSound and ASIO. ASIO is highly recommended for low-latency audio (install the great ASIO4ALL driver!). Includes a number of good-sounding example patches for various synthesizer sounds and audio effects to get you started.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CRAFT HPC Floating-point Analysis

    CRAFT HPC Floating-point Analysis

    CRAFT: Configurable Runtime Analysis for Floating-point Tuning

    CRAFT (Configurable Runtime Analysis for Floating-point Tuning) for HPC (High-Performance Computing) uses binary instrumentation to perform runtime analysis of floating-point code, detecting cancellations and making precision level recommendations. NOTE: THIS PROJECT HAS MOVED TO GITHUB!!!! https://github.com/crafthpc/craft
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    AndroidMaterialPreferences

    AndroidMaterialPreferences

    Provides various "Material Design"-styled preferences

    "AndroidMaterialPreferences" is an Android-library, which provides various preferences, which are designed according to Android 5.0's Material Desing guidelines even on pre-Lollipop devices. In order to use the library, the dependency "AndroidMaterialDialog", which can be found via the URL https://sourceforge.net/projects/androidmaterialdialog, is also needed. An Android test project, which provides JUnit tests for this library, is available via the URL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AndroidSeekBarPreference

    AndroidSeekBarPreference

    Provides a preference, which allows to select a value from a SeekBar.

    "AndroidSeekBarPreference" is an Android-library, which provides a Preference implementation, which allows to choose a floating point value or an integer value from a continuous range via a SeekBar. When interacting with the preference the SeekBar is shown within a dialog. The chosen value will only be persisted, if confirmed by the user. An Android test project, which provides JUnit tests for this library, is available via the URL https://sourceforge.net/p/androidseekbarpreferencetest. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LAoE
    LAoE is a rich featured graphical audiosample-editor, based on multi-layers, floating-point samples, volume-masks, variable selection-intensity, and many plugins suitable to manipulate sound, such as filtering, retouching, resampling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Decimal floating point library in Java. Provides decimal floating point math for Java via a clean, easy to understand implementation. Much easier to use than Big Decimal, nearly IEEE-854 compliant. Compatible with J2ME, so it can be used on PDAs/phon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Java floating point emulation library for MIDP devices
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A simulator of Donald E. Knuth's fictitious MIX processor written in Java, which includes support for floating-point arithmetics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Magic Fixed Point, it's an library that abstracts the use of fixed point math for environments that doesn't have floating point operations or in places that you don't want to use the traditional floating point operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A JAVA DSP circuit simulator with graphical editor for creating block diagrams. It can be easily extended by creating new blocks. Performs computations using fixed point, floating point and arbitrary precision arithmetic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A collection of small Java classes that do not fit into any larger category. It includes tools for formatting text, writing to floppy disks, printing debugging statements, using scroll bars with floating point numbers, and running threads in batches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Interval Analysis is a collection of interval analysis tools, allowing for robust root-finding and tracking of bounds of numerical error due to uncertain inputs and floating-point error.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    directed rounding, rational arithmetic and arbitrary precision arithmetic based on regular continued fraction expansions Moved to https://exactarithmetic.dev.java.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Java-based extensible high-precision math package. Includes support for computations based on fractions. Support is included for converting to floating point numbers and BigDecimals.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB