HomeSort by relevance Sort by last modified time
    Searched full:eps2 (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsf_check.c 33 const int16_t eps2=160; /* eps/2.0 in Q13;*/ local
47 lsf[pos+1]= lsf[pos]+eps2;
48 lsf[pos]= lsf[pos+1]-eps2;
50 lsf[pos]-=eps2;
51 lsf[pos+1]+=eps2;
  /external/eigen/Eigen/src/IterativeLinearSolvers/
BiCGSTAB.h 63 RealScalar eps2 = NumTraits<Scalar>::epsilon()*NumTraits<Scalar>::epsilon(); local
72 if (abs(rho) < eps2*r0_sqnorm)
  /external/ImageMagick/tests/
validate.h 376 { "EPS2", UndefinedCompression, 0.0 },
  /external/ImageMagick/coders/
ps2.c 120 entry=AcquireMagickInfo("PS2","EPS2","Level II Encapsulated PostScript");
156 (void) UnregisterMagickInfo("EPS2");
    [all...]
ept.c 409 (void) CopyMagickString(write_info->magick,"EPS2",MagickPathExtent);
  /external/ImageMagick/MagickCore/
coder.c 123 { "EPS2", "PS2" },
  /toolchain/binutils/binutils-2.25/bfd/
xtensa-modules.c 68 { "EPS2", 194, 0 },
137 { "EPS2", 15, 0 },
    [all...]
  /external/ImageMagick/ImageMagick/script/
formats.html 344 <td>EPS2</td>
    [all...]
  /external/ImageMagick/www/
formats.html 348 <td>EPS2</td>
    [all...]

Completed in 1098 milliseconds