Home
last modified time | relevance | path

Searched defs:Invert (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/gpu/
DGrBlend.cpp27 static MaskedColor Invert(const MaskedColor& in) { in Invert() function in MaskedColor
/external/dng_sdk/source/
Ddng_matrix.cpp1017 dng_matrix Invert (const dng_matrix &A) in Invert() function
1056 dng_matrix Invert (const dng_matrix &A, in Invert() function
/external/libweave/third_party/chromium/crypto/
Dp224.cc274 void Invert(FieldElement* out, const FieldElement& in) { in Invert() function
/external/libchrome/crypto/
Dp224.cc245 void Invert(FieldElement* out, const FieldElement& in) { in Invert() function
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp407 bool Invert) { in buildCondition()
/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc1029 VirtualSocketServer::Function* VirtualSocketServer::Invert(Function* f) { in Invert() function in rtc::VirtualSocketServer
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h924 enum HighlightingMode { None = 0, Invert, Outline, Push, Toggle }; enumerator
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp935 bool Invert = false; in LowerSETCC() local
/external/v8/src/compiler/
Dtyper.cc341 Type* Typer::Visitor::Invert(Type* type, Typer* t) { in Invert() function in v8::internal::compiler::Typer::Visitor
350 Typer::Visitor::ComparisonOutcome Typer::Visitor::Invert( in Invert() function in v8::internal::compiler::Typer::Visitor
Dwasm-compiler.cc1517 Node* WasmGraphBuilder::Invert(Node* node) { in Invert() function in v8::internal::compiler::WasmGraphBuilder
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2206 bool &Invert) { in getVectorComparisonOrInvert()
2254 bool Invert = false; in lowerVectorSETCC() local
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2123 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) { in getCRIdxForSetCC()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1892 bool Invert = !DefMI; in optimizeSelect() local
DARMISelLowering.cpp4609 bool Invert = false; in LowerVSETCC() local
8260 SDValue &CC, bool &Invert, in isConditionalZeroOrAllOnes()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1502 bool Invert = false; in SpeculativelyExecuteBB() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp149 bool Invert = false) { in EmitBinaryAtomicPost()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1145 bool &Invert) { in changeVectorFPCCToAArch64CC()
/external/mesa3d/src/mesa/main/
Dmtypes.h1540 GLboolean Invert; /**< GL_MESA_pack_invert */ member
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp14515 bool Swap = false, Invert = false, FlipSigns = false, MinMax = false; in LowerVSETCC() local
14719 bool Invert = (CC == ISD::SETNE) ^ isNullConstant(Op1); in LowerSETCC() local