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

/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/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dinvert.h49 void Invert(MutableFst<Arc> *fst) { Map(fst, InvertMapper<Arc>()); } function in namespace:fst
/external/openfst/src/include/fst/
H A Dinvert.h56 void Invert(MutableFst<Arc> *fst) { function in namespace:fst
/external/chromium_org/ash/display/
H A Ddisplay_layout.cc91 DisplayLayout DisplayLayout::Invert() const { function in class:ash::DisplayLayout
/external/chromium_org/third_party/skia/src/core/
H A DSkFloat.cpp210 int32_t SkFloat::Invert(int32_t packed) function in class:SkFloat
/external/skia/src/core/
H A DSkFloat.cpp210 int32_t SkFloat::Invert(int32_t packed) function in class:SkFloat
/external/chromium_org/crypto/
H A Dp224.cc241 // Invert calcuates *out = in**-1 by computing in**(2**224 - 2**96 - 1), i.e.
243 void Invert(FieldElement* out, const FieldElement& in) { function in namespace:__anon8169
687 Invert(&zinv, this->z);
728 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.cpp824 bool Invert = false; local
836 Invert = true;
844 Invert = true;
862 if (Invert)
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp600 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) { argument
601 Invert = false;
612 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
614 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
616 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
617 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp190 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert);
308 /// \brief Invert the given condition
343 bool Invert) {
344 Value *Cond = Invert ? BoolFalse : BoolTrue;
348 if (Idx != (unsigned)Invert)
342 buildCondition(BranchInst *Term, unsigned Idx, bool Invert) argument
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dvirtualsocketserver.cc1000 return Resample(Invert(Accumulate(f)), 0, 1, samples);
1036 VirtualSocketServer::Function* VirtualSocketServer::Invert(Function* f) { function in class:talk_base::VirtualSocketServer
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2296 bool Invert = false; local
2333 Invert = true;
2355 Invert = true;
2378 if (Invert)
2419 Invert = true; // Fallthrough
2443 Invert = true;
2448 Invert = true;
2452 Invert = true;
2457 Invert = true;
2461 Invert
[all...]
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1691 bool Invert = !DefMI; local
1710 if (Invert)
1724 MachineOperand FalseReg = MI->getOperand(Invert ? 2 : 1);
H A DARMISelLowering.cpp2628 // Invert the bits.
4007 bool Invert = false; local
4022 case ISD::SETNE: Invert = true; // Fallthrough
4034 case ISD::SETULE: Invert = true; Opc = ARMISD::VCGT; break;
4036 case ISD::SETULT: Invert = true; Opc = ARMISD::VCGE; break;
4037 case ISD::SETUEQ: Invert = true; // Fallthrough
4046 case ISD::SETUO: Invert = true; // Fallthrough
4060 case ISD::SETNE: Invert = true;
4089 Invert = !Invert;
7783 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1400 bool Invert = false; local
1403 Invert = true;
1405 assert(EndBB == BI->getSuccessor(!Invert) && "No edge from to end block");
1519 if (Invert)
1547 if (Invert)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1540 GLboolean Invert; /**< GL_MESA_pack_invert */ member in struct:gl_pixelstore_attrib
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7003 // Invert the operand order and use SHUFPS to match it.
9717 bool Swap = false, Invert = false, FlipSigns = false, MinMax = false; local
9721 case ISD::SETNE: Invert = true;
9726 case ISD::SETLE: Opc = X86ISD::PCMPGT; Invert = true; break;
9730 case ISD::SETULE: Opc = X86ISD::PCMPGT; FlipSigns = true; Invert = true; break;
9746 if (MinMax) { Swap = false; Invert = false; FlipSigns = false; }
9791 if (Invert)
9814 if (Invert)
9833 if (Invert)
9878 bool Invert local
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1540 GLboolean Invert; /**< GL_MESA_pack_invert */ member in struct:gl_pixelstore_attrib

Completed in 858 milliseconds