HomeSort by relevance Sort by last modified time
    Searched refs:Extract (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/libtextclassifier/tests/
token-feature-extractor_test.cc 43 extractor.Extract(Token{"Hello", 0, 5}, true, &sparse_features,
71 extractor.Extract(Token{"world!", 23, 29}, false, &sparse_features,
113 extractor.Extract(Token{"H?lló", 0, 5}, true, &sparse_features,
141 extractor.Extract(Token{"world!", 23, 29}, false, &sparse_features,
182 extractor.Extract(Token{"H?lló", 0, 5}, true, &sparse_features,
188 extractor.Extract(Token{"world!", 23, 29}, false, &sparse_features,
194 extractor.Extract(Token{"?", 23, 29}, false, &sparse_features,
200 extractor.Extract(Token{"?", 23, 29}, false, &sparse_features,
215 extractor.Extract(Token{"9:30am", 0, 6}, true, &sparse_features,
219 extractor.Extract(Token{"5:32am", 0, 6}, true, &sparse_features2
    [all...]
  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 144 /// <0, 2, 4, 6> (mask of index 0 to extract even elements)
145 /// <1, 3, 5, 7> (mask of index 1 to extract odd elements)
206 // they can be modifed to extract from one of the shufflevectors instead of
209 auto *Extract = dyn_cast<ExtractElementInst>(*UI);
210 if (Extract && isa<ConstantInt>(Extract->getIndexOperand())) {
211 Extracts.push_back(Extract);
280 for (auto *Extract : Extracts) {
283 auto *IndexOperand = cast<ConstantInt>(Extract->getIndexOperand());
291 // If the shufflevector instruction doesn't dominate the extract, w
    [all...]
  /external/libtextclassifier/smartselect/
cached-features.h 54 Extract(sparse_features, dense_features, feature_vector_fn);
64 // VectorSpan<float>, so the output of Extract is valid only until the next
75 void Extract(const std::vector<std::vector<int>>& sparse_features,
token-feature-extractor.h 34 // Orders of charactergrams to extract. E.g., 2 means character bigrams, 3
38 // Whether to extract the token case feature.
44 // Whether to extract the selection mask feature.
47 // Regexp features to extract.
71 bool Extract(const Token& token, bool is_in_span,
cached-features.cc 22 void CachedFeatures::Extract(
  /external/lzma/CPP/7zip/UI/Console/
Console.mak 21 $O\Extract.obj \
  /external/llvm/include/llvm/DebugInfo/CodeView/
StreamArray.h 114 : IterRef(Array.Stream), Array(&Array), HadError(HadError), Extract(E) {
115 auto EC = Extract(IterRef, ThisLen, ThisValue);
122 explicit VarStreamArrayIterator(const Extractor &E) : Extract(E) {}
157 auto EC = Extract(IterRef, ThisLen, ThisValue);
193 Extractor Extract;
  /external/swiftshader/src/Renderer/
Blitter.cpp 796 if(writeA) { *Pointer<SByte>(element + 3) = SByte(Extract(c, 3)); }
802 if(writeB) { *Pointer<SByte>(element + 2) = SByte(Extract(c, 2)); }
804 if(writeG) { *Pointer<SByte>(element + 1) = SByte(Extract(c, 1)); }
806 if(writeR) { *Pointer<SByte>(element) = SByte(Extract(c, 0)); }
809 if(writeA) { *Pointer<Byte>(element + 3) = Byte(Extract(c, 3)); }
815 if(writeB) { *Pointer<Byte>(element + 2) = Byte(Extract(c, 2)); }
817 if(writeG) { *Pointer<Byte>(element + 1) = Byte(Extract(c, 1)); }
819 if(writeR) { *Pointer<Byte>(element) = Byte(Extract(c, 0)); }
822 if(writeA) { *Pointer<Short>(element + 6) = Short(Extract(c, 3)); }
828 if(writeB) { *Pointer<Short>(element + 4) = Short(Extract(c, 2));
    [all...]
  /external/libmpeg2/common/arm/
impeg2_inter_pred.s 318 vext.8 d8, d0, d1, #1 @Extract pixels (1-8) of row1
320 vext.8 d12, d2, d3, #1 @Extract pixels (1-8) of row5
322 vext.8 d16, d4, d5, #1 @Extract pixels (1-8) of row2
324 vext.8 d20, d6, d7, #1 @Extract pixels (1-8) of row6
336 vext.8 d1, d9, d10, #1 @Extract pixels (1-8) of row3
338 vext.8 d3, d13, d14, #1 @Extract pixels (1-8) of row7
342 vext.8 d5, d17, d18, #1 @Extract pixels (1-8) of row4
344 vext.8 d7, d21, d22, #1 @Extract pixels (1-8) of row8
429 vext.8 d1, d0, d1, #1 @Extract pixels (1-8) of row1
433 vext.8 d3, d2, d3, #1 @Extract pixels (1-8) of row
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Extract.h 0 // Extract.h
79 HRESULT Extract(
  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyEfiCompressor/
EfiCompressor.c 78 Status = Extract((VOID *)SrcBuf, SrcDataSize, (VOID **)&DstBuf, &DstDataSize, 1);
155 Status = Extract((VOID *)SrcBuf, SrcDataSize, (VOID **)&DstBuf, &DstDataSize, 2);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/
CTA15-A7Helper.asm 49 // Extract cpu_id and cluster_id from ARM_SCC_CFGREG48
80 // Extract cpu_id and cluster_id from ARM_SCC_CFGREG48
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
Decompress.h 157 Extract (
  /external/llvm/test/MC/AArch64/
arm64-bitfield-encoding.s 31 ; 5.4.5 Extract (immediate)
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 1 //===- llvm-extract.cpp - LLVM function extraction utility ----------------===//
52 // ExtractFuncs - The functions to extract from the module.
54 ExtractFuncs("func", cl::desc("Specify function to extract"),
58 // extract from the module.
60 ExtractRegExpFuncs("rfunc", cl::desc("Specify function(s) to extract using a "
64 // ExtractAlias - The alias to extract from the module.
66 ExtractAliases("alias", cl::desc("Specify alias to extract"),
71 // extract from the module.
73 ExtractRegExpAliases("ralias", cl::desc("Specify alias(es) to extract using a "
77 // ExtractGlobals - The globals to extract from the module
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 111 " x[No] - extract file(s) from the archive\n"
134 Extract, ///< Extract files back to file system
171 // Extract the member filename from the command line for the [relpos] argument
236 case 'x': ++NumOperations; Operation = Extract; break;
305 if (OriginalDates && Operation != Extract)
390 case Extract:
404 if (Operation == Extract && OldArchive->isThin())
431 case Extract:
680 case Extract
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 782 Value *Extract = Builder.CreateExtractElement(Store->getValueOperand(),
784 if (Extract->getType() != StoreTy->getScalarType())
785 Extract = Builder.CreateBitCast(Extract, StoreTy->getScalarType());
788 Builder.CreateInsertElement(Vec, Extract, Builder.getInt32(NewIdx));
795 Value *Extract = Store->getValueOperand();
796 if (Extract->getType() != StoreTy->getScalarType())
797 Extract =
798 Builder.CreateBitOrPointerCast(Extract, StoreTy->getScalarType());
801 Builder.CreateInsertElement(Vec, Extract, Builder.getInt32(I))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
PackageFile.py 71 ## Extract the file
80 self.Extract(FileN, ToFile)
82 ## Extract the file
92 self.Extract(File, ToFile)
97 ## Extract the file
102 def Extract(self, Which, ToDest):
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 37 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
39 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 36 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
38 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractEngine.cpp 79 Result = ArchiveLink.GetArchive()->Extract(0, (UInt32)(Int32)-1 , BoolToInt(false), ExtractCallback);
  /external/v8/src/arm64/
decoder-arm64.h 25 V(Extract) \
  /external/vixl/examples/aarch64/
non-const-visitor.h 63 V(Extract) \
  /external/boringssl/src/ssl/test/runner/
hkdf.go 22 // hkdfExtract implements HKDF-Extract from RFC 5869.
  /prebuilts/go/darwin-x86/src/runtime/
fastlog2.go 21 // Extract the exponent from the IEEE float64, and index a constant

Completed in 528 milliseconds

1 2 3 4 5 6