Home
last modified time | relevance | path

Searched refs:ifExpr (Results 1 – 25 of 73) sorted by relevance

123

/dports/graphics/pixie/Pixie/src/ri/
H A Difexpr.y327 ifExpr
348 ifExpr
350 ifExpr
355 ifExpr
357 ifExpr
362 ifExpr
364 ifExpr
369 ifExpr
371 ifExpr
378 ifExpr
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/gl/interface/
H A Dgen_interface.go133 ifExpr := requirementIfExpression(req, true)
135 if ifExpr != "" {
136 if strings.HasPrefix(ifExpr, "(") {
137 ifExpr = "if " + ifExpr + " {"
139 ifExpr = "if (" + ifExpr + ") {"
143 block = addLine(block, ifExpr)
145 block += ifExpr + "\n"
151 block = assembleFunction(block, ifExpr, function, req)
164 if ifExpr != "" {
171 if ifExpr != "" {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/gl/interface/
H A Dgen_interface.go133 ifExpr := requirementIfExpression(req, true)
135 if ifExpr != "" {
136 if strings.HasPrefix(ifExpr, "(") {
137 ifExpr = "if " + ifExpr + " {"
139 ifExpr = "if (" + ifExpr + ") {"
143 block = addLine(block, ifExpr)
145 block += ifExpr + "\n"
151 block = assembleFunction(block, ifExpr, function, req)
164 if ifExpr != "" {
171 if ifExpr != "" {
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/util/preprocessor/
H A DPreprocessorAntTask.java139 private String ifExpr; field in PreprocessorAntTask
193 this.ifExpr = expr; in setIf()
201 return (this.ifExpr == null in isActive()
202 || getProject().getProperty(this.ifExpr) != null in isActive()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rules/
H A Dflwor_rules.cpp78 static void fix_if_annotations(if_expr* ifExpr) in fix_if_annotations() argument
80 expr_tools::fix_annotations(ifExpr, ifExpr->get_cond_expr()); in fix_if_annotations()
81 expr_tools::fix_annotations(ifExpr, ifExpr->get_then_expr()); in fix_if_annotations()
82 expr_tools::fix_annotations(ifExpr, ifExpr->get_else_expr()); in fix_if_annotations()
254 if_expr* ifExpr = rCtx.theEM-> in RULE_REWRITE_PRE() local
261 fix_if_annotations(ifExpr); in RULE_REWRITE_PRE()
263 return ifExpr; in RULE_REWRITE_PRE()
578 if_expr* ifExpr = rCtx.theEM-> in RULE_REWRITE_PRE() local
585 fix_if_annotations(ifExpr); in RULE_REWRITE_PRE()
587 return ifExpr; in RULE_REWRITE_PRE()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr_iter.cpp437 if_expr* ifExpr = static_cast<if_expr*>(theExpr); in next() local
441 EXPR_ITER_NEXT(ifExpr->theCondExpr); in next()
442 EXPR_ITER_NEXT(ifExpr->theThenExpr); in next()
443 EXPR_ITER_NEXT(ifExpr->theElseExpr); in next()
H A Dexpr_base.cpp1019 const if_expr* ifExpr = static_cast<const if_expr*>(this); in is_map_internal() local
1021 if (ifExpr->get_cond_expr()->contains_expr(e)) in is_map_internal()
1024 if (ifExpr->get_then_expr()->is_map_internal(e, found) && in is_map_internal()
1025 ifExpr->get_else_expr()->is_map_internal(e, found)) in is_map_internal()
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclExprConstructor.h132 my_if_type ifExpr;\
138 …: ifExpr(funcD.ifExpr, t), thenExpr(funcD.thenExpr, t), elseExpr(funcD.elseExpr, t), expr(ifExpr.e…
H A DTensorSyclExtractFunctors.h99 FunctorExtractor<TensorEvaluator<IfExpr, Dev> > ifExpr;
103 : ifExpr(expr.cond_impl()), thenExpr(expr.then_impl()), elseExpr(expr.else_impl()) {}
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclExprConstructor.h132 my_if_type ifExpr;\
138 …: ifExpr(funcD.ifExpr, t), thenExpr(funcD.thenExpr, t), elseExpr(funcD.elseExpr, t), expr(ifExpr.e…
H A DTensorSyclExtractFunctors.h99 FunctorExtractor<TensorEvaluator<IfExpr, Dev> > ifExpr;
103 : ifExpr(expr.cond_impl()), thenExpr(expr.then_impl()), elseExpr(expr.else_impl()) {}
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclExprConstructor.h132 my_if_type ifExpr;\
138 …: ifExpr(funcD.ifExpr, t), thenExpr(funcD.thenExpr, t), elseExpr(funcD.elseExpr, t), expr(ifExpr.e…
H A DTensorSyclExtractFunctors.h99 FunctorExtractor<TensorEvaluator<IfExpr, Dev> > ifExpr;
103 : ifExpr(expr.cond_impl()), thenExpr(expr.then_impl()), elseExpr(expr.else_impl()) {}
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclExprConstructor.h132 my_if_type ifExpr;\
138 …: ifExpr(funcD.ifExpr, t), thenExpr(funcD.thenExpr, t), elseExpr(funcD.elseExpr, t), expr(ifExpr.e…
H A DTensorSyclExtractFunctors.h99 FunctorExtractor<TensorEvaluator<IfExpr, Dev> > ifExpr;
103 : ifExpr(expr.cond_impl()), thenExpr(expr.then_impl()), elseExpr(expr.else_impl()) {}
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclExprConstructor.h132 my_if_type ifExpr;\
138 …: ifExpr(funcD.ifExpr, t), thenExpr(funcD.thenExpr, t), elseExpr(funcD.elseExpr, t), expr(ifExpr.e…
H A DTensorSyclExtractFunctors.h99 FunctorExtractor<TensorEvaluator<IfExpr, Dev> > ifExpr;
103 : ifExpr(expr.cond_impl()), thenExpr(expr.then_impl()), elseExpr(expr.else_impl()) {}
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclExprConstructor.h132 my_if_type ifExpr;\
138 …: ifExpr(funcD.ifExpr, t), thenExpr(funcD.thenExpr, t), elseExpr(funcD.elseExpr, t), expr(ifExpr.e…
H A DTensorSyclExtractFunctors.h99 FunctorExtractor<TensorEvaluator<IfExpr, Dev> > ifExpr;
103 : ifExpr(expr.cond_impl()), thenExpr(expr.then_impl()), elseExpr(expr.else_impl()) {}
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclExprConstructor.h132 my_if_type ifExpr;\
138 …: ifExpr(funcD.ifExpr, t), thenExpr(funcD.thenExpr, t), elseExpr(funcD.elseExpr, t), expr(ifExpr.e…
H A DTensorSyclExtractFunctors.h99 FunctorExtractor<TensorEvaluator<IfExpr, Dev> > ifExpr;
103 : ifExpr(expr.cond_impl()), thenExpr(expr.then_impl()), elseExpr(expr.else_impl()) {}
/dports/devel/elm-format/elm-format-0.8.3/parser/src/Parse/
H A DExpression.hs170 addLocation (choice [ letExpr elmVersion, caseExpr elmVersion, ifExpr elmVersion ])
181 addLocation (choice [ letExpr elmVersion, caseExpr elmVersion, ifExpr elmVersion ])
186 ifExpr :: ElmVersion -> IParser E.Expr'
187 ifExpr elmVersion = function
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclExprConstructor.h132 my_if_type ifExpr;\
138 …: ifExpr(funcD.ifExpr, t), thenExpr(funcD.thenExpr, t), elseExpr(funcD.elseExpr, t), expr(ifExpr.e…
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclExprConstructor.h132 my_if_type ifExpr;\
138 …: ifExpr(funcD.ifExpr, t), thenExpr(funcD.thenExpr, t), elseExpr(funcD.elseExpr, t), expr(ifExpr.e…
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclExprConstructor.h132 my_if_type ifExpr;\
138 …: ifExpr(funcD.ifExpr, t), thenExpr(funcD.thenExpr, t), elseExpr(funcD.elseExpr, t), expr(ifExpr.e…

123