- Sort Score
- Result 10 results
- Languages All
Results 21 - 29 of 29 for 212 (0.32 sec)
-
guava/src/com/google/common/math/LongMath.java
// Whenever both tests are cheap and functional, it's faster to use &, | instead of &&, || @SuppressWarnings("ShortCircuitBoolean") public static long checkedMultiply(long a, long b) { // Hacker's Delight, Section 2-12 int leadingZeros = Long.numberOfLeadingZeros(a) + Long.numberOfLeadingZeros(~a) + Long.numberOfLeadingZeros(b) + Long.numberOfLeadingZeros(~b); /*
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 09 16:39:37 UTC 2024 - 45.2K bytes - Viewed (0) -
android/guava/src/com/google/common/math/LongMath.java
// Whenever both tests are cheap and functional, it's faster to use &, | instead of &&, || @SuppressWarnings("ShortCircuitBoolean") public static long checkedMultiply(long a, long b) { // Hacker's Delight, Section 2-12 int leadingZeros = Long.numberOfLeadingZeros(a) + Long.numberOfLeadingZeros(~a) + Long.numberOfLeadingZeros(b) + Long.numberOfLeadingZeros(~b); /*
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 09 16:39:37 UTC 2024 - 45.2K bytes - Viewed (0) -
api/go1.3.txt
pkg syscall (openbsd-386), const SYS_UTRACE ideal-int pkg syscall (openbsd-386), const SYS_WAIT4 = 11 pkg syscall (openbsd-386), const SYS___THRSLEEP = 94 pkg syscall (openbsd-386), const SizeofIfData = 212 pkg syscall (openbsd-386), const SizeofIfMsghdr = 236 pkg syscall (openbsd-386), const SizeofRtMetrics = 56 pkg syscall (openbsd-386), const SizeofRtMsghdr = 96 pkg syscall (openbsd-386), const TCP_NOPUSH = 16
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0) -
api/go1.1.txt
pkg regexp/syntax, const OpRepeat = 17 pkg regexp/syntax, const OpStar = 14 pkg regexp/syntax, const OpWordBoundary = 11 pkg regexp/syntax, const POSIX = 0 pkg regexp/syntax, const Perl = 212 pkg regexp/syntax, const PerlX = 64 pkg regexp/syntax, const Simple = 512 pkg regexp/syntax, const UnicodeGroups = 128 pkg regexp/syntax, const WasDollar = 256 pkg runtime (darwin-386), const GOARCH = "386"
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const DLT_LAPB_WITH_DIR ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_LAPD = 203 pkg syscall (netbsd-arm64-cgo), const DLT_LAPD ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_LIN = 212 pkg syscall (netbsd-arm64-cgo), const DLT_LIN ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_EVDEV = 216 pkg syscall (netbsd-arm64-cgo), const DLT_LINUX_EVDEV ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
RELEASE.md
* If you use masked losses with Keras the loss values may be different in TensorFlow `2.12` compared to previous versions. * In cases where the mask was previously ignored, you will now get an error if you pass a mask with an incompatible shape. ### Major Features and Improvements `tf.keras`:
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const DLT_LAPB_WITH_DIR ideal-int pkg syscall (freebsd-arm64), const DLT_LAPD = 203 pkg syscall (freebsd-arm64), const DLT_LAPD ideal-int pkg syscall (freebsd-arm64), const DLT_LIN = 212 pkg syscall (freebsd-arm64), const DLT_LIN ideal-int pkg syscall (freebsd-arm64), const DLT_LINUX_EVDEV = 216 pkg syscall (freebsd-arm64), const DLT_LINUX_EVDEV ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const SYS_ATGETMSG ideal-int pkg syscall (darwin-arm64), const SYS_ATPGETREQ = 211 pkg syscall (darwin-arm64), const SYS_ATPGETREQ ideal-int pkg syscall (darwin-arm64), const SYS_ATPGETRSP = 212 pkg syscall (darwin-arm64), const SYS_ATPGETRSP ideal-int pkg syscall (darwin-arm64), const SYS_ATPSNDREQ = 209 pkg syscall (darwin-arm64), const SYS_ATPSNDREQ ideal-int pkg syscall (darwin-arm64), const SYS_ATPSNDRSP = 210
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
"Ê"> <!ENTITY Euml "Ë"> <!ENTITY Igrave "Ì"> <!ENTITY Iacute "Í"> <!ENTITY Icirc "Î"> <!ENTITY Iuml "Ï"> <!ENTITY ETH "Ð"> <!ENTITY Ntilde "Ñ"> <!ENTITY Ograve "Ò"> <!ENTITY Oacute "Ó"> <!ENTITY Ocirc "Ô"> <!ENTITY Otilde "Õ"> <!ENTITY Ouml "Ö"> <!ENTITY times "×"> <!ENTITY Oslash "Ø"> <!ENTITY Ugrave "Ù"> <!ENTITY Uacute "Ú"> <!ENTITY Ucirc "Û"> <!ENTITY Uuml "Ü"> <!ENTITY Yacute "Ý"> <!ENTITY THORN "Þ">...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)