HomeSort by relevance Sort by last modified time
    Searched refs:precision (Results 226 - 250 of 558) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.h 62 PRECISION = 262,
178 TPrecision precision; member in union:YYSTYPE::__anon11073::__anon11075
SymbolTable.cpp 23 type(p.type), precision(p.precision), qualifier(p.qualifier), size(p.size), matrix(p.matrix), array(p.array), arraySize(p.arraySize), structure(0)
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.h 78 void toQuadraticTs(double precision, SkTArray<double, true>* ts) const;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
Util.java 398 public static double round(double value, int precision) {
399 if (precision < 0) {
400 throw new IllegalArgumentException("Should have a precision at least greater than 0!");
402 if (precision == 0) return (long) Math.floor(value);
405 while (n++ < precision)
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
ParametrizedLine.h 108 /** \returns \c true if \c *this is approximately equal to \a other, within the precision
112 bool isApprox(const ParametrizedLine& other, typename NumTraits<Scalar>::Real prec = precision<Scalar>()) const
Rotation2D.h 106 /** \returns \c true if \c *this is approximately equal to \a other, within the precision
110 bool isApprox(const Rotation2D& other, typename NumTraits<Scalar>::Real prec = precision<Scalar>()) const
115 * single precision 2D rotation type */
118 * double precision 2D rotation type */
  /external/eigen/blas/
drotm.f 6 DOUBLE PRECISION DPARAM(5),DX(*),DY(*)
34 * DX (input/output) DOUBLE PRECISION array, dimension N
35 * double precision vector with N elements
40 * DY (input/output) DOUBLE PRECISION array, dimension N
41 * double precision vector with N elements
46 * DPARAM (input/output) DOUBLE PRECISION array, dimension 5
56 DOUBLE PRECISION DFLAG,DH11,DH12,DH21,DH22,TWO,W,Z,ZERO
srotm.f 36 * double precision vector with N elements
42 * double precision vector with N elements
  /external/flac/libFLAC/include/private/
lpc.h 108 * Quantizes the LP coefficients. NOTE: precision + bits_per_sample
113 * IN FLAC__MIN_QLP_COEFF_PRECISION < precision
114 * desired precision (in bits, including sign
125 int FLAC__lpc_quantize_coefficients(const FLAC__real lp_coeff[], unsigned order, unsigned precision, FLAC__int32 qlp_coeff[], int *shift);
  /external/icu4c/test/iotest/
iotest.cpp 578 int32_t precision; local
607 precision=testCase->getInt28("precision", errorCode);
619 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, dbl);
623 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i8);
627 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i16);
631 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i32);
635 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i64);
639 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, cBuffer);
642 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, argument)
    [all...]
  /external/kernel-headers/original/linux/
timex.h 114 long precision; /* clock precision (usec) (read only) */ member in struct:timex
212 extern long time_precision; /* clock precision (us) */
  /external/skia/src/pathops/
SkPathOpsCubic.h 78 void toQuadraticTs(double precision, SkTArray<double, true>* ts) const;
  /external/stlport/stlport/stl/
_ios.c 106 ios_base::precision(6);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.c 106 ios_base::precision(6);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios.c 106 ios_base::precision(6);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios.c 106 ios_base::precision(6);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios.c 106 ios_base::precision(6);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios.c 106 ios_base::precision(6);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios.c 106 ios_base::precision(6);
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 2862 unsigned int precision; member in struct:mDNSprintf_format
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_bind_uniform_location_unittest.cc 46 precision mediump float;
125 precision mediump float;
  /external/openfst/src/include/fst/script/
draw-impl.h 56 int precision,
62 fontsize_(fontsize), precision_(precision),
  /external/qemu/distrib/sdl-1.2.15/src/audio/sun/
SDL_sunaudio.c 299 info.play.precision = (enc == AUDIO_ENCODING_ULAW)
311 && info.play.precision == (spec->format & 0xff)
  /external/zlib/src/contrib/iostream2/
zstream.h 246 oss->precision(m_os->precision());
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AutoFixFilter.java 111 "precision mediump float;\n" +
204 long precision = (256l * 256l - 1l); local
208 long temp = normal_cdf[i] * precision / histDim;

Completed in 1608 milliseconds

1 2 3 4 5 6 7 8 91011>>