- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 34 for INT8 (0.25 sec)
-
api/go1.14.txt
pkg syscall (freebsd-arm64), type Msghdr struct, Pad_cgo_1 [4]uint8 pkg syscall (freebsd-arm64), type RawSockaddr struct, Data [14]int8 pkg syscall (freebsd-arm64), type RawSockaddr struct, Family uint8 pkg syscall (freebsd-arm64), type RawSockaddr struct, Len uint8 pkg syscall (freebsd-arm64), type RawSockaddrAny struct, Pad [92]int8 pkg syscall (freebsd-arm64), type RawSockaddrDatalink struct
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
tests/sql_builder_test.go
} stmt2 := dryRunDB.Find(&user, "id = ?", user.ID).Statement if stmt2.SQL.String() == "" || len(stmt2.Vars) != 1 { t.Errorf("Failed to generate sql, got %v", stmt2.SQL.String()) } } type ageInt int8 func (ageInt) String() string { return "age" } type ageBool bool func (ageBool) String() string { return "age" } type ageUint64 uint64 func (ageUint64) String() string {
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Mon Jul 21 02:46:58 UTC 2025 - 16.7K bytes - Viewed (0) -
src/bytes/buffer.go
// the buffer, so that UnreadRune and UnreadByte can check for // invalid usage. opReadRuneX constants are chosen such that // converted to int they correspond to the rune size that was read. type readOp int8 // Don't use iota for these, as the values need to correspond with the // names and comments, which is easier to see when being explicit. const ( opRead readOp = -1 // Any other read operation.
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon May 19 17:38:56 UTC 2025 - 16K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type RawSockaddrAny struct, Pad [92]int8 pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct, Alen uint8 pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct, Data [12]int8 pkg syscall (netbsd-arm64-cgo), type RawSockaddrDatalink struct, Family uint8
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type Statfs_t struct, Fssubtype uint32 pkg syscall (darwin-arm64), type Statfs_t struct, Fstypename [16]int8 pkg syscall (darwin-arm64), type Statfs_t struct, Iosize int32 pkg syscall (darwin-arm64), type Statfs_t struct, Mntfromname [1024]int8 pkg syscall (darwin-arm64), type Statfs_t struct, Mntonname [1024]int8 pkg syscall (darwin-arm64), type Statfs_t struct, Owner uint32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type Statfs_t struct, Fstypename [16]int8 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Iosize uint64 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Mntfromname [1024]int8 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Mntonname [1024]int8 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Namemax uint32 #53466
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
doc/go_spec.html
uint8(^1) // illegal: same as uint8(-2), -2 cannot be represented as a uint8 ^uint8(1) // typed uint8 constant, same as 0xFF ^ uint8(1) = uint8(0xFE) int8(^1) // same as int8(-2) ^int8(1) // same as -1 ^ int8(1) = -2 </pre> <p> Implementation restriction: A compiler may use rounding while computing untyped floating-point or complex constant expressions; see
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
cmd/utils.go
if globalVeeamForceSC != "" && s != storageclass.STANDARD && s != storageclass.RRS && isVeeamClient(ctx) { return globalVeeamForceSC } return s } type ordered interface { ~int | ~int8 | ~int16 | ~int32 | ~int64 | ~uint | ~uint8 | ~uint16 | ~uint32 | ~uint64 | ~uintptr | ~float32 | ~float64 | string } // mapKeysSorted returns the map keys as a sorted slice.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 33K bytes - Viewed (0) -
api/go1.3.txt
pkg syscall (openbsd-386), type Stat_t struct, Ino uint64 pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint64 pkg syscall (openbsd-386), type Statfs_t struct, F_mntfromspec [90]int8 pkg syscall (openbsd-386), type Statfs_t struct, Pad_cgo_0 [2]uint8 pkg syscall (openbsd-386), type Termios struct pkg syscall (openbsd-386), type Termios struct, Cc [20]uint8
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0) -
RELEASE.md
* <KNOWN LACK OF SUPPORT ON SOME PLATFORM, SHOULD GO HERE> ### Major Features and Improvements * <IF RELEASE CONTAINS MULTIPLE FEATURES FROM SAME AREA, GROUP THEM TOGETHER> * `tf.lite` * Adds int8 and int16x8 support for SQRT operator. ### Bug Fixes and Other Changes * <SIMILAR TO ABOVE SECTION, BUT FOR OTHER IMPORTANT CHANGES / BUG FIXES> * <IF A CHANGE CLOSES A GITHUB ISSUE, IT SHOULD BE DOCUMENTED HERE>
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1)