Home
last modified time | relevance | path

Searched refs:PosInf (Results 1 – 25 of 142) sorted by relevance

123456

/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx_extras/
H A Dfpconst.py39 PosInf = struct.unpack('d', b'\x7F\xF0\x00\x00\x00\x00\x00\x00')[0] variable
40 NegInf = -PosInf
43 PosInf = struct.unpack('d', b'\x00\x00\x00\x00\x00\x00\xf0\x7f')[0] variable
44 NegInf = -PosInf
134 assert(not isNaN(PosInf))
142 assert(isInf(PosInf))
150 assert(not isFinite(PosInf))
158 assert(isPosInf(PosInf))
166 assert(not isNegInf(PosInf))
/dports/converters/yj/yj-5.0.0/convert/
H A Dyaml.go25 PosInf: y.PosInf(),
28 KeyPosInf: y.KeySpecialFloats.PosInf(),
51 PosInf: y.PosInf(),
54 KeyPosInf: y.KeySpecialFloats.PosInf(),
H A Dtoml.go28 PosInf: t.PosInf(),
66 PosInf: t.PosInf(),
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dfp.h67 static const uint32 PosInf = 0x7F800000u; // +infinity
147 static const uint64 PosInf = 0x7FF0000000000000ull; // +infinity
259 return binary_cast<float>(PosInf);
324 return (binary_cast<uint32>(x) & 0x7FFFFFFFu) == PosInf;
329 return binary_cast<uint32>(x) == PosInf;
401 return binary_cast<double>(PosInf);
466 return (binary_cast<uint64>(x) & 0x7FFFFFFFFFFFFFFFull) == PosInf;
471 return binary_cast<uint64>(x) == PosInf;
565 if (ix > FP<T>::PosInf - UInt(n)) // if shift(x, n) > +inf
567 ix = FP<T>::PosInf;
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/math/
H A Ddim_amd64.s7 #define PosInf 0x7FF0000000000000 macro
16 MOVQ $PosInf, AX
29 MOVQ $PosInf, AX
52 MOVQ $PosInf, AX
61 MOVQ $PosInf, AX
105 MOVQ $PosInf, AX
H A Ddim_s390x.s9 #define PosInf 0x7FF0000000000000 macro
18 MOVD $PosInf, R4
27 MOVD $PosInf, R4
52 MOVD $PosInf, R4
59 MOVD $PosInf, R4
101 MOVD $PosInf, R4
H A Ddim_arm64.s7 #define PosInf 0x7FF0000000000000 macro
14 MOVD $PosInf, R0
43 MOVD $PosInf, R0
H A Dexp_amd64.s32 #define PosInf 0x7FF0000000000000 macro
43 MOVQ $PosInf, AX
116 MOVQ $PosInf, BX
H A Datan2_s390x.s7 #define PosInf 0x7FF0000000000000 macro
81 MOVD $PosInf, R3
95 MOVD $PosInf, R4
121 MOVD $PosInf, R3
130 MOVD $PosInf, R3
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/quantiles-0.7.1/src/
H A Dhistogram.rs27 PosInf, enumerator
38 Bound::PosInf => Some(cmp::Ordering::Less), in partial_cmp()
40 Bound::PosInf => match *other { in partial_cmp()
42 Bound::PosInf => Some(cmp::Ordering::Equal), in partial_cmp()
56 Bound::PosInf => false, in eq()
58 Bound::PosInf => match *other { in eq()
60 Bound::PosInf => true, in eq()
201 let cap: (Bound<T>, usize) = (Bound::PosInf, 0); in new()
565 bounds.push(Bound::PosInf);
610 bounds.push(Bound::PosInf);
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/simplejson/tests/
H A Dtest_float.py5 from simplejson.decoder import NaN, PosInf, NegInf
9 for inf in (PosInf, NegInf):
16 for f in (PosInf, NegInf, NaN):
20 for f in (PosInf, NegInf, NaN):
/dports/devel/py-simplejson/simplejson-3.17.5/simplejson/tests/
H A Dtest_float.py5 from simplejson.decoder import NaN, PosInf, NegInf
9 for inf in (PosInf, NegInf):
16 for f in (PosInf, NegInf, NaN):
20 for f in (PosInf, NegInf, NaN):
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/math/
H A Ddim_amd64.s7 #define PosInf 0x7FF0000000000000 macro
14 MOVQ $PosInf, AX
23 MOVQ $PosInf, AX
67 MOVQ $PosInf, AX
H A Ddim_s390x.s9 #define PosInf 0x7FF0000000000000 macro
16 MOVD $PosInf, R4
23 MOVD $PosInf, R4
65 MOVD $PosInf, R4
H A Ddim_arm64.s7 #define PosInf 0x7FF0000000000000 macro
14 MOVD $PosInf, R0
H A Datan2_s390x.s7 #define PosInf 0x7FF0000000000000 macro
81 MOVD $PosInf, R3
95 MOVD $PosInf, R4
121 MOVD $PosInf, R3
130 MOVD $PosInf, R3
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/
H A Ddim_amd64.s7 #define PosInf 0x7FF0000000000000 macro
14 MOVQ $PosInf, AX
23 MOVQ $PosInf, AX
67 MOVQ $PosInf, AX
H A Ddim_s390x.s9 #define PosInf 0x7FF0000000000000 macro
16 MOVD $PosInf, R4
23 MOVD $PosInf, R4
65 MOVD $PosInf, R4
H A Ddim_arm64.s7 #define PosInf 0x7FF0000000000000 macro
14 MOVD $PosInf, R0
H A Datan2_s390x.s7 #define PosInf 0x7FF0000000000000 macro
81 MOVD $PosInf, R3
95 MOVD $PosInf, R4
121 MOVD $PosInf, R3
130 MOVD $PosInf, R3
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/inkex/deprecated-simple/
H A Dffgeom.py28 PosInf = 1e300000 variable
29 NaN = PosInf/PosInf
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/crosstest/
H A Dtest_fcmp_main.cpp49 static const double PosInf = 1.0 / 0.0; in initializeValues() local
53 assert(std::fpclassify(PosInf) == FP_INFINITE); in initializeValues()
57 assert(NegInf < PosInf); in initializeValues()
58 assert(Zero < PosInf); in initializeValues()
60 FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); in initializeValues()
/dports/converters/yj/yj-5.0.0/yaml/
H A Dencoder.go19 NaN, PosInf, NegInf interface{} member
61 case e.PosInf:
100 kenc.PosInf = e.KeyPosInf
/dports/converters/yj/yj-5.0.0/toml/
H A Ddecoder.go14 NaN, PosInf, NegInf interface{} member
82 case d.PosInf != nil && math.IsInf(in, 1):
83 return d.PosInf
/dports/textproc/py-hjson/hjson-py-3.0.2/hjson/tests/
H A Dtest_float.py5 from hjson.decoder import NaN, PosInf, NegInf
10 for f in (PosInf, NegInf, NaN):

123456