Home
last modified time | relevance | path

Searched defs:isPow (Results 1 – 4 of 4) sorted by relevance

/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_arith.h185 inline bool isPow(const Expr& e) { return e.getKind() == POW; } in isPow() function
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/numerics/
H A DFunc1.cpp458 static bool isPow(Func1& f) in isPow() function
/dports/math/cvc3/cvc3-2.4.1/java/src/cvc3/
H A DExpr.java417 public boolean isPow() throws Cvc3Exception { in isPow() method in Expr
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DCustomUnsafeOptPass.cpp2115 IntrinsicInst* intrin, Value* base, Value* exponent, bool isPow) in strengthReducePowOrExpLog()