Home
last modified time | relevance | path

Searched refs:maxNumVars (Results 1 – 6 of 6) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/factory/
H A DcfSubResGcd.cc80 int maxNumVars= tmax (getNumVars (pi), getNumVars (pi1)); in subResGCD_p() local
84 if (size (Hi)*size (pi)/(maxNumVars*3) > 500) //maybe this needs more tuning in subResGCD_p()
102 if (size (pi)/maxNumVars > 500 || size (pi1)/maxNumVars > 500) in subResGCD_p()
113 maxNumVars= tmax (getNumVars (pi), getNumVars (pi1)); in subResGCD_p()
114 if (!pi1.isUnivariate() && (size (pi1)/maxNumVars > 500)) in subResGCD_p()
132 if (size (Hi)*size (pi)/(maxNumVars*3) > 1500) //maybe this needs more tuning in subResGCD_p()
H A Dcf_gcd.cc330 int maxNumVars= tmax (getNumVars (pi), getNumVars (pi1)); in gcd_poly_p() local
334 if (size (Hi)*size (pi)/(maxNumVars*3) > 500) //maybe this needs more tuning in gcd_poly_p()
352 if (size (pi)/maxNumVars > 500 || size (pi1)/maxNumVars > 500) in gcd_poly_p()
363 maxNumVars= tmax (getNumVars (pi), getNumVars (pi1)); in gcd_poly_p()
364 if (!pi1.isUnivariate() && (size (pi1)/maxNumVars > 500)) in gcd_poly_p()
382 if (size (Hi)*size (pi)/(maxNumVars*3) > 1500) //maybe this needs more tuning in gcd_poly_p()
H A DcfEzgcd.cc503 int maxNumVars= tmax (getNumVars (FF), getNumVars (GG)); in ezgcd() local
524 if (sizeF/maxNumVars > 500 && sizeG/maxNumVars > 500) in ezgcd()
604 maxNumVars= tmax (getNumVars (F), getNumVars (G)); in ezgcd()
610 if (sizeF/maxNumVars > 500 && sizeG/maxNumVars > 500) in ezgcd()
886 int maxNumVars= tmax (getNumVars (FF), getNumVars (GG)); in EZGCD_P() local
900 if (sizeF/maxNumVars > sizePerVars1 && sizeG/maxNumVars > sizePerVars1) in EZGCD_P()
964 maxNumVars= tmax (getNumVars (F), getNumVars (G)); in EZGCD_P()
968 if (sizeF/maxNumVars > sizePerVars1 && sizeG/maxNumVars > sizePerVars1) in EZGCD_P()
1140 maxeval/maxNumVars, t )) in EZGCD_P()
1234 maxeval/maxNumVars, t )) in EZGCD_P()
[all …]
H A DcfModGcd.cc4132 int maxNumVars= tmax (getNumVars (f), getNumVars (g)); in TIMING_DEFINE_PRINT() local
4149 if (size (fp)/maxNumVars > 500 && size (gp)/maxNumVars > 500) in TIMING_DEFINE_PRINT()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/
H A DDefaultTraceRegisterAllocationPolicy.java187 int maxNumVars = livenessInfo.getBlockIn(trace.getBlocks()[0]).length; in shouldApplyTo() local
189 maxNumVars = Math.max(maxNumVars, livenessInfo.getBlockOut(block).length); in shouldApplyTo()
191 return maxNumVars <= numVarLimit; in shouldApplyTo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/
H A DDefaultTraceRegisterAllocationPolicy.java187 int maxNumVars = livenessInfo.getBlockIn(trace.getBlocks()[0]).length; in shouldApplyTo() local
189 maxNumVars = Math.max(maxNumVars, livenessInfo.getBlockOut(block).length); in shouldApplyTo()
191 return maxNumVars <= numVarLimit; in shouldApplyTo()