Home
last modified time | relevance | path

Searched refs:ieee754 (Results 1 – 25 of 779) sorted by relevance

12345678910>>...32

/dports/science/tfel-edf/tfel-3.2.1/tests/Math/
H A DIEEE754Test.cxx45 namespace ieee754 = tfel::math::ieee754; in getx()
72 TFEL_TESTS_ASSERT(!ieee754::isnan(zero)); in getx()
73 TFEL_TESTS_ASSERT(!ieee754::isnan(-zero)); in getx()
74 TFEL_TESTS_ASSERT(ieee754::isfinite(zero)); in getx()
77 TFEL_TESTS_ASSERT(!ieee754::isnan(one)); in getx()
78 TFEL_TESTS_ASSERT(!ieee754::isnan(-one)); in getx()
79 TFEL_TESTS_ASSERT(ieee754::isfinite(one)); in getx()
82 TFEL_TESTS_ASSERT(!ieee754::isnan(dn)); in getx()
83 TFEL_TESTS_ASSERT(!ieee754::isnan(-dn)); in getx()
84 TFEL_TESTS_ASSERT(ieee754::isfinite(dn)); in getx()
[all …]
/dports/science/tfel/tfel-3.4.0/tests/Math/
H A DIEEE754Test.cxx45 namespace ieee754 = tfel::math::ieee754; in test()
72 TFEL_TESTS_ASSERT(!ieee754::isnan(zero)); in test()
73 TFEL_TESTS_ASSERT(!ieee754::isnan(-zero)); in test()
74 TFEL_TESTS_ASSERT(ieee754::isfinite(zero)); in test()
77 TFEL_TESTS_ASSERT(!ieee754::isnan(one)); in test()
78 TFEL_TESTS_ASSERT(!ieee754::isnan(-one)); in test()
79 TFEL_TESTS_ASSERT(ieee754::isfinite(one)); in test()
82 TFEL_TESTS_ASSERT(!ieee754::isnan(dn)); in test()
83 TFEL_TESTS_ASSERT(!ieee754::isnan(-dn)); in test()
84 TFEL_TESTS_ASSERT(ieee754::isfinite(dn)); in test()
[all …]
H A DBissectionAlgorithmTest.cxx47 TFEL_TESTS_ASSERT(tfel::math::ieee754::isnan(d.xmin)); in test1()
48 TFEL_TESTS_ASSERT(tfel::math::ieee754::isnan(d.xmax)); in test1()
49 TFEL_TESTS_ASSERT(tfel::math::ieee754::isnan(d.fmin)); in test1()
50 TFEL_TESTS_ASSERT(tfel::math::ieee754::isnan(d.fmax)); in test1()
54 TFEL_TESTS_ASSERT(tfel::math::ieee754::isnan(d.xmax)); in test1()
55 TFEL_TESTS_ASSERT(tfel::math::ieee754::isnan(d.fmax)); in test1()
79 TFEL_TESTS_ASSERT(tfel::math::ieee754::isnan(d.xmin)); in test2()
80 TFEL_TESTS_ASSERT(tfel::math::ieee754::isnan(d.xmax)); in test2()
81 TFEL_TESTS_ASSERT(tfel::math::ieee754::isnan(d.fmin)); in test2()
82 TFEL_TESTS_ASSERT(tfel::math::ieee754::isnan(d.fmax)); in test2()
[all …]
/dports/emulators/tme/tme-0.8/ic/ieee754/
H A DMakefile.am9 tmeicinclude_HEADERS = ieee754-auto.h ieee754-ops-auto.h
10 lib_LTLIBRARIES = libtme-ieee754.la
11 libtme_ieee754_la_SOURCES = ieee754-ops-auto.c ieee754-misc.c softfloat-tme.c
13 BUILT_SOURCES = ieee754-auto.h ieee754-ops-auto.h ieee754-misc-auto.c ieee754-ops-auto.c
14 EXTRA_DIST = ieee754-misc-auto.sh ieee754-ops-auto.sh ieee754-precision.sh softfloat-tme.h
18 ieee754-auto.h: ieee754-misc-auto.sh
22 ieee754-misc-auto.c: ieee754-misc-auto.sh
26 ieee754-ops-auto.h: ieee754-ops-auto.sh
30 ieee754-ops-auto.c: ieee754-ops-auto.sh
31 $(SHELL) $(srcdir)/ieee754-ops-auto.sh > $@
[all …]
H A DMakefile.in39 subdir = ic/ieee754
60 am_libtme_ieee754_la_OBJECTS = ieee754-ops-auto.lo ieee754-misc.lo \
223 tmeicinclude_HEADERS = ieee754-auto.h ieee754-ops-auto.h
225 libtme_ieee754_la_SOURCES = ieee754-ops-auto.c ieee754-misc.c softfloat-tme.c
227 BUILT_SOURCES = ieee754-auto.h ieee754-ops-auto.h ieee754-misc-auto.c ieee754-ops-auto.c
228 EXTRA_DIST = ieee754-misc-auto.sh ieee754-ops-auto.sh ieee754-precision.sh softfloat-tme.h
535 ieee754-auto.h: ieee754-misc-auto.sh
539 ieee754-misc-auto.c: ieee754-misc-auto.sh
543 ieee754-ops-auto.h: ieee754-ops-auto.sh
547 ieee754-ops-auto.c: ieee754-ops-auto.sh
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dieee754.test18 load_static_extension db ieee754
30 do_test ieee754-100-$id-1 {
32 } "ieee754($rep)"
33 do_test ieee754-100-$id-2 {
37 do_test ieee754-100-$id-3 {
39 } "ieee754(-$rep)"
46 do_test ieee754-110 {
48 db eval {SELECT ieee754(1,1024), ieee754(4503599627370495,972);}
51 do_test ieee754-111 {
53 db eval {SELECT ieee754(-1,1024), ieee754(-4503599627370495,972);}
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dieee754.test18 load_static_extension db ieee754
30 do_test ieee754-100-$id-1 {
32 } "ieee754($rep)"
33 do_test ieee754-100-$id-2 {
37 do_test ieee754-100-$id-3 {
39 } "ieee754(-$rep)"
46 do_test ieee754-110 {
48 db eval {SELECT ieee754(1,1024), ieee754(4503599627370495,972);}
51 do_test ieee754-111 {
53 db eval {SELECT ieee754(-1,1024), ieee754(-4503599627370495,972);}
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dieee754.test18 load_static_extension db ieee754
30 do_test ieee754-100-$id-1 {
32 } "ieee754($rep)"
33 do_test ieee754-100-$id-2 {
37 do_test ieee754-100-$id-3 {
39 } "ieee754(-$rep)"
46 do_test ieee754-110 {
48 db eval {SELECT ieee754(1,1024), ieee754(4503599627370495,972);}
51 do_test ieee754-111 {
53 db eval {SELECT ieee754(-1,1024), ieee754(-4503599627370495,972);}
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/ieee754/
H A DREADME.md4 [travis-url]: https://travis-ci.org/feross/ieee754
5 [npm-image]: https://img.shields.io/npm/v/ieee754.svg
6 [npm-url]: https://npmjs.org/package/ieee754
7 [downloads-image]: https://img.shields.io/npm/dm/ieee754.svg
8 [downloads-url]: https://npmjs.org/package/ieee754
15 [saucelabs-url]: https://saucelabs.com/u/ieee754
22 npm install ieee754
25 [Get supported ieee754 with the Tidelift Subscription](https://tidelift.com/subscription/pkg/npm-ie…
29 `var ieee754 = require('ieee754')`
31 The `ieee754` object has the following functions:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/ieee754/
H A DREADME.md4 [travis-url]: https://travis-ci.org/feross/ieee754
5 [npm-image]: https://img.shields.io/npm/v/ieee754.svg
6 [npm-url]: https://npmjs.org/package/ieee754
7 [downloads-image]: https://img.shields.io/npm/dm/ieee754.svg
8 [downloads-url]: https://npmjs.org/package/ieee754
15 [saucelabs-url]: https://saucelabs.com/u/ieee754
22 npm install ieee754
25 [Get supported ieee754 with the Tidelift Subscription](https://tidelift.com/subscription/pkg/npm-ie…
29 `var ieee754 = require('ieee754')`
31 The `ieee754` object has the following functions:
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/ieee754/
H A DREADME.md4 [travis-url]: https://travis-ci.org/feross/ieee754
5 [npm-image]: https://img.shields.io/npm/v/ieee754.svg
6 [npm-url]: https://npmjs.org/package/ieee754
7 [downloads-image]: https://img.shields.io/npm/dm/ieee754.svg
8 [downloads-url]: https://npmjs.org/package/ieee754
15 [saucelabs-url]: https://saucelabs.com/u/ieee754
22 npm install ieee754
25 [Get supported ieee754 with the Tidelift Subscription](https://tidelift.com/subscription/pkg/npm-ie…
29 `var ieee754 = require('ieee754')`
31 The `ieee754` object has the following functions:
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/ieee754/
H A DREADME.md6 [travis-url]: https://travis-ci.org/feross/ieee754
7 [npm-image]: https://img.shields.io/npm/v/ieee754.svg
8 [npm-url]: https://npmjs.org/package/ieee754
9 [downloads-image]: https://img.shields.io/npm/dm/ieee754.svg
10 [saucelabs-image]: https://saucelabs.com/browser-matrix/ieee754.svg
11 [saucelabs-url]: https://saucelabs.com/u/ieee754
18 npm install ieee754
23 `var ieee754 = require('ieee754')`
25 The `ieee754` object has the following functions:
28 ieee754.read = function (buffer, offset, isLE, mLen, nBytes)
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/pbf/node_modules/ieee754/
H A DREADME.md4 [travis-url]: https://travis-ci.org/feross/ieee754
5 [npm-image]: https://img.shields.io/npm/v/ieee754.svg
6 [npm-url]: https://npmjs.org/package/ieee754
7 [downloads-image]: https://img.shields.io/npm/dm/ieee754.svg
8 [downloads-url]: https://npmjs.org/package/ieee754
15 [saucelabs-url]: https://saucelabs.com/u/ieee754
22 npm install ieee754
27 `var ieee754 = require('ieee754')`
29 The `ieee754` object has the following functions:
32 ieee754.read = function (buffer, offset, isLE, mLen, nBytes)
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/@xtuc/ieee754/
H A DREADME.md4 [travis-url]: https://travis-ci.org/feross/ieee754
5 [npm-image]: https://img.shields.io/npm/v/ieee754.svg
6 [npm-url]: https://npmjs.org/package/ieee754
7 [downloads-image]: https://img.shields.io/npm/dm/ieee754.svg
8 [downloads-url]: https://npmjs.org/package/ieee754
15 [saucelabs-url]: https://saucelabs.com/u/ieee754
22 npm install ieee754
27 `var ieee754 = require('ieee754')`
29 The `ieee754` object has the following functions:
32 ieee754.read = function (buffer, offset, isLE, mLen, nBytes)
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/buffer/node_modules/ieee754/
H A DREADME.md4 [travis-url]: https://travis-ci.org/feross/ieee754
5 [npm-image]: https://img.shields.io/npm/v/ieee754.svg
6 [npm-url]: https://npmjs.org/package/ieee754
7 [downloads-image]: https://img.shields.io/npm/dm/ieee754.svg
8 [downloads-url]: https://npmjs.org/package/ieee754
15 [saucelabs-url]: https://saucelabs.com/u/ieee754
22 npm install ieee754
27 `var ieee754 = require('ieee754')`
29 The `ieee754` object has the following functions:
32 ieee754.read = function (buffer, offset, isLE, mLen, nBytes)
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/ieee754/
H A DREADME.md4 [travis-url]: https://travis-ci.org/feross/ieee754
5 [npm-image]: https://img.shields.io/npm/v/ieee754.svg
6 [npm-url]: https://npmjs.org/package/ieee754
7 [downloads-image]: https://img.shields.io/npm/dm/ieee754.svg
8 [downloads-url]: https://npmjs.org/package/ieee754
15 [saucelabs-url]: https://saucelabs.com/u/ieee754
22 npm install ieee754
27 `var ieee754 = require('ieee754')`
29 The `ieee754` object has the following functions:
32 ieee754.read = function (buffer, offset, isLE, mLen, nBytes)
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/@xtuc/ieee754/
H A DREADME.md4 [travis-url]: https://travis-ci.org/feross/ieee754
5 [npm-image]: https://img.shields.io/npm/v/ieee754.svg
6 [npm-url]: https://npmjs.org/package/ieee754
7 [downloads-image]: https://img.shields.io/npm/dm/ieee754.svg
8 [downloads-url]: https://npmjs.org/package/ieee754
15 [saucelabs-url]: https://saucelabs.com/u/ieee754
22 npm install ieee754
27 `var ieee754 = require('ieee754')`
29 The `ieee754` object has the following functions:
32 ieee754.read = function (buffer, offset, isLE, mLen, nBytes)
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/@xtuc/ieee754/
H A DREADME.md4 [travis-url]: https://travis-ci.org/feross/ieee754
5 [npm-image]: https://img.shields.io/npm/v/ieee754.svg
6 [npm-url]: https://npmjs.org/package/ieee754
7 [downloads-image]: https://img.shields.io/npm/dm/ieee754.svg
8 [downloads-url]: https://npmjs.org/package/ieee754
15 [saucelabs-url]: https://saucelabs.com/u/ieee754
22 npm install ieee754
27 `var ieee754 = require('ieee754')`
29 The `ieee754` object has the following functions:
32 ieee754.read = function (buffer, offset, isLE, mLen, nBytes)
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/ieee754/
H A DREADME.md4 [travis-url]: https://travis-ci.org/feross/ieee754
5 [npm-image]: https://img.shields.io/npm/v/ieee754.svg
6 [npm-url]: https://npmjs.org/package/ieee754
7 [downloads-image]: https://img.shields.io/npm/dm/ieee754.svg
8 [downloads-url]: https://npmjs.org/package/ieee754
15 [saucelabs-url]: https://saucelabs.com/u/ieee754
22 npm install ieee754
27 `var ieee754 = require('ieee754')`
29 The `ieee754` object has the following functions:
32 ieee754.read = function (buffer, offset, isLE, mLen, nBytes)
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dieee754-h2 An <ieee754.h> that is like GNU.
5 lib/ieee754.in.h
6 m4/ieee754-h.m4
16 # We need the following in order to create <ieee754.h> when the system
19 ieee754.h: ieee754.in.h $(top_builddir)/config.status
23 $(srcdir)/ieee754.in.h; \
27 ieee754.h: $(top_builddir)/config.status
30 MOSTLYCLEANFILES += ieee754.h ieee754.h-t
33 <ieee754.h>
/dports/emulators/tme/tme-0.8/ic/sparc/
H A DMakefile.am21 ../ieee754/libtme-ieee754.la
59 $(tme_ic_sparc_la_OBJECTS): ../ieee754/ieee754-auto.h ../ieee754/ieee754-ops-auto.h
60 $(pkglib_LTLIBRARIES): ../ieee754/libtme-ieee754.la
61 ../ieee754/ieee754-auto.h ../ieee754/ieee754-ops-auto.h ../ieee754/libtme-ieee754.la: force
/dports/emulators/tme/tme-0.8/ic/m68k/
H A DMakefile.am18 ../ieee754/libtme-ieee754.la
57 $(tme_ic_m68k_la_OBJECTS): ../ieee754/ieee754-auto.h ../ieee754/ieee754-ops-auto.h
58 $(pkglib_LTLIBRARIES): ../ieee754/libtme-ieee754.la
59 ../ieee754/ieee754-auto.h ../ieee754/ieee754-ops-auto.h ../ieee754/libtme-ieee754.la: force
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dfast_math.hpp278 Cv64suf ieee754; in cvIsNaN()
279 ieee754.f = value; in cvIsNaN()
296 Cv64suf ieee754; in cvIsInf()
297 ieee754.f = value; in cvIsInf()
301 Cv64suf ieee754; in cvIsInf()
302 ieee754.f = value; in cvIsInf()
304 (unsigned)ieee754.u == 0; in cvIsInf()
389 Cv32suf ieee754; in cvIsNaN()
390 ieee754.f = value; in cvIsNaN()
401 Cv32suf ieee754; in cvIsInf()
[all …]
/dports/multimedia/navidrome/.npm/_cacache/index-v5/94/75/
H A Dd5efa02e488a3b70318ac9b8c2e84ffb384302a3355c55efde920bdfbd732ieee754/-/ieee754-1.8.5.tgz","integrity":"sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRar…
/dports/multimedia/navidrome/.npm/_cacache/index-v5/c3/1b/
H A D85a15aa4626ca66ec829535406a061e4562fdedc1e63badc773df29d3e972ieee754/-/ieee754-1.1.13.tgz","integrity":"sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1se…

12345678910>>...32