/prebuilts/go/linux-x86/src/math/big/ |
natconv.go | 27 // In other words, at most n digits in base b fit into a Word. 270 // convert less-significant words (include leading zeros) 334 // Convert words of q to base b digits in s. If q is large, it is recursively "split in half" 338 // The iterative method processes n Words by n divW() calls, each of which visits every Word in the 417 // Split blocks greater than leafSize Words (or set to 0 to disable recursive conversion) 448 for words := leafSize; words < m>>1 && k < len(cacheBase10.table); words <<= 1 {
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | [all...] |
/external/libvorbis/doc/ |
02-bitpacking.tex | 16 bitstream into an actual representation in fixed-width words. 19 \subsubsection{octets, bytes and words} 52 Words are native groupings of multiple bytes. Several byte orderings
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |
/external/clang/lib/AST/ |
Expr.cpp | 698 const uint64_t* Words = Val.getRawData(); 701 std::copy(Words, Words + NumWords, pVal); 703 VAL = Words[0]; [all...] |
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | 99 // Calculate the number of words to copy 100 unsigned words = std::min<unsigned>(bigVal.size(), getNumWords()); local 101 // Copy the words from bigVal to pVal 102 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); 137 // assume case where both are single words is already handled 210 /// In other words, if y > x then this function returns 1, otherwise 0. 300 // Split x into high and low words 544 // Otherwise, compare all words 755 /// non-overlapping, of Words words, by Shift, which must be less than 64 [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
APInt.cpp | 99 // Calculate the number of words to copy 100 unsigned words = std::min<unsigned>(bigVal.size(), getNumWords()); local 101 // Copy the words from bigVal to pVal 102 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); 137 // assume case where both are single words is already handled 210 /// In other words, if y > x then this function returns 1, otherwise 0. 316 // Split x into high and low words 522 // Otherwise, compare all words 733 /// non-overlapping, of Words words, by Shift, which must be less than 64 [all...] |
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
Core.h | 575 const uint64_t Words[]); [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | [all...] |
/external/llvm/include/llvm-c/ |
Core.h | 777 * alive at a time. In other words, a unique type is shared among all [all...] |
/external/protobuf/src/google/protobuf/ |
repeated_field_unittest.cc | 1386 std::vector<string> words; member in class:google::protobuf::__anon29921::RepeatedFieldInsertionIteratorsTest [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/ |
Core.h | 732 * alive at a time. In other words, a unique type is shared among all [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/ |
Core.h | 732 * alive at a time. In other words, a unique type is shared among all [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/ |
Core.h | 732 * alive at a time. In other words, a unique type is shared among all [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/ |
Core.h | 732 * alive at a time. In other words, a unique type is shared among all [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/ |
Core.h | 732 * alive at a time. In other words, a unique type is shared among all [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/ |
Core.h | 732 * alive at a time. In other words, a unique type is shared among all [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/ |
Core.h | 732 * alive at a time. In other words, a unique type is shared among all [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/ |
Core.h | 732 * alive at a time. In other words, a unique type is shared among all [all...] |
/external/llvm/lib/IR/ |
Core.cpp | 926 const uint64_t Words[]) { 930 makeArrayRef(Words, NumWords)))); [all...] |
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Core.cpp | 570 const uint64_t Words[]) { 574 makeArrayRef(Words, NumWords)))); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
sapi51.h | [all...] |