HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 251 - 275 of 1130) sorted by null

<<11121314151617181920>>

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
Matrix.java 70 * Gets the matrix coefficient from row i, column j
74 * @return Coefficient at i,j
83 * Store a matrix coefficient in row i, column j
87 * @param v Coefficient to store at i,j
  /libcore/luni/src/test/java/tests/security/spec/
RSAOtherPrimeInfoTest.java 107 * Assertion: returns CRT coefficient value
  /libcore/ojluni/src/main/java/java/security/spec/
RSAPrivateCrtKeySpec.java 71 * coefficient q-1 mod p
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 83 \param scale Cauchy scale coefficient (see db_ExpCauchyReprojectionError() )
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
SmoothingUtils.java 46 final int COEFF_COUNT = 4; // Coefficient count for 3d smoothing
  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go 57 // the coefficient of x? can be obtained by v.low >> 63.
58 // the coefficient of x?³ can be obtained by v.low & 1.
59 // the coefficient of x?? can be obtained by v.high >> 63.
60 // the coefficient of x¹²? can be obtained by v.high & 1.
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 57 // the coefficient of x? can be obtained by v.low >> 63.
58 // the coefficient of x?³ can be obtained by v.low & 1.
59 // the coefficient of x?? can be obtained by v.high >> 63.
60 // the coefficient of x¹²? can be obtained by v.high & 1.
  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
audio_analysis.py 25 # Only peaks with coefficient greater than 0.01 of the first peak should be
109 # If RMS is too small, set dominant frequency and coefficient to 0.
123 # x_f is the frequency in Hz, y_f is the transformed coefficient.
181 absolute values of the magnitude of transformed coefficient.
  /external/autotest/client/deps/glbench/src/
testbase.cc 121 void RunTest(TestBase* test, const char* testname, const double coefficient,
139 value = coefficient * (inverse ? 1.0 / value : value);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 925 * @param a The coefficient <code>a</code> in the Weierstrass equation
928 * @param b The coefficient <code>b</code> in the Weierstrass equation
948 * @param a The coefficient <code>a</code> in the Weierstrass equation
951 * @param b The coefficient <code>b</code> in the Weierstrass equation
982 * @param a The coefficient <code>a</code> in the Weierstrass equation
985 * @param b The coefficient <code>b</code> in the Weierstrass equation
    [all...]
  /external/eigen/Eigen/src/Core/
CwiseTernaryOp.h 58 * \brief Generic expression where a coefficient-wise ternary operator is
66 * This class represents an expression where a coefficient-wise ternary
  /external/eigen/Eigen/src/SparseCore/
AmbiVector.h 230 // the coefficient already exists and we found it !
241 // let's insert a new coefficient
CompressedStorage.h 152 // ^^ optimization: let's first check if it is the last coefficient
165 // ^^ optimization: let's first check if it is the last coefficient
  /external/eigen/doc/
ClassHierarchy.dox 58 - DenseCoeffsBase means something that has dense coefficient accessors. It is a base class for
59 \c %DenseBase. The reason for \c %DenseCoeffsBase to exist is that the set of available coefficient
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 151 // then the balancing coefficient for the row is \f$ 1/2^{\sigma} \f$
152 // and the balancing coefficient for the column is \f$ 2^{\sigma} \f$
  /external/google-benchmark/src/
complexity.cc 66 // Find the coefficient for the high-order term in the running time, by
113 // Find the coefficient for the high-order term in the running time, by
  /external/libcxx/utils/google-benchmark/src/
complexity.cc 66 // Find the coefficient for the high-order term in the running time, by
113 // Find the coefficient for the high-order term in the running time, by
  /hardware/intel/common/libva/va/
va_dec_vp8.h 203 * \brief VP8 Coefficient Probability Data Buffer Structure
209 * position of the coefficient being decoded; the third dimension, * roughly
  /external/autotest/client/cros/chameleon/
audio_test_utils.py 335 # The frequency at lower than _DC_FREQ_THRESHOLD should have coefficient
375 frequency has coefficient larger than this
376 ratio of the coefficient of first dominant
394 @returns: A list containing tuples of (dominant_frequency, coefficient) for
395 valid channels. Coefficient can be a measure of signal magnitude
581 'Channel %d: Found large DC coefficient: '
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 286 /* 5/16/01, break up function for last and not-last coefficient */
331 /* 5/16/01, break up function for last and not-last coefficient */
391 /* 5/16/01, break up function for last and not-last coefficient */
481 /* 5/16/01, break up function for last and not-last coefficient */
    [all...]
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 281 /* number, whose coefficient is a string of bcd8 uBytes */
342 /* DFISCCZERO -- test for coefficient continuation being zero */
343 /* DFISCC01 -- test for coefficient contains only 0s and 1s */
406 /* coefficient, starting at uByte u, is all zeros */
451 /* Macros to decode the coefficient in a finite decFloat *df into */
472 /* GETCOEFF extracts the coefficient of the current format */
473 /* GETWCOEFF extracts the coefficient of the next-wider format. */
542 /* Macros to decode the coefficient in a finite decFloat *df into */
595 /* Macros to decode the coefficient in a finite decFloat *df into */
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 28 /// Class representing coefficient of floating-point addend.
37 // most addends which have coefficient either 1 or -1. So, the constructor
46 assert(!insaneIntVal(C) && "Insane coefficient");
87 // If the coefficient is represented by an integer, promote it to a
102 // The integer coefficient of an individual addend is either 1 or -1,
113 /// constant coefficient. A constant addend is represented as <C, 0>.
125 void set(short Coefficient, Value *V) {
126 Coeff.set(Coefficient);
129 void set(const APFloat &Coefficient, Value *V) {
130 Coeff.set(Coefficient);
    [all...]
  /external/tensorflow/tensorflow/contrib/losses/python/losses/
loss_ops.py 267 `weights` acts as a coefficient for the loss. If a scalar is provided, then
308 `weights` acts as a coefficient for the loss. If a scalar is provided,
359 `weights` acts as a coefficient for the loss. If a scalar is provided,
407 `weights` acts as a coefficient for the loss. If a scalar is provided,
442 `weights` acts as a coefficient for the loss. If a scalar is provided, then
511 `weights` acts as a coefficient for the loss. If a scalar is provided, then
566 `weights` acts as a coefficient for the loss. If a scalar is provided, then
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 761 const float usPerCall = testParam.coefficient;
767 log << TestLog::Message << "Offset & coefficient presented as [confidence interval min, estimate, confidence interval max]. Reported confidence interval for this test is " << confidence << TestLog::EndMessage;
770 << "[" << testParam.coefficientConfidenceLower << ", " << testParam.coefficient << ", " << testParam.coefficientConfidenceUpper << "]"
778 log << TestLog::Message << "Coefficient confidence bounds include values below 0.0, the operation likely has neglible per-pixel cost" << TestLog::EndMessage;
783 log << TestLog::Message << "Coefficient confidence range is extremely large, cannot give reliable result" << TestLog::EndMessage;
    [all...]
  /external/adhd/cras/src/server/
cras_fmt_conv.c 37 float **ch_conv_mtx; /* Coefficient matrix for mixing channels. */
327 /* Multiplies buffer vector with coefficient vector. */
353 * coefficient matrix.
615 const float *coefficient)
632 coefficient[in_ch + out_ch * num_channels];

Completed in 1027 milliseconds

<<11121314151617181920>>