Searched defs:Pow (Results 1 - 4 of 4) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/math/
H A DInterpolation.java44 static public final Pow pow2 = new Pow(2);
50 static public final Pow pow3 = new Pow(3);
54 static public final Pow pow4 = new Pow(4);
58 static public final Pow pow5 = new Pow(5);
127 static public class Pow extends Interpolation { class in class:Interpolation
130 public Pow (in method in class:Interpolation.Pow
[all...]
/external/opencv3/3rdparty/jinja2/
H A Dnodes.py758 class Pow(BinExpr): class in inherits:BinExpr
/external/opencv3/modules/core/test/ocl/
H A Dtest_arithm.cpp835 //////////////////////////////// Pow /////////////////////////////////////////////////
837 typedef ArithmTestBase Pow; typedef in namespace:cvtest::ocl
839 OCL_TEST_P(Pow, Mat)
1827 OCL_INSTANTIATE_TEST_CASE_P(Arithm, Pow, Combine(testing::Values(CV_32F, CV_64F), OCL_ALL_CHANNELS, Bool()));
/external/v8/src/
H A Dutils.h219 inline double Pow(double x, double y) { function in namespace:v8::internal

Completed in 285 milliseconds