Searched defs:Mode (Results 101 - 125 of 208) sorted by relevance

123456789

/external/eigen/Eigen/src/SparseCore/
H A DSparseSelfAdjointView.h21 * \param Mode can be either \c #Lower or \c #Upper
31 template<typename MatrixType, unsigned int Mode>
32 struct traits<SparseSelfAdjointView<MatrixType,Mode> > : traits<MatrixType> {
38 template<int Mode,typename MatrixType,int DestOrder>
49 Mode = _Mode, enumerator in enum:Eigen::SparseSelfAdjointView::__anon6399
50 TransposeMode = ((Mode & Upper) ? Lower : 0) | ((Mode & Lower) ? Upper : 0),
127 SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode> twistedBy(const PermutationMatrix<Dynamic,Dynamic,StorageIndex>& perm) const
129 return SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode>(m_matrix, perm);
191 template<typename MatrixType, unsigned int Mode>
[all...]
/external/libvpx/libvpx/vp8/common/
H A Donyx.h141 int Mode; member in struct:__anon12779
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h556 const ModRefInfo Mode);
561 const ModRefInfo Mode) {
562 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
559 canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, const Value *Ptr, uint64_t Size, const ModRefInfo Mode) argument
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp381 llvm::ObjSizeMode Mode) {
383 RoundToAlign, Mode);
408 ObjSizeMode Mode)
409 : DL(DL), TLI(TLI), RoundToAlign(RoundToAlign), Mode(Mode) {
620 if (Mode == ObjSizeMode::Min) {
625 if (Mode == ObjSizeMode::Max) {
379 getObjectSize(const Value *Ptr, uint64_t &Size, const DataLayout &DL, const TargetLibraryInfo *TLI, bool RoundToAlign, llvm::ObjSizeMode Mode) argument
404 ObjectSizeOffsetVisitor(const DataLayout &DL, const TargetLibraryInfo *TLI, LLVMContext &Context, bool RoundToAlign, ObjSizeMode Mode) argument
/external/llvm/lib/Support/
H A Draw_ostream.cpp94 BufferKind Mode) {
95 assert(((Mode == Unbuffered && !BufferStart && Size == 0) ||
96 (Mode != Unbuffered && BufferStart && Size != 0)) &&
107 BufferMode = Mode;
93 SetBufferAndMode(char *BufferStart, size_t Size, BufferKind Mode) argument
/external/skia/src/effects/
H A DSkRRectsGaussianEdgeMaskFilter.cpp203 enum Mode { enum in class:RRectsGaussianEdgeFP
222 Mode firstMode() const { return fFirstMode; }
224 Mode secondMode() const { return fSecondMode; }
235 void emitModeCode(Mode mode,
484 static Mode ComputeMode(const SkRRect& rr) {
507 Mode fFirstMode;
509 Mode fSecondMode;
/external/skqp/src/effects/
H A DSkRRectsGaussianEdgeMaskFilter.cpp203 enum Mode { enum in class:RRectsGaussianEdgeFP
222 Mode firstMode() const { return fFirstMode; }
224 Mode secondMode() const { return fSecondMode; }
235 void emitModeCode(Mode mode,
482 static Mode ComputeMode(const SkRRect& rr) {
505 Mode fFirstMode;
507 Mode fSecondMode;
/external/swiftshader/third_party/LLVM/lib/Linker/
H A DLinkModules.cpp339 unsigned Mode; // Mode to treat source module. member in class:__anon22734::ModuleLinker
348 : DstM(dstM), SrcM(srcM), Mode(mode) { }
821 if (Mode == Linker::DestroySource) {
993 bool Linker::LinkModules(Module *Dest, Module *Src, unsigned Mode, argument
995 ModuleLinker TheLinker(Dest, Src, Mode);
/external/swiftshader/third_party/LLVM/lib/Support/
H A Draw_ostream.cpp87 BufferKind Mode) {
88 assert(((Mode == Unbuffered && BufferStart == 0 && Size == 0) ||
89 (Mode != Unbuffered && BufferStart && Size)) &&
100 BufferMode = Mode;
86 SetBufferAndMode(char *BufferStart, size_t Size, BufferKind Mode) argument
/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp236 // "Addressing Mode 1 - Data-processing operands" forms. This includes:
275 // Addressing Mode #2
390 // Addressing Mode #3
491 ARM_AM::AMSubMode Mode = ARM_AM::getAM4SubMode(MI->getOperand(OpNum) local
493 O << ARM_AM::getAMSubModeStr(Mode);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp99 BufferKind Mode) {
100 assert(((Mode == Unbuffered && !BufferStart && Size == 0) ||
101 (Mode != Unbuffered && BufferStart && Size != 0)) &&
112 BufferMode = Mode;
98 SetBufferAndMode(char *BufferStart, size_t Size, BufferKind Mode) argument
/external/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp322 int Mode = VarArgs[2]; local
325 return trace(open(Path, Flags, Mode));
/external/syslinux/efi32/include/efi/
H A Definet.h337 EFI_SIMPLE_NETWORK_MODE *Mode; member in struct:_EFI_SIMPLE_NETWORK
/external/syslinux/efi64/include/efi/
H A Definet.h337 EFI_SIMPLE_NETWORK_MODE *Mode; member in struct:_EFI_SIMPLE_NETWORK
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Definet.h337 EFI_SIMPLE_NETWORK_MODE *Mode; member in struct:_EFI_SIMPLE_NETWORK
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DSimpleNetwork.h465 must be equal to This->Mode->MediaHeaderSize and the DestAddr
476 This->Mode->CurrentAddress is used for the source HW MAC address.
588 EFI_SIMPLE_NETWORK_MODE *Mode; member in struct:_EFI_SIMPLE_NETWORK_PROTOCOL
H A DSimpleTextOut.h342 Mode Structure pointed to by Simple Text Out protocol.
347 @param Mode
369 INT32 Mode; member in struct:__anon25036
399 EFI_SIMPLE_TEXT_OUTPUT_MODE *Mode; member in struct:_EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL
/external/v8/include/libplatform/
H A Dv8-tracing.h214 enum Mode { DISABLED = 0, RECORDING_MODE }; enum in class:v8::platform::tracing::TracingController
259 Mode mode_ = DISABLED;
/external/clang/lib/Parse/
H A DParsePragma.cpp510 MSVtorDispAttr::Mode Mode = MSVtorDispAttr::Mode(Value & 0xFFFF); local
512 Actions.ActOnPragmaMSVtorDisp(Action, PragmaLoc, Mode);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp152 /// Mode of the analyzes while recursively visiting Decls.
246 void DisplayFunction(const Decl *D, AnalysisMode Mode, argument
256 if (Mode == AM_Syntax)
258 else if (Mode == AM_Path) {
271 assert(Mode == (AM_Syntax | AM_Path) && "Unexpected mode!");
317 /// \param Mode - determines if we are requesting syntax only or path
322 void HandleCode(Decl *D, AnalysisMode Mode,
338 AnalysisMode Mode = getModeForDecl(D, RecVisitorMode); local
339 if (Mode & AM_Syntax)
387 AnalysisMode getModeForDecl(Decl *D, AnalysisMode Mode);
584 getModeForDecl(Decl *D, AnalysisMode Mode) argument
608 HandleCode(Decl *D, AnalysisMode Mode, ExprEngine::InliningModes IMode, SetOfConstDecls *VisitedCallees) argument
[all...]
/external/eigen/Eigen/src/Core/
H A DTriangularMatrix.h32 Mode = internal::traits<Derived>::Mode, enumerator in enum:Eigen::TriangularBase::__anon5899
56 inline TriangularBase() { eigen_assert(!((Mode&UnitDiag) && (Mode&ZeroDiag))); }
131 const int mode = int(Mode) & ~SelfAdjoint;
156 * \param Mode the kind of triangular matrix expression to construct. Can be #Upper,
177 Mode = _Mode, enumerator in enum:Eigen::internal::traits::__anon5900
207 Mode = _Mode, enumerator in enum:Eigen::TriangularView::__anon5901
209 TransposeMode = (Mode & Upper ? Lower : 0)
210 | (Mode
353 Mode = _Mode, enumerator in enum:Eigen::TriangularViewImpl::__anon5902
[all...]
/external/eigen/Eigen/src/Geometry/
H A DTransform.h26 Mode = Transform::Mode, enumerator in enum:Eigen::internal::transform_traits::__anon6278
27 IsProjective = (int(Mode)==int(Projective))
40 int Mode,
56 int Mode,
82 template<int Mode> struct transform_make_affine;
206 Mode = _Mode, enumerator in enum:Eigen::Transform::__anon6280
210 Rows = int(Mode)==(AffineCompact) ? Dim : HDim
223 typedef Block<MatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> LinearPart;
225 typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)
1302 Mode = enumerator in enum:Eigen::internal::transform_product_result::__anon6283
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNormalizer.java136 private Mode mode;
224 * The Mode class is not intended for public subclassing.
225 * Only the Mode constants provided by the Normalizer class should be used,
232 public static abstract class Mode { class in class:Normalizer
240 protected Mode() { method in class:Normalizer.Mode
252 private static final class NONEMode extends Mode {
256 private static final class NFDMode extends Mode {
263 private static final class NFKDMode extends Mode {
270 private static final class NFCMode extends Mode {
277 private static final class NFKCMode extends Mode {
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java137 private Mode mode;
223 * The Mode class is not intended for public subclassing.
224 * Only the Mode constants provided by the Normalizer class should be used,
230 public static abstract class Mode { class in class:Normalizer
237 protected Mode() { method in class:Normalizer.Mode
248 private static final class NONEMode extends Mode {
252 private static final class NFDMode extends Mode {
259 private static final class NFKDMode extends Mode {
266 private static final class NFCMode extends Mode {
273 private static final class NFKCMode extends Mode {
[all...]
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp226 static int getLoadStoreMultipleOpcode(unsigned Opcode, ARM_AM::AMSubMode Mode) { argument
231 switch (Mode) {
240 switch (Mode) {
252 switch (Mode) {
260 switch (Mode) {
267 switch (Mode) {
275 switch (Mode) {
282 switch (Mode) {
289 switch (Mode) {
296 switch (Mode) {
621 ARM_AM::AMSubMode Mode = ARM_AM::ia; local
1056 getUpdatingLSMultipleOpcode(unsigned Opc, ARM_AM::AMSubMode Mode) argument
1228 ARM_AM::AMSubMode Mode = getLoadStoreMultipleSubMode(Opcode); local
1278 getPreIndexedLoadStoreOpcode(unsigned Opc, ARM_AM::AddrOpc Mode) argument
1303 getPostIndexedLoadStoreOpcode(unsigned Opc, ARM_AM::AddrOpc Mode) argument
[all...]

Completed in 816 milliseconds

123456789