Home
last modified time | relevance | path

Searched refs:max_128 (Results 1 – 8 of 8) sorted by relevance

/dports/net-mgmt/p5-Net-IP-XS/Net-IP-XS-0.21/t/
H A D10-n128.t13 my $max_128 = '340282366920938463463374607431768211455';
247 '12341234123412341234', $max_128_minus_1, $max_128
262 is($n128->bstr(), $max_128,
272 [ 'badd', $max_128, '1', '0' ],
273 [ 'badd', $max_128, '5', '4' ],
274 [ 'badd', $max_128_minus_1, 1, $max_128 ],
279 [ 'bsub', $max_128, 1, $max_128_minus_1 ],
/dports/net/p5-Net-Works/Net-Works-0.22/t/
H A DAddress.t276 my $max_128 = ( $one * 2 )**128 - $one;
278 integer => $max_128,
290 $max_128,
/dports/math/mppp/mppp-0.26/test/
H A Dreal128_constants.cpp68 REQUIRE((max_128.m_value == real128_max().m_value));
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/x86/
H A Dcdef_avx2.cc734 const __m128i max_128 = _mm_max_epu16(_mm256_castsi256_si128(max), in CdefFilter_AVX2() local
737 sum = _mm_min_epi16(sum, max_128); in CdefFilter_AVX2()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A D_multiarray_tests.c.src1525 *mask_64 = NULL, *max_128 = NULL, *hi_bits = NULL,
1559 max_128 = PyNumber_Or(tmp, mask_64);
1560 if (max_128 == NULL) {
1584 cmp = PyObject_RichCompareBool(long_obj, max_128, Py_GT);
1621 Py_XDECREF(max_128);
1632 Py_XDECREF(max_128);
/dports/archivers/draco/googletest/googletest/test/
H A Dgoogletest-printers-test.cc464 __int128_t max_128 = static_cast<__int128_t>(~__uint128_t{} / 2); in TEST() local
465 EXPECT_EQ("-170141183460469231731687303715884105728", Print(~max_128)); in TEST()
466 EXPECT_EQ("170141183460469231731687303715884105727", Print(max_128)); in TEST()
/dports/math/mppp/mppp-0.26/include/mp++/
H A Dreal128.hpp2009 inline constexpr real128 max_128 = real128_max(); variable
/dports/math/mppp/mppp-0.26/doc/
H A Dreal128.rst1537 .. cpp:var:: constexpr mppp::real128 mppp::max_128