HomeSort by relevance Sort by last modified time
    Searched full:norm (Results 476 - 500 of 593) sorted by null

<<11121314151617181920>>

  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 686 public void set(Vector2 start, Vector2 end, Vector2 norm) {
689 mNormal.set(norm);
    [all...]
  /packages/apps/Email/res/values-hu/
strings.xml 268 <item msgid="4550219696381691112">"Normál méret? szöveg"</item>
    [all...]
  /packages/apps/Email/res/values-sk/
strings.xml 268 <item msgid="4550219696381691112">"Normálna ve?kos? písma"</item>
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 343 private double norm(double[] a) { method in class:PhotoTable
380 final double distance = norm(delta);
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 248 opus_val32 norm; local
332 norm = SHL32(EXTEND32(len2),6+14)/ADD32(EPSILON,SHR32(mean,1));
340 id = IMAX(0,IMIN(127,MULT16_32_Q15(tmp[i],norm))); /* Do not round to nearest */
342 id = IMAX(0,IMIN(127,(int)floor(64*norm*tmp[i]))); /* Do not round to nearest */
852 /* Use the L1 norm to model the entropy of the L/R signal vs the M/S signal */
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnormtst.c 660 UChar norm[100]; local
669 norm + normsize, 100 - normsize, &status);
684 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
    [all...]
  /external/icu4c/test/cintltst/
cnormtst.c 664 UChar norm[100]; local
673 norm + normsize, 100 - normsize, &status);
688 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
    [all...]
  /external/jpeg/
jquant2.c 263 /* The volume (actually 2-norm) of the box */
397 * We use 2-norm rather than real volume here; this biases the method
399 * a box is splittable iff norm > 0.
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 330 float rad, norm, coefficient; local
357 norm = (float) cvNorm (&sample, 0, CV_L2);
358 coefficient = rad / norm;
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 263 /* The volume (actually 2-norm) of the box */
397 * We use 2-norm rather than real volume here; this biases the method
399 * a box is splittable iff norm > 0.
    [all...]
  /external/chromium_org/third_party/icu/patches/
search_collation.patch     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 835 fs_type.norm = FALSE; /* values are not limited to [0,1] or [-1,1] */
843 blend_type.norm = TRUE; /* values are in [0,1] or [-1,1] */
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 835 fs_type.norm = FALSE; /* values are not limited to [0,1] or [-1,1] */
843 blend_type.norm = TRUE; /* values are in [0,1] or [-1,1] */
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 650 /** find a norm for a vector
652 * @param[out] output the norm of the input vector
  /external/ceres-solver/include/ceres/
problem.h 177 // NULL, in which case the cost of the term is just the squared norm
  /external/chromium_org/third_party/icu/source/i18n/
ucol_sit.cpp 274 /* 11 NORMALIZATION_MODE */ {normArg, _processCollatorOption, UCOL_NORMALIZATION_MODE }, // norm O, X, D
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
floatnum.c 435 /* Exponent if already norm. */
  /external/chromium_org/tools/perf/
trace-info.json 327 "math-spectral-norm": {
  /external/eigen/Eigen/src/Core/
MatrixBase.h 203 RealScalar norm() const;
  /external/icu4c/i18n/
ucol_sit.cpp 302 /* 11 NORMALIZATION_MODE */ {normArg, _processCollatorOption, UCOL_NORMALIZATION_MODE }, // norm O, X, D
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 76 /* limit norm */
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 857 // Calculate the L1 norm, with median value as central moment
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
vad2.h 165 Word16 last_normb_shift; /* last block norm shift count */
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.c 650 /** find a norm for a vector
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgcc_s.so 

Completed in 2543 milliseconds

<<11121314151617181920>>