Searched refs:Invert (Results 1 - 25 of 26) 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);
H A Dfstscript.h110 REGISTER_FST_OPERATION(Invert, Arc, MutableFstClass);
/external/openfst/src/bin/
H A Dfstinvert.cc47 s::Invert(fst);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Depsnormalize.h65 Invert(ofst);
H A Dinvert.h49 void Invert(MutableFst<Arc> *fst) { Map(fst, InvertMapper<Arc>()); } function in namespace:fst
/external/openfst/src/include/fst/
H A Depsnormalize.h68 Invert(ofst);
H A Dinvert.h56 void Invert(MutableFst<Arc> *fst) { function in namespace:fst
/external/skia/legacy/src/core/
H A DSkFP.h64 #define SkFPInvert(x) SkFloat::Invert(x)
H A DSkFloat.h103 static int32_t Invert(int32_t);
H A DSkFloat.cpp210 int32_t SkFloat::Invert(int32_t packed) function in class:SkFloat
/external/skia/src/core/
H A DSkFP.h64 #define SkFPInvert(x) SkFloat::Invert(x)
H A DSkFloat.h103 static int32_t Invert(int32_t);
H A DSkFloat.cpp210 int32_t SkFloat::Invert(int32_t packed) function in class:SkFloat
/external/llvm/lib/Target/R600/
H A DAMDGPUStructurizeCFG.cpp200 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert);
313 /// \brief Invert the given condition
349 bool Invert) {
350 Value *Cond = Invert ? BoolFalse : BoolTrue;
354 if (Idx != Invert)
348 buildCondition(BranchInst *Term, unsigned Idx, bool Invert) argument
/external/srec/tools/make_cfst/
H A Dmake_cfst.cpp232 fst::Invert(&myCfst);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp605 /// two simpler comparisons. In this case, Invert is guaranteed to be false.
606 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert, int &Other) { argument
607 Invert = false;
619 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
621 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
623 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
624 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO
/external/libyuv/files/unit_test/
H A Dplanar_test.cc85 TESTPLANARTOBI(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, Invert, -)
161 TESTBIPLANARTOBI(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, Invert, -)
243 TESTATOPLANARI(FMT_A, BPP_A, FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, Invert, -)
306 TESTATOBI(FMT_A, BPP_A, STRIDE_A, FMT_B, BPP_B, Invert, -)
/external/openfst/src/test/
H A Dalgo_test.h322 Invert(&I1);
332 Invert(&I1);
342 Invert(&I1);
558 Invert(&S2);
560 Invert(&S2);
/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.cpp821 bool Invert = false; local
833 Invert = true;
841 Invert = true;
859 if (Invert)
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1383 bool Invert = false; local
1386 Invert = true;
1388 assert(EndBB == BI->getSuccessor(!Invert) && "No edge from to end block");
1503 if (Invert)
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2520 // Invert the bits.
3772 bool Invert = false; local
3787 case ISD::SETNE: Invert = true; // Fallthrough
3799 case ISD::SETULE: Invert = true; Opc = ARMISD::VCGT; break;
3801 case ISD::SETULT: Invert = true; Opc = ARMISD::VCGE; break;
3802 case ISD::SETUEQ: Invert = true; // Fallthrough
3811 case ISD::SETUO: Invert = true; // Fallthrough
3825 case ISD::SETNE: Invert = true;
3854 Invert = !Invert;
7476 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
[all...]
H A DARMBaseInstrInfo.cpp1686 bool Invert = !DefMI; local
1705 if (Invert)
1719 MachineOperand FalseReg = MI->getOperand(Invert ? 2 : 1);
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglRenderer.java677 case Invert:

Completed in 595 milliseconds

12