- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 50 for 54 (0.06 sec)
-
android/guava-tests/test/com/google/common/math/BigDecimalMathTest.java
// the representable doubles are 2^54 and 2^54 + 4 // 2^54+1 is less than halfway between, so HALF_DOWN and HALF_UP will both go down. new RoundToDoubleTester(BigDecimal.valueOf(1L << 54).add(new BigDecimal(0.5))) .setExpectation(twoToThe54, DOWN, FLOOR, HALF_DOWN, HALF_UP, HALF_EVEN) .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) .roundUnnecessaryShouldThrow() .test();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 10.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 24 01:11:41 UTC 2023 - 43.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationResponseTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.9K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/-HostnamesCommon.kt
* including dots after the first colon. It matches IPv4 addresses as strings containing only * decimal digits and dots. This pattern matches strings like "a:.23" and "54" that are neither IP * addresses nor hostnames; they will be verified as IP addresses (which is a more strict * verification). */ private val VERIFY_AS_IP_ADDRESS = "([0-9a-fA-F]*:[0-9a-fA-F:.]*)|([\\d.]+)".toRegex()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 11.2K bytes - Viewed (0) -
cmd/apierrorcode_string.go
_ = x[ErrBucketRemoteLabelInUse-50] _ = x[ErrBucketRemoteArnTypeInvalid-51] _ = x[ErrBucketRemoteArnInvalid-52] _ = x[ErrBucketRemoteRemoveDisallowed-53] _ = x[ErrRemoteTargetNotVersionedError-54] _ = x[ErrReplicationSourceNotVersionedError-55] _ = x[ErrReplicationNeedsVersioningError-56] _ = x[ErrReplicationBucketNeedsVersioningError-57] _ = x[ErrReplicationDenyEditError-58] _ = x[ErrRemoteTargetDenyAddError-59]
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 21.6K bytes - Viewed (0) -
docs/security/README.md
| | | +---+---+ | | | | | 5 +----------------+ |4 +------+ 3a | | |<------| OEK_encrypted' |<----+-------| EK_2 |<---|------+ | +----------------+ +------+ | |
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Feb 26 09:25:50 UTC 2025 - 13.8K bytes - Viewed (0) -
go.mod
github.com/gobwas/pool v0.2.1 // indirect github.com/goccy/go-json v0.10.5 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang-jwt/jwt/v5 v5.2.2 // indirect github.com/golang/protobuf v1.5.4 // indirect github.com/golang/snappy v1.0.0 // indirect github.com/google/go-tpm v0.9.3 // indirect github.com/google/pprof v0.0.0-20250422154841-e1f9c1950416 // indirect github.com/google/s2a-go v0.1.9 // indirect
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 12.3K bytes - Viewed (0) -
api/go1.7.txt
pkg debug/elf, const R_390_PLT64 = 25 pkg debug/elf, const R_390_PLT64 R_390 pkg debug/elf, const R_390_RELATIVE = 12 pkg debug/elf, const R_390_RELATIVE R_390 pkg debug/elf, const R_390_TLS_DTPMOD = 54 pkg debug/elf, const R_390_TLS_DTPMOD R_390 pkg debug/elf, const R_390_TLS_DTPOFF = 55 pkg debug/elf, const R_390_TLS_DTPOFF R_390 pkg debug/elf, const R_390_TLS_GD32 = 40 pkg debug/elf, const R_390_TLS_GD32 R_390
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jun 28 15:08:11 UTC 2016 - 13.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/math/LongMathTest.java
} private static final long[] roundToDoubleTestCandidates = { 0, 16, 1L << 53, (1L << 53) + 1, (1L << 53) + 2, (1L << 53) + 3, (1L << 53) + 4, 1L << 54, (1L << 54) + 1, (1L << 54) + 2, (1L << 54) + 3, (1L << 54) + 4, 0x7ffffffffffffe00L, // halfway between 2^63 and next-lower double 0x7ffffffffffffe01L, // above + 1
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 31.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java
assertEquals(Integer.valueOf(20), map.get(10)); assertEquals(Integer.valueOf(0), map.get(20)); assertEquals(Integer.valueOf(1), map.get(30)); assertEquals(Integer.valueOf(2), map.get(54)); assertEquals(Integer.valueOf(3), map.get(443)); assertEquals(Integer.valueOf(4), map.get(1)); assertEquals(Integer.valueOf(5), cache.get(6)); assertEquals(Integer.valueOf(6), cache.apply(7)); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 14.4K bytes - Viewed (0)