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

  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SawOscillatorDPW.java 45 float squared = phase * phase; local
46 float diffed = squared - mZ2;
48 mZ1 = squared;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SawOscillatorDPW.java 45 float squared = phase * phase; local
46 float diffed = squared - mZ2;
48 mZ1 = squared;
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SawOscillatorDPW.java 45 float squared = phase * phase; local
46 float diffed = squared - mZ2;
48 mZ1 = squared;
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SawOscillatorDPW.java 45 float squared = phase * phase; local
46 float diffed = squared - mZ2;
48 mZ1 = squared;
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SawOscillatorDPW.java 45 float squared = phase * phase; local
46 float diffed = squared - mZ2;
48 mZ1 = squared;
  /external/eigen/Eigen/src/plugins/
MatrixCwiseUnaryOps.h 34 /// \returns an expression of the coefficient-wise squared absolute value of \c *this
39 EIGEN_DOC_UNARY_ADDONS(cwiseAbs2,squared absolute value)
  /external/libvpx/libvpx/vpx_dsp/x86/
deblock_sse2.asm 562 pmaddwd xmm1, xmm2 ; squared of 7+-8 8+-7 9+-6 10+-5
573 pshufd xmm3, xmm1, 3 ; 0000 8--7 8--7 8--7 squared
574 pshufd xmm4, xmm2, 3 ; 0000 8--7 8--7 8--7 squared
579 pshufd xmm3, xmm1, 01011111b ; 0000 0000 9--6 9--6 squared
580 pshufd xmm4, xmm2, 01011111b ; 0000 0000 9--6 9--6 squared
585 pshufd xmm3, xmm1, 10111111b ; 0000 0000 8--7 8--7 squared
586 pshufd xmm4, xmm2, 10111111b ; 0000 0000 8--7 8--7 squared
  /external/mesa3d/src/compiler/glsl/
opt_algebraic.cpp 808 ir_variable *squared = new(ir) ir_variable(ir->operands[1]->type, local
809 "squared",
811 base_ir->insert_before(squared);
812 base_ir->insert_before(assign(squared, mul(x, x)));
813 return mul(squared, squared);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 73 ; Compute the sum of squared difference between two tran_low_t vectors.
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 669 squared = [(m - avg) * (m - avg) for m in measurements]
671 stddev = math.sqrt(sum(squared) / len(squared))
    [all...]
  /external/eigen/Eigen/src/Core/
GlobalFunctions.h 78 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(abs2,scalar_abs2_op,squared absolute value,\sa ArrayBase::abs2 DOXCOMMA MatrixBase::cwiseAbs2)
  /external/ImageMagick/www/api/
compare.php 174 <p>IsImagesEqual() measures the difference between colors at each pixel location of two images. A value other than 0 means the colors match exactly. Otherwise an error measure is computed by summing over all pixels in an image the distance squared in RGB space between each image pixel and its corresponding pixel in the reconstruct image. The error measure is assigned to these image members:</p>
quantize.php 88 <p>E: the distance squared in RGB space between each pixel contained within a node and the nodes' center. This represents the quantization error for a node.</p>
217 <p>GetImageQuantizeError() measures the difference between the original and quantized images. This difference is the total quantization error. The error is computed by summing over all pixels in an image the distance squared in RGB space between each reference pixel value and its quantized value. These values are computed:</p>
pixel-wand.php 204 <dd>any two colors that are less than or equal to this distance squared are consider similar. </dd>
    [all...]
magick-image.php     [all...]
  /prebuilts/go/darwin-x86/src/image/color/
color.go 310 // sqDiff returns the squared-difference of x and y, shifted by 2 so that
  /prebuilts/go/linux-x86/src/image/color/
color.go 310 // sqDiff returns the squared-difference of x and y, shifted by 2 so that
  /packages/apps/ExactCalculator/src/com/android/calculator2/
KeyMaps.java 89 return context.getString(R.string.squared);
  /compatibility/cdd/7_hardware-compatibility/
7_3_sensors.md 232 moving with less than 1 meter per second squared of acceleration:
271 with less than 0.2 meter per second squared of acceleration, are sufficient to
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 562 // sqDiff returns the squared-difference of x and y, shifted by 2 so that
624 // the one that minimizes sum-squared-difference.
  /prebuilts/go/linux-x86/src/image/draw/
draw.go 562 // sqDiff returns the squared-difference of x and y, shifted by 2 so that
624 // the one that minimizes sum-squared-difference.
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp 66 inline T squared (const T& a) function in namespace:vkt::compute::__anon16540
263 const deUint32 ref = globalOffset + squared(workGroupSize - localOffset - 1);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
fp.go 1629 // denorm-squared should underflow to zero.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
fp.go 1629 // denorm-squared should underflow to zero.

Completed in 754 milliseconds