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/libvpx/libvpx/vp8/common/x86/
postproc_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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
postproc_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/v8/test/mjsunit/
random-bit-correlations.js 47 // Chi squared analysis for k = 2 (2, states: same/not-same) and one
math-imul.js 142 // 2^16 is a boundary value that overflows when squared.
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 531 pmaddwd xmm1, xmm2 ; squared of 7+-8 8+-7 9+-6 10+-5
542 pshufd xmm3, xmm1, 3 ; 0000 8--7 8--7 8--7 squared
543 pshufd xmm4, xmm2, 3 ; 0000 8--7 8--7 8--7 squared
548 pshufd xmm3, xmm1, 01011111b ; 0000 0000 9--6 9--6 squared
549 pshufd xmm4, xmm2, 01011111b ; 0000 0000 9--6 9--6 squared
554 pshufd xmm3, xmm1, 10111111b ; 0000 0000 8--7 8--7 squared
555 pshufd xmm4, xmm2, 10111111b ; 0000 0000 8--7 8--7 squared
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 531 pmaddwd xmm1, xmm2 ; squared of 7+-8 8+-7 9+-6 10+-5
542 pshufd xmm3, xmm1, 3 ; 0000 8--7 8--7 8--7 squared
543 pshufd xmm4, xmm2, 3 ; 0000 8--7 8--7 8--7 squared
548 pshufd xmm3, xmm1, 01011111b ; 0000 0000 9--6 9--6 squared
549 pshufd xmm4, xmm2, 01011111b ; 0000 0000 9--6 9--6 squared
554 pshufd xmm3, xmm1, 10111111b ; 0000 0000 8--7 8--7 squared
555 pshufd xmm4, xmm2, 10111111b ; 0000 0000 8--7 8--7 squared
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 78 ; Compute the sum of squared difference between two int16_t vectors.
vp9_highbd_error_avx.asm 125 ; Compute the squared errors.
  /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/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 293 // sqDiff returns the squared-difference of x and y, shifted by 2 so that
  /prebuilts/go/linux-x86/src/image/color/
color.go 293 // sqDiff returns the squared-difference of x and y, shifted by 2 so that
  /packages/apps/ExactCalculator/src/com/android/calculator2/
KeyMaps.java 87 return context.getString(R.string.squared);
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 558 // sqDiff returns the squared-difference of x and y, shifted by 2 so that
620 // the one that minimizes sum-squared-difference.
  /prebuilts/go/linux-x86/src/image/draw/
draw.go 558 // sqDiff returns the squared-difference of x and y, shifted by 2 so that
620 // 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::__anon10349
263 const deUint32 ref = globalOffset + squared(workGroupSize - localOffset - 1);
    [all...]

Completed in 1863 milliseconds