Searched defs:Invert (Results 1 - 25 of 27) sorted by relevance

12

/external/openfst/src/script/
H A Dinvert.cc24 void Invert(MutableFstClass *fst) { function in namespace:fst::script
25 Apply<Operation<MutableFstClass> >("Invert", fst->ArcType(), fst);
28 REGISTER_FST_OPERATION(Invert, StdArc, MutableFstClass);
29 REGISTER_FST_OPERATION(Invert, LogArc, MutableFstClass);
30 REGISTER_FST_OPERATION(Invert, Log64Arc, MutableFstClass);
/external/openfst/src/include/fst/script/
H A Dinvert.h31 void Invert(MutableFstClass *fst) { function in namespace:fst::script
34 Invert(typed_fst);
38 void Invert(MutableFstClass *fst);
/external/openfst/src/include/fst/
H A Dinvert.h56 void Invert(MutableFst<Arc> *fst) { function in namespace:fst
/external/skia/src/gpu/
H A DGrBlend.cpp27 static MaskedColor Invert(const MaskedColor& in) { function in class:MaskedColor
91 return MaskedColor::Mul(MaskedColor::Invert(dst), value);
99 return MaskedColor::Mul(MaskedColor::Invert(src), value);
/external/dng_sdk/source/
H A Ddng_matrix.cpp1017 dng_matrix Invert (const dng_matrix &A) function
1048 return Invert (B * A) * B;
1056 dng_matrix Invert (const dng_matrix &A, function
1065 return Invert (A);
1074 return Invert (hint * A) * hint;
/external/v8/src/compiler/
H A Doperation-typer.cc375 Type* OperationTyper::Invert(Type* type) { function in class:v8::internal::compiler::OperationTyper
383 OperationTyper::ComparisonOutcome OperationTyper::Invert( function in class:v8::internal::compiler::OperationTyper
H A Dwasm-compiler.cc426 return Invert(Binop(wasm::kExprI32Eq, left, right));
497 return Invert(Binop(wasm::kExprI64Eq, left, right));
552 return Invert(Binop(wasm::kExprF32Eq, left, right));
583 return Invert(Binop(wasm::kExprF64Eq, left, right));
1971 Node* WasmGraphBuilder::Invert(Node* node) { function in class:v8::internal::compiler::WasmGraphBuilder
H A Dtyper.cc234 static ComparisonOutcome Invert(ComparisonOutcome, Typer*);
235 static Type* Invert(Type*, Typer*);
351 Type* Typer::Visitor::Invert(Type* type, Typer* t) { function in class:v8::internal::compiler::Typer::Visitor
360 Typer::Visitor::ComparisonOutcome Typer::Visitor::Invert( function in class:v8::internal::compiler::Typer::Visitor
779 return Invert(JSEqualTyper(lhs, rhs, t), t);
816 return Invert(JSStrictEqualTyper(lhs, rhs, t), t);
873 return FalsifyUndefined(Invert(JSCompareTyper(rhs, lhs, t), t), t);
879 return FalsifyUndefined(Invert(JSCompareTyper(lhs, rhs, t), t), t);
/external/libchrome/crypto/
H A Dp224.cc243 // Invert calcuates *out = in**-1 by computing in**(2**224 - 2**96 - 1), i.e.
245 void Invert(FieldElement* out, const FieldElement& in) { function in namespace:__anon9379
691 Invert(&zinv, this->z);
732 Invert(&zinv, in.z);
/external/libweave/third_party/chromium/crypto/
H A Dp224.cc272 // Invert calcuates *out = in**-1 by computing in**(2**224 - 2**96 - 1), i.e.
274 void Invert(FieldElement* out, const FieldElement& in) { function in namespace:__anon11496
720 Invert(&zinv, this->z);
761 Invert(&zinv, in.z);
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DRenderState.java260 Invert enum constant in enum:RenderState.StencilOperation
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp935 bool Invert = false; local
947 Invert = true;
955 Invert = true;
973 if (Invert)
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp196 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert);
367 /// \brief Invert the given condition
407 bool Invert) {
408 Value *Cond = Invert ? BoolFalse : BoolTrue;
412 if (Idx != (unsigned)Invert)
406 buildCondition(BranchInst *Term, unsigned Idx, bool Invert) argument
/external/webrtc/webrtc/base/
H A Dvirtualsocketserver.cc993 return Resample(Invert(Accumulate(f)), 0, 1, samples);
1029 VirtualSocketServer::Function* VirtualSocketServer::Invert(Function* f) { function in class:rtc::VirtualSocketServer
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h924 enum HighlightingMode { None = 0, Invert, Outline, Push, Toggle }; enumerator in enum:CPDF_FormControl::HighlightingMode
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1892 bool Invert = !DefMI; local
1899 MachineOperand FalseReg = MI->getOperand(Invert ? 2 : 1);
1917 if (Invert)
H A DARMISelLowering.cpp2912 // Invert the bits.
4609 bool Invert = false; local
4631 case ISD::SETNE: Invert = true; // Fallthrough
4643 case ISD::SETULE: Invert = true; Opc = ARMISD::VCGT; break;
4645 case ISD::SETULT: Invert = true; Opc = ARMISD::VCGE; break;
4646 case ISD::SETUEQ: Invert = true; // Fallthrough
4655 case ISD::SETUO: Invert = true; // Fallthrough
4669 case ISD::SETNE: Invert = true;
4698 Invert = !Invert;
8259 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2123 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) { argument
2124 Invert = false;
2135 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
2137 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
2139 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
2140 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1502 bool Invert = false; local
1505 Invert = true;
1507 assert(EndBB == BI->getSuccessor(!Invert) && "No edge from to end block");
1628 if (Invert)
1661 if (Invert)
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1145 bool &Invert) {
1146 Invert = false;
1153 Invert = true; // Fallthrough
1165 Invert = true;
1142 changeVectorFPCCToAArch64CC(ISD::CondCode CC, AArch64CC::CondCode &CondCode, AArch64CC::CondCode &CondCode2, bool &Invert) argument
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1540 GLboolean Invert; /**< GL_MESA_pack_invert */ member in struct:gl_pixelstore_attrib
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 497 milliseconds

12