Searched defs:Invert (Results 1 - 21 of 21) 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.cpp204 int32_t SkFloat::Invert(int32_t packed) function in class:SkFloat
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMatrix.h190 Status Invert() function in class:Matrix
/external/skia/src/core/
H A DSkFloat.cpp204 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:__anon7949
687 Invert(&zinv, this->z);
728 Invert(&zinv, in.z);
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp936 bool Invert = false; local
948 Invert = true;
956 Invert = true;
974 if (Invert)
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp191 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert);
310 /// \brief Invert the given condition
350 bool Invert) {
351 Value *Cond = Invert ? BoolFalse : BoolTrue;
355 if (Idx != (unsigned)Invert)
349 buildCondition(BranchInst *Term, unsigned Idx, bool Invert) argument
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc987 return Resample(Invert(Accumulate(f)), 0, 1, samples);
1023 VirtualSocketServer::Function* VirtualSocketServer::Invert(Function* f) { function in class:rtc::VirtualSocketServer
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp621 static unsigned getCRIdxForSetCC(ISD::CondCode CC, bool &Invert) { argument
622 Invert = false;
633 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
635 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
637 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
638 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1389 Invert, enumerator in enum:CPDF_FormControl::HighlightingMode
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1747 bool Invert = !DefMI; local
1754 MachineOperand FalseReg = MI->getOperand(Invert ? 2 : 1);
1772 if (Invert)
H A DARMISelLowering.cpp2662 // Invert the bits.
4283 bool Invert = false; local
4298 case ISD::SETNE: Invert = true; // Fallthrough
4310 case ISD::SETULE: Invert = true; Opc = ARMISD::VCGT; break;
4312 case ISD::SETULT: Invert = true; Opc = ARMISD::VCGE; break;
4313 case ISD::SETUEQ: Invert = true; // Fallthrough
4322 case ISD::SETUO: Invert = true; // Fallthrough
4336 case ISD::SETNE: Invert = true;
4365 Invert = !Invert;
7576 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1406 bool Invert = false; local
1409 Invert = true;
1411 assert(EndBB == BI->getSuccessor(!Invert) && "No edge from to end block");
1525 if (Invert)
1553 if (Invert)
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp946 bool &Invert) {
947 Invert = false;
954 Invert = true; // Fallthrough
966 Invert = true;
943 changeVectorFPCCToAArch64CC(ISD::CondCode CC, AArch64CC::CondCode &CondCode, AArch64CC::CondCode &CondCode2, bool &Invert) argument
/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/mesa3d/src/mesa/main/
H A Dmtypes.h1540 GLboolean Invert; /**< GL_MESA_pack_invert */ member in struct:gl_pixelstore_attrib
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 594 milliseconds