/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | interpolation.js | 17 function interpolate(from, to, f) { function 32 r.push(interpolate(from[i], to[i], f)); 41 return convertToString(interpolate(from, to, f)); 46 testing.interpolate = interpolate;
|
/external/tensorflow/tensorflow/python/framework/ |
D | error_interpolation_test.py | 222 interpolated_string = error_interpolation.interpolate( 229 interpolated_string = error_interpolation.interpolate( 239 interpolated_string = error_interpolation.interpolate( 251 interpolated_string = error_interpolation.interpolate( 262 interpolated_string = error_interpolation.interpolate( 276 interpolated_string = error_interpolation.interpolate( 288 interpolated_string = error_interpolation.interpolate( 305 result = error_interpolation.interpolate(message, ops.get_default_graph()) 313 result = error_interpolation.interpolate(message, ops.get_default_graph()) 322 result = error_interpolation.interpolate(message, ops.get_default_graph()) [all …]
|
/external/skia/docs/examples/ |
D | SkPath_cubicTo_example_parametric_animated.cpp | 34 static SkPoint interpolate(SkPoint a, SkPoint b, float t) { in interpolate() function 47 SkPoint ab = interpolate(a, b, frame); in draw() 48 SkPoint bc = interpolate(b, c, frame); in draw() 49 SkPoint cd = interpolate(c, d, frame); in draw() 50 SkPoint abc = interpolate(ab, bc, frame); in draw() 51 SkPoint bcd = interpolate(bc, cd, frame); in draw() 94 canvas->drawPoint(interpolate(abc, bcd, frame), pointPaint); in draw()
|
D | SkPath_quadTo_example_parametric_animated.cpp | 24 static SkPoint interpolate(SkPoint a, SkPoint b, float t) { in interpolate() function 49 SkPoint ab = interpolate(a, b, frame); in draw() 50 SkPoint bc = interpolate(b, c, frame); in draw()
|
D | Path_interpolate.cpp | 19 path.interpolate(path2, i, &interp); in draw()
|
/external/python/cpython3/Lib/test/ |
D | cfgparser.3 | 10 go = %(interpolate)s 58 interpolate = anything will do 64 interpolate = do this 68 interpolate = go shopping
|
/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2PolylineTest.java | 88 assertEquals(line.interpolate(-0.1), vertices.get(0)); 90 line.interpolate(0.1), S2Point.normalize(new S2Point(1, Math.tan(0.2 * S2.M_PI / 2), 0)))); 91 assertTrue(S2.approxEquals(line.interpolate(0.25), S2Point.normalize(new S2Point(1, 1, 0)))); 93 assertEquals(line.interpolate(0.5), vertices.get(1)); 94 assertEquals(line.interpolate(0.75), vertices.get(2)); 95 assertEquals(line.interpolate(1.1), vertices.get(3));
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | MovementComponent.java | 44 float offsetX = sInterpolator.interpolate(timeDelta); in update() 50 float offsetY = sInterpolator.interpolate(timeDelta); in update()
|
/external/ImageMagick/MagickCore/ |
D | resample-private.h | 43 const MagickBooleanType interpolate,ExceptionInfo *exception) in AcquireResampleFilterThreadSet() argument 65 if (interpolate != MagickFalse) in AcquireResampleFilterThreadSet()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
D | BicubicSplineInterpolator.java | 37 public BicubicSplineInterpolatingFunction interpolate(final double[] xval, in interpolate() method in BicubicSplineInterpolator 75 ySplineX[j] = spInterpolator.interpolate(xval, fX[j]); in interpolate() 82 xSplineY[i] = spInterpolator.interpolate(yval, fval[i]); in interpolate()
|
D | TricubicSplineInterpolator.java | 35 public TricubicSplineInterpolatingFunction interpolate(final double[] xval, in interpolate() method in TricubicSplineInterpolator 84 xSplineYZ[i] = bsi.interpolate(yval, zval, fval[i]); in interpolate() 91 ySplineZX[j] = bsi.interpolate(zval, xval, fvalZX[j]); in interpolate() 98 zSplineXY[k] = bsi.interpolate(xval, yval, fvalXY[k]); in interpolate()
|
D | SmoothingBicubicSplineInterpolator.java | 50 public BivariateRealFunction interpolate(final double[] xval, in interpolate() method in SmoothingBicubicSplineInterpolator 88 ySplineX[j] = spInterpolator.interpolate(xval, zX[j]); in interpolate() 105 xSplineY[i] = spInterpolator.interpolate(yval, zY_1[i]); in interpolate()
|
D | SmoothingPolynomialBicubicSplineInterpolator.java | 74 public BicubicSplineInterpolatingFunction interpolate(final double[] xval, in interpolate() method in SmoothingPolynomialBicubicSplineInterpolator 141 return super.interpolate(xval, yval, fval_2); in interpolate()
|
D | UnivariateRealInterpolator.java | 37 UnivariateRealFunction interpolate(double xval[], double yval[]) in interpolate() method
|
D | BivariateRealGridInterpolator.java | 42 BivariateRealFunction interpolate(double[] xval, double[] yval, double[][] fval) in interpolate() method
|
D | MultivariateRealInterpolator.java | 44 MultivariateRealFunction interpolate(double[][] xval, double[] yval) in interpolate() method
|
D | TrivariateRealGridInterpolator.java | 47 … TrivariateRealFunction interpolate(double[] xval, double[] yval, double[] zval, double[][][] fval) in interpolate() method
|
D | NevilleInterpolator.java | 50 public PolynomialFunctionLagrangeForm interpolate(double x[], double y[]) in interpolate() method in NevilleInterpolator
|
/external/libaom/libaom/test/ |
D | visual_metrics.py | 22 import scipy.interpolate 83 v1 = scipy.interpolate.pchip_interpolate(log_rate1, metric1, samples) 84 v2 = scipy.interpolate.pchip_interpolate(log_rate2, metric2, samples) 143 v1 = scipy.interpolate.pchip_interpolate(metric1, log_rate1, samples) 144 v2 = scipy.interpolate.pchip_interpolate(metric2, log_rate2, samples)
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | scale.h | 86 LIBYUV_BOOL interpolate); 92 LIBYUV_BOOL interpolate);
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.h | 50 unsigned interpolate; member 192 int eg_get_interpolator_index(unsigned interpolate, unsigned location);
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shaderio.h | 54 virtual bool interpolate() const; 87 bool interpolate() const override;
|
D | sfn_shaderio.cpp | 65 bool ShaderInput::interpolate() const in interpolate() function in r600::ShaderInput 225 bool ShaderInputVarying::interpolate() const in interpolate() function in r600::ShaderInputVarying 247 io.interpolate = m_interpolate; in set_specific_ioinfo()
|
/external/libmpeg2/common/armv8/ |
D | ideint_spatial_filter_av8.s | 191 b interpolate 201 interpolate: label
|
/external/guava/android/guava/src/com/google/common/math/ |
D | Quantiles.java | 303 return interpolate(dataset[quotient], dataset[quotient + 1], remainder, scale); in computeInPlace() 446 indexes[i], interpolate(dataset[quotient], dataset[quotient + 1], remainder, scale)); in computeInPlace() 468 private static double interpolate(double lower, double upper, double remainder, double scale) { in interpolate() method in Quantiles
|