Home
last modified time | relevance | path

Searched refs:max32 (Results 1 – 25 of 148) sorted by relevance

123456

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/
H A Dfloat_lit2.go36 max32 = two128 - ulp32 const
50 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32), "max32 - ulp32"},
51 {0x7f7ffffe, float32(max32 - ulp32), float32(max32 - ulp32/2), "max32 - ulp32/2"},
55 {0x7f7fffff, float32(max32), float32(max32), "max32"},
59 {0xff7ffffe, float32(-(max32 - ulp32)), float32(-(max32 - ulp32)), "-(max32 - ulp32)"},
60 {0xff7ffffe, float32(-(max32 - ulp32)), float32(-(max32 - ulp32/2)), "-(max32 - ulp32/2)"},
64 {0xff7fffff, float32(-(max32)), float32(-(max32)), "-(max32)"},
70 {0x7f7fffff, float32(max32), float32(max32 - ulp32/2 + 1), "max32 - ulp32/2 + 1"},
71 {0x7f7fffff, float32(max32), float32(max32 + ulp32/2 - 1), "max32 + ulp32/2 - 1"},
73 {0xff7fffff, float32(-(max32)), float32(-(max32 - ulp32/2 + 1)), "-(max32 - ulp32/2 + 1)"},
[all …]
H A Dfloat_lit3.go23 max32 = two128 - ulp32 const
30 float32(max32 + ulp32/2 - 1), // ok
31 float32(max32 + ulp32/2 - two128/two256), // ok
32 …float32(max32 + ulp32/2), // ERROR "constant 3\.40282e\+38 overflows float32|canno…
34 float32(-max32 - ulp32/2 + 1), // ok
35 float32(-max32 - ulp32/2 + two128/two256), // ok
36 …float32(-max32 - ulp32/2), // ERROR "constant -3\.40282e\+38 overflows float32|can…
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/variations/
H A Dvariations_murmur_hash_unittest.cc57 constexpr uint32_t max32 = std::numeric_limits<uint32_t>::max(); in TEST() local
59 0, max32 / 2 - 1, max32 - 2, in TEST()
60 1, max32 / 2, max32 - 1, in TEST()
61 2, max32 / 2 + 1, max32}; in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/variations/
H A Dvariations_murmur_hash_unittest.cc57 constexpr uint32_t max32 = std::numeric_limits<uint32_t>::max(); in TEST() local
59 0, max32 / 2 - 1, max32 - 2, in TEST()
60 1, max32 / 2, max32 - 1, in TEST()
61 2, max32 / 2 + 1, max32}; in TEST()
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/bson/
H A Dbson-int64-002.phpt13 MongoDB\BSON\toPHP(MongoDB\BSON\fromJSON('{"max32+1": {"$numberLong": "2147483648"}}')),
16 MongoDB\BSON\toPHP(MongoDB\BSON\fromJSON('{"max32": {"$numberLong": "2147483647"}}')),
45 ["max32+1"]=>
59 ["max32"]=>
/dports/devel/py-crc32c/crc32c-2.2/test/
H A Dtest_crc32c.py90 max32 = 0xffffffff
92 self.assertEqual(expected_crc ^ max32, crc32c.crc32c(b, crc ^ max32))
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System/
H A DIntPtrTest.cs35 long max32 = Int32.MaxValue; in TestLongOn32()
36 IntPtr p32max = new IntPtr (max32); in TestLongOn32()
H A DUIntPtrTest.cs33 ulong max32 = UInt32.MaxValue; in TestUlongOn32()
34 UIntPtr p32max = new UIntPtr (max32); in TestUlongOn32()
/dports/sysutils/siegfried/siegfried-1.9.1/internal/persist/
H A Dpersist.go84 min32, max32 = -2147483648, 2147483648 const
242 if i > max32 {
249 if int64(i) <= min32 || int64(i) >= max32 {
299 case int64(m) < max32:
376 if n > max32 {
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dobjfreespace.spec28 FIELD_RLL (max32, 0); // 0x32
39 FIELD_RLL (max32, 0); // 0x32
/dports/biology/canu/canu-2.2/src/utility/src/tests/
H A DtypesTest.C46 char const *max32 = "2147483647"; variable
86 assert(strtoint32(max32) == int32max); in test_strto()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/xcb_ffi/
H A Dmod.rs680 let max32 = u32::max_value(); in reconstruct_full_sequence() localVariable
681 let max32_: u64 = max32.into(); in reconstruct_full_sequence()
689 (0, max32, max32_), in reconstruct_full_sequence()
692 (max32_, max32, max32_), in reconstruct_full_sequence()
695 (max32_p1, max32, max32_), in reconstruct_full_sequence()
697 (large_offset | 0xdead_cafe, max32, large_offset + max32_), in reconstruct_full_sequence()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/xcb_ffi/
H A Dmod.rs680 let max32 = u32::max_value(); in reconstruct_full_sequence() localVariable
681 let max32_: u64 = max32.into(); in reconstruct_full_sequence()
689 (0, max32, max32_), in reconstruct_full_sequence()
692 (max32_, max32, max32_), in reconstruct_full_sequence()
695 (max32_p1, max32, max32_), in reconstruct_full_sequence()
697 (large_offset | 0xdead_cafe, max32, large_offset + max32_), in reconstruct_full_sequence()
/dports/lang/ghc/ghc-8.10.7/libraries/text/tests/src/Data/Text/
H A DInternal.hs164 ab | ab < min32 || ab > max32 -> error "overflow"
167 max32 = 0x7fffffff function
/dports/lang/ghc/ghc-8.10.7/libraries/text/benchmarks/src/Data/Text/
H A DInternal.hs164 ab | ab < min32 || ab > max32 -> error "overflow"
167 max32 = 0x7fffffff function
/dports/lang/ghc/ghc-8.10.7/libraries/text/src/Data/Text/
H A DInternal.hs164 ab | ab < min32 || ab > max32 -> error "overflow"
167 max32 = 0x7fffffff function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/text-1.2.3.2/Data/Text/
H A DInternal.hs164 ab | ab < min32 || ab > max32 -> error "overflow"
167 max32 = 0x7fffffff function
/dports/games/macopix/macopix-mascot-HxB-euc-ja-0.30/
H A DHxB_hayate.mcpx196 max32=1
315 max32=1
592 max32=1
711 max32=1
H A DHxB_ayana.mcpx233 max32=1
342 max32=1
727 max32=1
836 max32=1
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/
H A DIntDivConstantReduction.cpp370 ConstantInt *max32 = in expand64bNonPowerOf2() local
372 Value *isLteMax = B.CreateICmpSLE(dividend, max32); in expand64bNonPowerOf2()
375 Value *max32 = B.getInt64( in expand64bNonPowerOf2() local
377 is32b = B.CreateICmpULE(dividend, max32); in expand64bNonPowerOf2()
/dports/science/hdf/hdf-4.2.15/mfhdf/fortran/
H A Dhdftest.f44 integer*4 i32(2), ii32(2), max32, min32
134 max32 = 10
136 stat = sfsrange(sds1, max32, min32)
141 max32 = 0
417 stat = sfgrange(sds3, max32, min32)
423 if(max32.ne.10) then
424 print *, 'Max from GetRange ', max32
435 stat = sfgfill(sds3, max32)
441 if(max32.ne.14) then
442 print *, 'Incorrect FillValue ', max32
/dports/security/snort3/snort3-3.1.19.0/doc/reference/
H A Dsnort_reference.text465 0:max32 }
951 0:max32 }
3355 0:max32 }
4517 0:max32 }
5609 0:max32 }
5612 0:max32 }
6439 1:max32 }
7686 1:max32 }
8316 0:max32 }
8908 0:max32 }
[all …]
/dports/www/wt/wt-4.6.1/src/Wt/Dbo/backend/ibpp/core/
H A D_ibpp.cpp67 const int32_t consts::max32 = i32_limits.max(); member in ibpp_internals::consts
72 const int32_t consts::max32 = std::numeric_limits<int32_t>::max(); member in ibpp_internals::consts
/dports/biology/jalview/jalview/src/jalview/xml/binding/sifts/
H A DAlignment.java1540 protected Alignment.Geo3D.Matrix.Max32 max32; field in Alignment.Geo3D.Matrix
1721 return max32; in getMax32()
1733 this.max32 = value; in setMax32()
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Ddigitlst.cpp628 DigitList max32; max32.set("2147483647", status); in fitsIntoLong() local
629 if (this->compare(max32) > 0) { in fitsIntoLong()

123456