HomeSort by relevance Sort by last modified time
    Searched refs:Pow (Results 1 - 19 of 19) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Interpolation.java 44 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 {
130 public Pow (int power) {
    [all...]
  /external/opencv3/modules/core/test/ocl/
test_arithm.cpp 835 //////////////////////////////// Pow /////////////////////////////////////////////////
837 typedef ArithmTestBase Pow;
839 OCL_TEST_P(Pow, Mat)
850 OCL_OFF(cv::pow(src1_roi, pows[k], dst1_roi));
851 OCL_ON(cv::pow(usrc1_roi, pows[k], udst1_roi));
    [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 844 TEST_F(UnstartedRuntimeTest, Pow) {
  /external/opencv3/3rdparty/jinja2/
nodes.py 31 '**': operator.pow,
758 class Pow(BinExpr):
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /external/opencv3/modules/core/perf/opencl/
perf_arithm.cpp 597 ///////////// pow ////////////////////////
601 OCL_PERF_TEST_P(PowFixture, Pow, ::testing::Combine(
614 OCL_TEST_CYCLE() cv::pow(src, 2.17, dst);
    [all...]
  /external/opencv3/modules/cudaarithm/perf/
perf_element_operations.cpp 594 // Pow
598 PERF_TEST_P(Sz_Depth_Power, Pow,
615 TEST_CYCLE() cv::cuda::pow(d_src, power, dst);
623 TEST_CYCLE() cv::pow(src, power, dst);
    [all...]
  /external/v8/src/
utils.h 219 inline double Pow(double x, double y) {
223 // MinGW64 and AIX have a custom implementation for pow. This handles certain
241 return std::pow(x, y);
    [all...]
assembler.cc     [all...]
  /external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js 701 precision = Math.pow(10, precision || 0).toFixed(precision < 0 ? -precision : 0);
729 })(['abs', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'exp', 'floor', 'log', 'max', 'min', 'pow', 'sin', 'sqrt', 'tan']);
    [all...]
  /external/v8/src/parsing/
parser.cc 456 double value = Pow(x_val, y_val);
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 2380 milliseconds