HomeSort by relevance Sort by last modified time
    Searched refs:interpolate (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BivariateRealGridInterpolator.java 42 BivariateRealFunction interpolate(double[] xval, double[] yval, double[][] fval) method in interface:BivariateRealGridInterpolator
MultivariateRealInterpolator.java 44 MultivariateRealFunction interpolate(double[][] xval, double[] yval) method in interface:MultivariateRealInterpolator
TrivariateRealGridInterpolator.java 47 TrivariateRealFunction interpolate(double[] xval, double[] yval, double[] zval, double[][][] fval) method in interface:TrivariateRealGridInterpolator
UnivariateRealInterpolator.java 37 UnivariateRealFunction interpolate(double xval[], double yval[]) method in interface:UnivariateRealInterpolator
NevilleInterpolator.java 50 public PolynomialFunctionLagrangeForm interpolate(double x[], double y[]) method in class:NevilleInterpolator
BicubicSplineInterpolator.java 37 public BicubicSplineInterpolatingFunction interpolate(final double[] xval, method in class:BicubicSplineInterpolator
75 ySplineX[j] = spInterpolator.interpolate(xval, fX[j]);
82 xSplineY[i] = spInterpolator.interpolate(yval, fval[i]);
SmoothingBicubicSplineInterpolator.java 50 public BivariateRealFunction interpolate(final double[] xval, method in class:SmoothingBicubicSplineInterpolator
88 ySplineX[j] = spInterpolator.interpolate(xval, zX[j]);
105 xSplineY[i] = spInterpolator.interpolate(yval, zY_1[i]);
SmoothingPolynomialBicubicSplineInterpolator.java 74 public BicubicSplineInterpolatingFunction interpolate(final double[] xval, method in class:SmoothingPolynomialBicubicSplineInterpolator
141 return super.interpolate(xval, yval, fval_2);
DividedDifferenceInterpolator.java 52 public PolynomialFunctionNewtonForm interpolate(double x[], double y[]) throws method in class:DividedDifferenceInterpolator
LinearInterpolator.java 44 public PolynomialSplineFunction interpolate(double x[], double y[]) { method in class:LinearInterpolator
MicrosphereInterpolator.java 83 public MultivariateRealFunction interpolate(final double[][] xval, method in class:MicrosphereInterpolator
TricubicSplineInterpolator.java 35 public TricubicSplineInterpolatingFunction interpolate(final double[] xval, method in class:TricubicSplineInterpolator
84 xSplineYZ[i] = bsi.interpolate(yval, zval, fval[i]);
91 ySplineZX[j] = bsi.interpolate(zval, xval, fvalZX[j]);
98 zSplineXY[k] = bsi.interpolate(xval, yval, fvalXY[k]);
  /cts/tests/tests/location/src/android/location/cts/psedorange/
TroposphericModelEgnos.java 217 double averagePressureMbar = interpolate(key * LATITUDE_15_DEGREES,
220 double amplitudePressureMbar = interpolate(key * LATITUDE_15_DEGREES,
225 double averageTempKelvin = interpolate(key * LATITUDE_15_DEGREES,
228 double amplitudeTempKelvin = interpolate(key * LATITUDE_15_DEGREES,
233 double averageWaterVaporPressureMbar = interpolate(key * LATITUDE_15_DEGREES,
236 double amplitudeWaterVaporPressureMbar = interpolate(key * LATITUDE_15_DEGREES,
242 double averageBeta = interpolate(key * LATITUDE_15_DEGREES, latDegreeToBetaAvgMapKPM[key - 1],
244 double amplitudeBeta = interpolate(key * LATITUDE_15_DEGREES,
249 double averageLambda = interpolate(key * LATITUDE_15_DEGREES,
252 double amplitudeLambda = interpolate(key * LATITUDE_15_DEGREES
285 private static double interpolate(double point1X, double point1Y, double point2X, double point2Y, method in class:TroposphericModelEgnos
    [all...]
  /external/tensorflow/tensorflow/python/framework/
error_interpolation_test.py 169 interpolated_string = error_interpolation.interpolate(
175 interpolated_string = error_interpolation.interpolate(
181 interpolated_string = error_interpolation.interpolate(
188 interpolated_string = error_interpolation.interpolate(
196 interpolated_string = error_interpolation.interpolate(newline, self.graph)
223 interpolated_string = error_interpolation.interpolate(
231 interpolated_string = error_interpolation.interpolate(tag, self.graph)
258 result = error_interpolation.interpolate(message, self.graph)
263 result = error_interpolation.interpolate(message, self.graph)
268 result = error_interpolation.interpolate(message, self.graph
    [all...]
  /external/ImageMagick/MagickCore/
resample-private.h 43 const MagickBooleanType interpolate,ExceptionInfo *exception)
65 if (interpolate != MagickFalse)
  /external/replicaisland/src/com/replica/replicaisland/
MovementComponent.java 44 float offsetX = sInterpolator.interpolate(timeDelta);
50 float offsetY = sInterpolator.interpolate(timeDelta);
Interpolator.java 60 public float interpolate(float secondsDelta) { method in class:Interpolator
  /external/webrtc/talk/media/base/
videoframe.h 133 // height. The parameter "interpolate" controls whether to interpolate or just
167 // height. The parameter "interpolate" controls whether to interpolate or just
178 bool interpolate,
182 // frame. The parameter "interpolate" controls whether to interpolate or just
185 virtual void StretchToFrame(VideoFrame *target, bool interpolate,
189 // hold it. The parameter "interpolate" controls whether to interpolate o
    [all...]
videoframe.cc 157 bool interpolate,
200 static_cast<int>(width), static_cast<int>(height), interpolate);
204 bool interpolate, bool vert_crop) const {
213 interpolate, vert_crop);
220 bool interpolate, bool vert_crop) const {
226 StretchToFrame(dest, interpolate, vert_crop);
  /external/swiftshader/src/Device/
QuadRasterizer.hpp 51 Float4 interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspective, bool clamp);
  /external/swiftshader/src/Renderer/
QuadRasterizer.hpp 51 Float4 interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool perspective, bool clamp);
  /external/libaom/libaom/third_party/libyuv/include/libyuv/
scale.h 86 LIBYUV_BOOL interpolate);
92 LIBYUV_BOOL interpolate);
  /external/libyuv/files/include/libyuv/
scale.h 119 LIBYUV_BOOL interpolate);
130 LIBYUV_BOOL interpolate);
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.h 50 unsigned interpolate; member in struct:r600_shader_io
182 int eg_get_interpolator_index(unsigned interpolate, unsigned location);
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 119 LIBYUV_BOOL interpolate);

Completed in 517 milliseconds

1 2 3 4 5