Home
last modified time | relevance | path

Searched refs:isMath (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DLatencyTable.cpp57 } else if (Inst->isMath()) { in getLatencyLegacy()
170 if (Inst->isMath()) in getLatencyG12()
233 if (Inst->isMath()) in getOccupancyG12()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DWhatsit.pm51 sub isMath { subroutine
53 return $$self{properties}{isMath}; }
80 $$self{properties}{body}->setProperty(mode => 'math') if $self->isMath;
H A DAlignment.pm295 my $ismath = $$self{isMath};
355 elsif ($hashead && !$body->isMath) { # in case already marked w/thead|tbody
594 my $preserve = $$self{isMath} || $self->getProperty('preserve_structure');
646 my $preserve = $$self{isMath} || $self->getProperty('preserve_structure');
H A DBox.pm70 sub isMath { subroutine
/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dinterpreter_optimizer.hh389 FBCInstruction::isMath(inst3->fOpcode)) { in rewrite()
396 FBCInstruction::isMath(inst3->fOpcode)) { in rewrite()
431 FBCInstruction::isMath(inst3->fOpcode)) { in rewrite()
438 FBCInstruction::isMath(inst3->fOpcode)) { in rewrite()
446 FBCInstruction::isMath(inst3->fOpcode)) { in rewrite()
453 FBCInstruction::isMath(inst3->fOpcode)) { in rewrite()
505 FBCInstruction::isMath(inst2->fOpcode)) { in rewrite()
519 FBCInstruction::isMath(inst2->fOpcode)) { in rewrite()
1045 FBCInstruction::isMath(inst3->fOpcode)) { in rewrite()
1050 FBCInstruction::isMath(inst3->fOpcode)) { in rewrite()
[all …]
H A Dfbc_opcode.hh407 static bool isMath(Opcode opt) { return (opt >= kAddReal) && (opt <= kXORInt); } in isMath() function
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/wxfonts/
H A Dfixafm.c62 static int isSTIX = 0, isMath = 0; variable
184 isSTIX = isMath = 0; in main()
194 if (strstr(argv[1], "Math") != NULL) isMath = 1; in main()
273 if (isMath) in main()
H A Dfixafm.cpp64 static int isSTIX = 0, isMath = 0; variable
180 isSTIX = isMath = 0; in main()
190 if (strstr(argv[1], "Math") != NULL) isMath = 1; in main()
269 if (isMath) in main()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_BinaryEncoding.cpp259 MUST_BE_TRUE(inst->isMath(), "Expect math instruction"); in FixMathInst()
300 (inst->isMath() && inst->asMathInst()->isIEEEMath())); in FixInst()
311 else if (inst->isMath()) in FixInst()
H A DSplitAlignedScalars.cpp22 inst->isMath() || in canReplaceDst()
42 inst->isMath() || in canReplaceSrc()
H A DBinaryEncoding.cpp238 … MUST_BE_TRUE(inst->isMath(), "BinaryEncoding::EncodeMathControl called on non-math instruction."); in EncodeMathControl()
1057 (inst->isMath() && inst->asMathInst()->getMathCtrl() == MATH_INVM) || in EncodeSrc0ChanSelect()
1058 (inst->isMath() && inst->asMathInst()->getMathCtrl() == MATH_RSQRTM)) in EncodeSrc0ChanSelect()
1814 (inst->isMath() && inst->asMathInst()->getMathCtrl() == MATH_INVM) || in EncodeSrc1ChanSelect()
1815 (inst->isMath() && inst->asMathInst()->getMathCtrl() == MATH_RSQRTM)) in EncodeSrc1ChanSelect()
2609 int i = ((inst->isMath() && inst->asMathInst()->isOneSrcMath())?1:inst->getNumSrc()); in EncodeOperands()
H A DBinaryEncodingCNL.cpp821 bool src0ImmOk = inst->isMath() && inst->asMathInst()->isOneSrcMath(); in EncodeTwoSrcInst()
855 if (inst->isMath() && src1->isNullReg() && !src0->isImm()) in EncodeTwoSrcInst()
867 else if (!(inst->isMath() && src1->isNullReg() && src0->isImm())) in EncodeTwoSrcInst()
927 MUST_BE_TRUE(inst->isMath(), "PatchMath must be called on math instruction."); in PatchMath()
2278 else if (inst->isMath()) in DoAllEncodingRegular()
H A DG4_IR.cpp377 if (isMath() && asMathInst()->isMathIntDiv()) in getExecType()
449 if (isMath() && asMathInst()->isMathIntDiv()) in getExecType2()
946 if (isMath()) in isMathPipeInst()
1066 isMath()) in isLongPipeInstructionXe()
1112 isMath()) in isIntegerPipeInstructionXe()
1171 isMath()) in isFloatPipeInstructionXe()
1274 isMath()) in getInstructionPipeXe()
2326 if (useInst_op == G4_madm || (useInst->isMath() && useInst->asMathInst()->isIEEEMath())) in canPropagateTo()
3558 else if (inst.isMath() && inst.asMathInst()->getMathCtrl() != MATH_RESERVED) in emitInstructionStartColumn()
8038 if (isMath()) in canDstBeAcc()
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/Definition/
H A DConstructor.pm107 $props{isMath} = $ismath unless defined $props{isMath};
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DMergeScalars.cpp349 if (!inst->isArithmetic() && !inst->isLogic() && !inst->isMath() && !inst->isMov() && in isMergeCandidate()
561 if ((inst[0]->isMath() && inst[0]->asMathInst()->isOneSrcMath()) && srcPos == 1) in canMergeSource()
724 if (inst->isMath()) in canMerge()
727 if (firstInst->isMath()) in canMerge()
/dports/biology/jalview/jalview/src/com/stevesoft/pat/
H A DProp.java37 public final static boolean isMath(char c) in isMath() method in Prop
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Citeproc/
H A DLocator.hs224 pMath = satisfyTok isMath
226 isMath (Math{}) = True function
227 isMath _ = False function
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Durl.sty.ltxml75 "?#isMath(<ltx:XMWrap href='#href'>#5</ltx:XMWrap>)" # Allow this to work in Math!
H A DIEEEtran.cls.ltxml190 "?#isMath(<ltx:XMTok role='PUNCT'>\x{220E}</ltx:XMTok>)(\x{220E})");
391 "?#isMath(<ltx:XMTok role='PUNCT'>\x{220E}</ltx:XMTok>)(\x{220E})");
H A Delsart_support.sty.ltxml28 "?#isMath(<ltx:XMTok role='PUNCT'>\x{220E}</ltx:XMTok>)(\x{220E})"); }
H A Damsthm.sty.ltxml116 "?#isMath(<ltx:XMTok role='PUNCT'>\x{220E}</ltx:XMTok>)(\x{220E})");
/dports/math/vtk6/VTK-6.2.0/Rendering/GL2PS/
H A DvtkGL2PSUtilities.cxx99 bool isMath = tren->DetectBackend(str) == vtkTextRenderer::MathText; in DrawString() local
100 if (!isMath && !vtkGL2PSUtilities::TextAsPath) in DrawString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddoclay.cxx829 bool isMath = false; in lcl_InsertLabel() local
836 isMath = ( SotExchange::IsMath( aCLSID ) != 0 ); in lcl_InsertLabel()
839 aFrameSize->SetWidthPercent(isMath ? 0 : 100); in lcl_InsertLabel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddoclay.cxx822 bool isMath = false; in lcl_InsertLabel() local
829 isMath = ( SotExchange::IsMath( aCLSID ) != 0 ); in lcl_InsertLabel()
832 aFrameSize->SetWidthPercent(isMath ? 0 : 100); in lcl_InsertLabel()
/dports/math/vtk9/VTK-9.1.0/Rendering/GL2PSOpenGL2/
H A DvtkOpenGLGL2PSHelperImpl.cxx354 bool isMath = tren->DetectBackend(str) == vtkTextRenderer::MathText; in DrawString() local
357 if (!isMath && !this->TextAsPath) in DrawString()

123