/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | arith.go | 16 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 …]
|
D | arith_decl.go | 23 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)
|
D | arith_decl_pure.go | 9 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) {
|
D | natdiv.go | 545 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 {
|
D | natconv.go | 31 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 {
|
D | arith_decl_s390x.go | 11 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)
|
D | arith_test.go | 200 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) {
|
D | nat.go | 69 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/ |
D | core.rs | 215 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
|
D | wrap_algorithms.rs | 376 struct Word(f64); struct 379 impl Fragment for Word { implementation
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | 2003-08-29-BitFieldStruct.c | 3 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/ |
D | SizeTraits.h | 25 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 D | small_vector_test.cpp | 374 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 D | static_vector_test.cpp | 314 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/ |
D | ZLib.pas | 93 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 D | HashTable.cpp | 31 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 D | HashTable.cpp | 34 uint32_t Word; in readSparseBitVector() local 60 uint32_t Word = 0; in writeSparseBitVector() local
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | test_elf_image_builder.h | 25 using Word = Elf32_Word; variable 32 using Word = Elf64_Word; variable
|
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 750 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 D | NameMap.cpp | 75 uint32_t Word; in load() local 100 uint32_t Word; in load() local
|
/aosp_15_r20/art/libelffile/elf/ |
H A D | elf_utils.h | 32 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 D | Word.java | 30 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 D | Word.java | 30 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 D | Word.java | 30 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 D | Word.java | 30 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
|