Ecosyste.ms: Repos

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

GitHub topics: single-precision

stdlib-js/constants-complex64-num-bytes

Size (in bytes) of a 64-bit complex number.

Language: JavaScript - Size: 291 KB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-num-bytes

Size (in bytes) of a single-precision floating-point number.

Language: JavaScript - Size: 710 KB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-smap

Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assign each result to an element in a single-precision floating-point strided output array.

Language: JavaScript - Size: 351 KB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 2 - Forks: 0

canbula/ieee754

Python module which finds the IEEE-754 representation of a floating point number.

Language: Python - Size: 85.9 KB - Last synced: 13 days ago - Pushed: 3 months ago - Stars: 24 - Forks: 5

stdlib-js/number-float32-base-assert

Base double-precision floating-point number assert functions.

Language: JavaScript - Size: 214 KB - Last synced: 14 days ago - Pushed: 15 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-cidentityf

Evaluate the identity function for a single-precision complex floating-point number.

Language: JavaScript - Size: 300 KB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-napi-cmap

C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision complex floating-point strided input array and assigning results to a single-precision complex floating-point strided output array.

Language: C - Size: 222 KB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-cmap

Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.

Language: JavaScript - Size: 385 KB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-smap

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assigning results to elements in a single-precision floating-point strided output array.

Language: C - Size: 190 KB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-napi-smap2

C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assigning results to elements in a single-precision floating-point strided output array.

Language: C - Size: 81.1 KB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-smap2

Apply a binary function accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assign each result to an element in a single-precision floating-point strided output array.

Language: JavaScript - Size: 705 KB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-smskmap

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a single-precision floating-point strided output array.

Language: C - Size: 219 KB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/strided-base-smskmap

Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array according to a corresponding element in a strided mask array and assign each result to an element in a single-precision floating-point strided output array.

Language: JavaScript - Size: 1.67 MB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-smskmap2

C API for registering a Node-API module exporting a strided array interface for applying a binary callback to single-precision floating-point strided input arrays according to a strided mask array and assigning results to a single-precision floating-point strided output array.

Language: C - Size: 239 KB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-smskmap2

Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.

Language: JavaScript - Size: 561 KB - Last synced: 13 days ago - Pushed: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-smsksqrt

Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 583 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-ssqrt

Compute the principal square root for each element in a single-precision floating-point strided array.

Language: JavaScript - Size: 743 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-ops-divf

Divide two single-precision floating-point numbers.

Language: Makefile - Size: 209 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

narendiran1996/DSPAlgorithmToArchitecture

Implementations of Algorithms to Architectures following : https://youtube.com/playlist?list=PLco7dux9L7g1RrB8TqUVCMEeu86D7azeg

Language: TeX - Size: 1.79 MB - Last synced: 10 months ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

10x-Engineers/riscv-fp-tests

Basic test items based on RISC-V single precision specifications

Language: C - Size: 68.4 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

melihaltun/floating_point_binary_conversion

Pair functions to convert a floating number to a single precision, double precision, or arbitrary size bit representation and convert a single, double or arbitrary size bit string back into a number.

Language: MATLAB - Size: 15.6 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

stdlib-js/array-float32

Float32Array.

Language: JavaScript - Size: 841 KB - Last synced: 3 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

DOUDIU/Multiplication-of-single-precision-flooat-matrix-based-on-FPGA

The achievement of performing matrix multiplication on a single-precision floating-point matrix, which adheres to the IEEE 754 standard, is dependent on Xilinx FPGA.

Language: Verilog - Size: 27.3 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-smskrsqrt

Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 732 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-srsqrt

Compute the reciprocal square root for each element in a single-precision floating-point strided array.

Language: JavaScript - Size: 580 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-invf

Compute the multiplicative inverse of a single-precision floating-point number.

Language: Makefile - Size: 573 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 1

stdlib-js/math-base-special-clampf

Restrict a single-precision floating-point number to a specified range.

Language: Makefile - Size: 447 KB - Last synced: 3 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

fxxce/IEEE754DecimalToBinaryCalculator

IEEE 754 decimal to binary representation for converting decimal to single and double precision floating point

Language: Java - Size: 0 Bytes - Last synced: 11 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

fxxce/IEEE754BinaryToDecimalCalculator

IEEE 754 Binary to Decimal representation calculator for single and double precision floating point numbers

Language: Java - Size: 1000 Bytes - Last synced: 11 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

stdlib-js/math-strided-special-smskramp

Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 681 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-sdeg2rad

Convert each element in a single-precision floating-point strided array from degrees to radians.

Language: JavaScript - Size: 682 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32

Single-precision floating-point mathematical constants.

Language: Makefile - Size: 785 KB - Last synced: 3 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/number-float32-base

Base utilities for single-precision floating-point numbers.

Language: Makefile - Size: 1.54 MB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-smskcbrt

Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 947 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-smsktrunc

Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.

Language: JavaScript - Size: 681 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-smskabs2

Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 758 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-scbrt

Compute the cube root of each element in a single-precision floating-point strided array.

Language: JavaScript - Size: 938 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-absf

Compute the absolute value of a single-precision floating-point number.

Language: Makefile - Size: 520 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-smskceil

Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.

Language: JavaScript - Size: 898 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-deg2radf

Convert an angle from degrees to radians (single-precision).

Language: Makefile - Size: 464 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-ceilf

Round a single-precision floating-point number toward positive infinity.

Language: Makefile - Size: 324 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/complex-float32

64-bit complex number.

Language: Makefile - Size: 664 KB - Last synced: 3 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-cbrt-eps

Cube root of single-precision floating-point epsilon.

Language: Makefile - Size: 799 KB - Last synced: 3 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-sqrt-eps

Square root of single-precision floating-point epsilon.

Language: Makefile - Size: 509 KB - Last synced: 3 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-complex64array

Test if a value is a Complex64Array.

Language: Makefile - Size: 951 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-ops-addf

Compute the sum of two single-precision floating-point numbers.

Language: Makefile - Size: 924 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-ops-subf

Subtract two single-precision floating-point numbers.

Language: Makefile - Size: 978 KB - Last synced: about 11 hours ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/number-float32

Utilities for single-precision floating-point numbers.

Language: Makefile - Size: 1.28 MB - Last synced: 13 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-pdifff

Return the positive difference between `x` and `y`.

Language: Makefile - Size: 374 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-kronecker-deltaf

Evaluate the Kronecker delta (single-precision).

Language: Makefile - Size: 302 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-hypotf

Compute the hypotenuse avoiding overflow and underflow (single-precision).

Language: Makefile - Size: 524 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/constants-complex64

64-bit complex number mathematical constants.

Language: Makefile - Size: 528 KB - Last synced: 3 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-ops-mulf

Multiply two single-precision floating-point numbers.

Language: Makefile - Size: 744 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 1 - Forks: 1

stdlib-js/assert-is-complex64

Test if a value is a 64-bit complex number.

Language: Makefile - Size: 857 KB - Last synced: 3 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-smskabs

Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 643 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-abs2f

Compute the squared absolute value of a single-precision floating-point number.

Language: Makefile - Size: 513 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-smskdeg2rad

Convert each element in a single-precision floating-point strided array from degrees to radians according to a strided mask array.

Language: JavaScript - Size: 744 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-sinv

Compute the multiplicative inverse for each element in a single-precision floating-point strided array.

Language: JavaScript - Size: 736 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-smskinv

Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 745 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-signumf

Evaluate the signum function for a single-precision floating-point number.

Language: Makefile - Size: 938 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-smskfloor

Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.

Language: JavaScript - Size: 822 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-floorf

Round a single-precision floating-point numeric value toward negative infinity.

Language: Makefile - Size: 325 KB - Last synced: 1 day ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-identityf

Evaluate the identity function for a single-precision floating-point number.

Language: Makefile - Size: 754 KB - Last synced: 14 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0