Searched defs:pow (Results 1 – 3 of 3) sorted by relevance
63 final int pow = i + j; in get3DParameters() local
83 TEST_F(Platform, pow) { in TEST_F() argument
499 private static float weight(float x0, float y0, float x1, float y1, float pow) { in weight()