Home
last modified time | relevance | path

Searched refs:onTrue (Results 1 – 25 of 52) sorted by relevance

123

/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dstm.h94 stm *onTrue; variable
98 ifStm(position pos, exp *test, stm* onTrue, stm* onFalse = 0)
99 : stm(pos), test(test), onTrue(onTrue), onFalse(onFalse) {} in stm()
108 if (onTrue == 0 || onFalse == 0) in returns()
110 return onTrue->returns() && onFalse->returns(); in returns()
H A Dexp.cc1144 onTrue->prettyprint(out, indent+1); in prettyprint()
1160 onTrue->transToType(e, target); in baseTransToType()
1173 onTrue->transToType(e, target); in transToType()
1217 types::ty *tt=onTrue->cgetType(e); in trans()
1221 return onTrue->trans(e); in trans()
1243 types::ty *tt=onTrue->cgetType(e); in getType()
H A Dexp.h932 exp *onTrue; variable
936 conditionalExp(position pos, exp *test, exp *onTrue, exp *onFalse) in conditionalExp() argument
937 : exp(pos), test(test), onTrue(onTrue), onFalse(onFalse) {} in conditionalExp()
H A Dstm.cc177 onTrue->prettyprint(out, indent+1); in prettyprint()
189 onTrue->markTrans(e); in trans()
/dports/math/asymptote/asymptote-2.67/
H A Dstm.h94 stm *onTrue; variable
98 ifStm(position pos, exp *test, stm* onTrue, stm* onFalse = 0)
99 : stm(pos), test(test), onTrue(onTrue), onFalse(onFalse) {} in stm()
108 if (onTrue == 0 || onFalse == 0) in returns()
110 return onTrue->returns() && onFalse->returns(); in returns()
H A Dexp.cc1161 onTrue->prettyprint(out, indent+1); in prettyprint()
1177 onTrue->transToType(e, target); in baseTransToType()
1190 onTrue->transToType(e, target); in transToType()
1234 types::ty *tt=onTrue->cgetType(e); in trans()
1238 return onTrue->trans(e); in trans()
1260 types::ty *tt=onTrue->cgetType(e); in getType()
H A Dexp.h932 exp *onTrue; variable
936 conditionalExp(position pos, exp *test, exp *onTrue, exp *onFalse) in conditionalExp() argument
937 : exp(pos), test(test), onTrue(onTrue), onFalse(onFalse) {} in conditionalExp()
H A Dstm.cc179 onTrue->prettyprint(out, indent+1); in prettyprint()
191 onTrue->markTrans(e); in trans()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared-SIMD-unused.cpp618 void MacroAssemblerX86Shared::selectX4(FloatRegister mask, FloatRegister onTrue, in selectX4() argument
623 vblendvps(mask, onTrue, onFalse, output); in selectX4()
625 selectSimd128(mask, onTrue, onFalse, temp, output); in selectX4()
H A DMacroAssembler-x86-shared-SIMD.cpp1074 FloatRegister onTrue, in selectSimd128() argument
1081 asMasm().moveSimd128Int(onTrue, output); in selectSimd128()
H A DMacroAssembler-x86-shared.h540 void selectSimd128(FloatRegister mask, FloatRegister onTrue,
801 void selectX4(FloatRegister mask, FloatRegister onTrue, FloatRegister onFalse,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared-SIMD-unused.cpp618 void MacroAssemblerX86Shared::selectX4(FloatRegister mask, FloatRegister onTrue, in selectX4() argument
623 vblendvps(mask, onTrue, onFalse, output); in selectX4()
625 selectSimd128(mask, onTrue, onFalse, temp, output); in selectX4()
H A DMacroAssembler-x86-shared-SIMD.cpp1074 FloatRegister onTrue, in selectSimd128() argument
1081 asMasm().moveSimd128Int(onTrue, output); in selectSimd128()
H A DMacroAssembler-x86-shared.h540 void selectSimd128(FloatRegister mask, FloatRegister onTrue,
801 void selectX4(FloatRegister mask, FloatRegister onTrue, FloatRegister onFalse,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dutils.go36 func (c *funcContext) PrintCond(cond bool, onTrue, onFalse string) { argument
38 c.Printf("/* %s */ %s", strings.Replace(onTrue, "*/", "<star>/", -1), onFalse)
41 c.Printf("%s", onTrue)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dutils.go34 func (c *funcContext) PrintCond(cond bool, onTrue, onFalse string) { argument
36 c.Printf("/* %s */ %s", strings.Replace(onTrue, "*/", "<star>/", -1), onFalse)
39 c.Printf("%s", onTrue)
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dutils.go36 func (c *funcContext) PrintCond(cond bool, onTrue, onFalse string) { argument
38 c.Printf("/* %s */ %s", strings.Replace(onTrue, "*/", "<star>/", -1), onFalse)
41 c.Printf("%s", onTrue)
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dutils.go36 func (c *funcContext) PrintCond(cond bool, onTrue, onFalse string) { argument
38 c.Printf("/* %s */ %s", strings.Replace(onTrue, "*/", "<star>/", -1), onFalse)
41 c.Printf("%s", onTrue)
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dutils.go36 func (c *funcContext) PrintCond(cond bool, onTrue, onFalse string) { argument
38 c.Printf("/* %s */ %s", strings.Replace(onTrue, "*/", "<star>/", -1), onFalse)
41 c.Printf("%s", onTrue)
/dports/audio/visp-go/visp-2585747/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dutils.go36 func (c *funcContext) PrintCond(cond bool, onTrue, onFalse string) { argument
38 c.Printf("/* %s */ %s", strings.Replace(onTrue, "*/", "<star>/", -1), onFalse)
41 c.Printf("%s", onTrue)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dutils.go36 func (c *funcContext) PrintCond(cond bool, onTrue, onFalse string) { argument
38 c.Printf("/* %s */ %s", strings.Replace(onTrue, "*/", "<star>/", -1), onFalse)
41 c.Printf("%s", onTrue)
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dutils.go36 func (c *funcContext) PrintCond(cond bool, onTrue, onFalse string) { argument
38 c.Printf("/* %s */ %s", strings.Replace(onTrue, "*/", "<star>/", -1), onFalse)
41 c.Printf("%s", onTrue)
/dports/www/firefox/firefox-99.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared-SIMD.cpp1202 FloatRegister onTrue, in selectSimd128() argument
1209 onTrue = asMasm().moveSimd128IntIfNotAVX(onTrue, output); in selectSimd128()
1210 if (MOZ_UNLIKELY(mask == onTrue)) { in selectSimd128()
1211 vpor(Operand(onFalse), onTrue, output); in selectSimd128()
1217 vpand(Operand(mask), onTrue, output); in selectSimd128()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h548 void selectSimd128(FloatRegister mask, FloatRegister onTrue,
551 void selectX4(FloatRegister mask, FloatRegister onTrue, FloatRegister onFalse, in selectX4() argument
554 vblendvps(mask, onTrue, onFalse, output); in selectX4()
556 selectSimd128(mask, onTrue, onFalse, temp, output); in selectX4()
H A DMacroAssembler-x86-shared-SIMD.cpp1774 FloatRegister onTrue, in selectSimd128() argument
1778 if (onTrue != output) { in selectSimd128()
1779 vmovaps(onTrue, output); in selectSimd128()

123