Searched refs:Invert (Results 1 - 25 of 35) 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/mesa3d/src/mesa/main/
H A Dpixelstore.c140 if (ctx->Pack.Invert == param)
143 ctx->Pack.Invert = param;
272 ctx->Pack.Invert = GL_FALSE;
285 ctx->Unpack.Invert = GL_FALSE;
305 ctx->DefaultPacking.Invert = GL_FALSE;
H A Dimage.c173 if (packing->Invert) {
311 if (packing->Invert) {
H A Dattrib.c1344 dst->Invert = src->Invert;
/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/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c115 if (pack->Invert) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_read.c115 if (pack->Invert) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c115 if (pack->Invert) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_pixel_read.c153 if (pack->Invert) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_pixel_read.c153 if (pack->Invert) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h347 bool Invert) const;
354 bool Invert = false) const;
H A DSystemZISelLowering.cpp1892 // Invert the condition if we want -1 on false.
2957 // StoreOpcode is the store to use and Invert says whether the store should
2964 bool Invert) const {
2982 if (Invert)
2992 if (!Invert)
3025 // is one of the operands. Invert says whether the field should be
3032 bool Invert) const {
3100 if (Invert) {
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp196 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert);
371 /// \brief Invert the given condition
411 bool Invert) {
412 Value *Cond = Invert ? BoolFalse : BoolTrue;
416 if (Idx != (unsigned)Invert)
410 buildCondition(BranchInst *Term, unsigned Idx, bool Invert) argument
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formcontrol.cpp177 return Invert;
187 return Invert;
/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.cpp940 bool Invert = false; local
952 Invert = true;
960 Invert = true;
978 if (Invert)
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2060 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) { argument
2061 Invert = false;
2072 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
2074 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
2076 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
2077 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1344 Invert, enumerator in enum:CPDF_FormControl::HighlightingMode
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1480 bool Invert = false; local
1483 Invert = true;
1485 assert(EndBB == BI->getSuccessor(!Invert) && "No edge from to end block");
1606 if (Invert)
1634 if (Invert)

Completed in 3924 milliseconds

12