Home
last modified time | relevance | path

Searched defs:Word (Results 1 – 25 of 230) sorted by relevance

12345678910

/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Darith.go16 type Word uint type
44 func mulWW(x, y Word) (z1, z0 Word) {
50 func mulAddWWW_g(x, y, c Word) (z1, z0 Word) {
59 func nlz(x Word) uint {
64 func addVV_g(z, x, y []Word) (c Word) {
75 func subVV_g(z, x, y []Word) (c Word) {
86 func addVW_g(z, x []Word, y Word) (c Word) {
104 func addVWlarge(z, x []Word, y Word) (c Word) {
119 func subVW_g(z, x []Word, y Word) (c Word) {
131 func subVWlarge(z, x []Word, y Word) (c Word) {
[all …]
Darith_decl.go23 func addVV(z, x, y []Word) (c Word)
35 func subVV(z, x, y []Word) (c Word)
47 func addVW(z, x []Word, y Word) (c Word)
59 func subVW(z, x []Word, y Word) (c Word)
71 func shlVU(z, x []Word, s uint) (c Word)
74 func shrVU(z, x []Word, s uint) (c Word)
86 func mulAddVWW(z, x []Word, y, r Word) (c Word)
98 func addMulVVW(z, x []Word, y Word) (c Word)
Darith_decl_pure.go9 func addVV(z, x, y []Word) (c Word) {
13 func subVV(z, x, y []Word) (c Word) {
17 func addVW(z, x []Word, y Word) (c Word) {
26 func subVW(z, x []Word, y Word) (c Word) {
35 func shlVU(z, x []Word, s uint) (c Word) {
39 func shrVU(z, x []Word, s uint) (c Word) {
43 func mulAddVWW(z, x []Word, y, r Word) (c Word) {
47 func addMulVVW(z, x []Word, y Word) (c Word) {
Dnatdiv.go545 func (z nat) divW(x nat, y Word) (q nat, r Word) {
565 func (x nat) modW(d Word) (r Word) {
574 func divWVW(z []Word, xn Word, x []Word, y Word) (r Word) {
716 func greaterThan(x1, x2, y1, y2 Word) bool {
Dnatconv.go31 func maxPow(b Word) (p Word, n int) {
43 func pow(x Word, n int) (p Word) {
368 func (q nat) convertWords(s []byte, b Word, ndigits int, bb Word, table []divisor) {
454 func (z nat) expWW(x, y Word) nat {
459 func divisors(m int, b Word, ndigits int, bb Word) []divisor {
Darith_decl_s390x.go11 func addVV_check(z, x, y []Word) (c Word)
12 func addVV_vec(z, x, y []Word) (c Word)
13 func addVV_novec(z, x, y []Word) (c Word)
14 func subVV_check(z, x, y []Word) (c Word)
15 func subVV_vec(z, x, y []Word) (c Word)
16 func subVV_novec(z, x, y []Word) (c Word)
Darith_test.go200 func makeFunVW(f func(z, x []Word, s uint) (c Word)) funVW {
235 func makeWordVec(e Word, n int) []Word {
340 func testShiftFunc(t *testing.T, f func(z, x []Word, s uint) Word, a argVU) {
Dnat.go69 func (z nat) setWord(x Word) nat {
177 func (z nat) mulAddWW(x nat, y, r Word) nat {
210 func (z nat) montgomery(x, y, m nat, k Word, n int) nat {
/aosp_15_r20/external/rust/android-crates-io/crates/textwrap/src/
Dcore.rs215 pub struct Word<'a> { struct
226 impl std::ops::Deref for Word<'_> { argument
234 impl<'a> Word<'a> { implementation
304 impl Fragment for Word<'_> { implementation
Dwrap_algorithms.rs376 struct Word(f64); struct
379 impl Fragment for Word { implementation
/aosp_15_r20/external/clang/test/CodeGen/
H A D2003-08-29-BitFieldStruct.c3 struct Word { struct
4 short bar;
5 short baz;
6 int final:1;
7 short quux;
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h25 typedef uint32_t Word; typedef
34 typedef uint64_t Word; typedef
48 typedef llvm::ELF::Elf32_Word Word; typedef
66 typedef llvm::ELF::Elf64_Word Word; typedef
/aosp_15_r20/frameworks/native/libs/ftl/
H A Dsmall_vector_test.cpp374 struct Word { in TEST() struct
375 explicit Word(std::string str) : str(std::move(str)) {} in TEST() argument
376 const std::string str; in TEST()
378 bool operator==(const Word& other) const { return other.str == str; } in TEST()
H A Dstatic_vector_test.cpp314 struct Word { in TEST() struct
315 explicit Word(std::string str) : str(std::move(str)) {} in TEST() argument
316 const std::string str; in TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas93 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek()
122 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek()
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in TCompressionStream.Seek()
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in Seek()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp31 uint32_t Word; in readSparseBitVector() local
57 uint32_t Word = 0; in writeSparseBitVector() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp34 uint32_t Word; in readSparseBitVector() local
60 uint32_t Word = 0; in writeSparseBitVector() local
/aosp_15_r20/external/cronet/base/debug/
H A Dtest_elf_image_builder.h25 using Word = Elf32_Word; variable
32 using Word = Elf64_Word; variable
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp750 struct SPIRVCodeGenerator::Word { struct in SkSL::SPIRVCodeGenerator
751 enum Kind {
761 Word(SpvId id) : fValue(id), fKind(Kind::kSpvId) {} in Word() argument
762 Word(int32_t val, Kind kind) : fValue(val), fKind(kind) {} in Word() function
764 static Word Number(int32_t val) { in Number()
768 static Word Result(const Type& type) { in Result()
772 static Word RelaxedResult() { in RelaxedResult()
776 static Word UniqueResult() { in UniqueResult()
780 static Word Result() { in Result()
787 static Word KeyedResult(int32_t key) { return Word{key, Kind::kKeyedResult}; } in KeyedResult()
[all …]
/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/Raw/
H A DNameMap.cpp75 uint32_t Word; in load() local
100 uint32_t Word; in load() local
/aosp_15_r20/art/libelffile/elf/
H A Delf_utils.h32 using Word = Elf32_Word; member
47 using Word = Elf64_Word; member
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/
H A DWord.java30 public final class Word extends com.google.protobuf.GeneratedMessageV3 class
36 private Word(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Word() method in Word
40 private Word() { in Word() method in Word
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p4beta1/src/main/java/com/google/cloud/vision/v1p4beta1/
H A DWord.java30 public final class Word extends com.google.protobuf.GeneratedMessageV3 class
36 private Word(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Word() method in Word
40 private Word() { in Word() method in Word
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/
H A DWord.java30 public final class Word extends com.google.protobuf.GeneratedMessageV3 class
36 private Word(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Word() method in Word
40 private Word() { in Word() method in Word
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p2beta1/src/main/java/com/google/cloud/vision/v1p2beta1/
H A DWord.java30 public final class Word extends com.google.protobuf.GeneratedMessageV3 class
36 private Word(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Word() method in Word
40 private Word() { in Word() method in Word

12345678910