Home
last modified time | relevance | path

Searched refs:otherFactor (Results 1 – 3 of 3) sorted by relevance

/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DPglBwidthSym.cc110 double otherFactor = ns->val(); in operBN() local
114 checkDenom(otherFactor); in operBN()
115 return new BwidthSym(theVal/otherFactor); in operBN()
119 return new BwidthSym(theVal*otherFactor); in operBN()
H A DPglSizeSym.cc124 double otherFactor = ns->val(); in operSN() local
128 checkDenom(otherFactor); in operSN()
129 return new SizeSym(theVal/otherFactor); in operSN()
133 return new SizeSym(theVal*otherFactor); in operSN()
/dports/math/singular/Singular-Release-4-2-1/factory/
H A DfacAbsBiFact.cc468 CanonicalForm otherFactor= in absBiFactorizeMain() local
502 CanonicalForm otherFactor= in absBiFactorizeMain() local