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

1 2

  /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/tensorflow/tensorflow/compiler/tf2xla/kernels/
lrn_ops.cc 50 auto squared = builder->Mul(input, input); variable
52 squared, XlaHelpers::Zero(builder, input_type(0)),
133 auto squared = builder->Mul(in_image, in_image); variable
135 squared, XlaHelpers::Zero(builder, input_type(0)),
  /frameworks/support/lifecycle/livedata/src/test/java/androidx/lifecycle/
TransformationsTest.java 199 LiveData<Integer> squared = Transformations.map(numbers, new Function<Integer, Integer>() { local
207 squared.setValue(1);
208 squared.observeForever(observer);
210 squared.removeObserver(observer);
213 squared.observeForever(observer);
  /external/libvpx/libvpx/vpx_dsp/x86/
deblock_sse2.asm 564 pmaddwd xmm1, xmm2 ; squared of 7+-8 8+-7 9+-6 10+-5
575 pshufd xmm3, xmm1, 3 ; 0000 8--7 8--7 8--7 squared
576 pshufd xmm4, xmm2, 3 ; 0000 8--7 8--7 8--7 squared
581 pshufd xmm3, xmm1, 01011111b ; 0000 0000 9--6 9--6 squared
582 pshufd xmm4, xmm2, 01011111b ; 0000 0000 9--6 9--6 squared
587 pshufd xmm3, xmm1, 10111111b ; 0000 0000 8--7 8--7 squared
588 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/tensorflow/tensorflow/contrib/losses/python/metric_learning/
metric_loss_ops.py 40 def pairwise_distance(feature, squared=False):
47 squared: Boolean, whether or not to square the pairwise distances.
70 if squared:
186 # Build pairwise squared distance matrix.
187 pdist_matrix = pairwise_distance(embeddings, squared=True)
436 # Build pairwise squared distance matrix.
    [all...]
metric_loss_ops_test.py 36 def pairwise_distance_np(feature, squared=False):
41 squared: Boolean. If true, output is the pairwise squared euclidean
50 if squared:
108 pdist_matrix = pairwise_distance_np(embedding, squared=True)
  /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)
  /prebuilts/go/darwin-x86/src/math/rand/
rand_test.go 520 // Gather chi-squared values and check that they follow
536 // Calculate chi-squared and add to samples.
  /prebuilts/go/linux-x86/src/math/rand/
rand_test.go 520 // Gather chi-squared values and check that they follow
536 // Calculate chi-squared and add to samples.
  /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>
  /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);
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 494 // a squared Rat is positive and can't be reduced
  /prebuilts/go/linux-x86/src/math/big/
rat.go 494 // a squared Rat is positive and can't be reduced
  /compatibility/cdd/7_hardware-compatibility/
7_3_sensors.md 213 moving with less than 1 meter per second squared of acceleration:
246 with less than 0.2 meter per second squared of acceleration, are sufficient to

Completed in 614 milliseconds

1 2