Searched defs:pow (Results 1 – 5 of 5) sorted by relevance
63 final int pow = i + j; in get3DParameters() local
83 TEST_F(Platform, pow) { in TEST_F() argument
446 private BoundedRational pow(BigInteger exp) { in pow() method in BoundedRational466 public static BoundedRational pow(BoundedRational base, BoundedRational exp) { in pow() method in BoundedRational
875 private static CR pow(CR base, BigInteger exp) { in pow() method in CalculatorExpr
295 private float weight(float x0, float y0, float x1, float y1, float pow) { in weight()