Searched defs:precision (Results 1 - 25 of 183) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLShaderPrecisionFormat.cpp34 PassRefPtrWillBeRawPtr<WebGLShaderPrecisionFormat> WebGLShaderPrecisionFormat::create(GLint rangeMin, GLint rangeMax, GLint precision) argument
36 return adoptRefWillBeNoop(new WebGLShaderPrecisionFormat(rangeMin, rangeMax, precision));
49 GLint WebGLShaderPrecisionFormat::precision() const function in class:blink::WebGLShaderPrecisionFormat
54 WebGLShaderPrecisionFormat::WebGLShaderPrecisionFormat(GLint rangeMin, GLint rangeMax, GLint precision) argument
57 , m_precision(precision)
/external/oprofile/libutil++/
H A Dstream_util.h21 * save the stream flags, precision and fill char.
35 std::streamsize precision; member in class:io_state
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DOutputESSL.cpp19 bool TOutputESSL::writeVariablePrecision(TPrecision precision) argument
21 if (precision == EbpUndefined)
25 out << getPrecisionString(precision);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DUniform.h26 LinkedUniform(GLenum type, GLenum precision, const std::string &name, unsigned int arraySize, const int blockIndex, const sh::BlockMemberInfo &blockInfo);
39 const GLenum precision; member in struct:gl::LinkedUniform
H A DUniform.cpp14 LinkedUniform::LinkedUniform(GLenum type, GLenum precision, const std::string &name, unsigned int arraySize, argument
17 precision(precision),
/external/flac/libFLAC/
H A Dfloat.c275 FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned precision) argument
286 if(precision > LOG2_LOOKUP_PRECISION)
287 precision = LOG2_LOOKUP_PRECISION;
293 while (x > ONE && k < precision) {
/external/openfst/src/script/
H A Ddraw.cc39 int precision,
45 fontsize, precision, show_weight_one, ostrm, dest);
26 DrawFst(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/external/chromium_org/cc/output/
H A Dprogram_binding.h60 TexCoordPrecision precision,
71 fragment_shader_.GetShaderString(precision, sampler))) {
59 Initialize(ContextProvider* context_provider, TexCoordPrecision precision, SamplerType sampler) argument
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicToQuadratics.cpp31 pick an absolute precision (prec)
57 static double calcTDiv(const Cubic& cubic, double precision, double start) { argument
72 double tDiv3 = precision / (adjust * dist);
93 int cubic_to_quadratics(const Cubic& cubic, double precision, SkTDArray<Quadratic>& quadratics) { argument
95 cubic_to_quadratics(cubic, precision, ts);
116 static bool addSimpleTs(const Cubic& cubic, double precision, SkTDArray<double>& ts) {
117 double tDiv = calcTDiv(cubic, precision, 0);
128 static void addTs(const Cubic& cubic, double precision, double start, double end,
130 double tDiv = calcTDiv(cubic, precision, 0);
144 void cubic_to_quadratics(const Cubic& cubic, double precision, SkTDArra
[all...]
/external/deqp/framework/delibs/decpp/
H A DdeStringUtil.cpp109 std::string floatToString (float val, int precision) argument
112 s << std::fixed << std::setprecision(precision) << val;
/external/eigen/Eigen/src/Eigen2Support/
H A DMathFunctions.h30 template<typename T> inline T precision () { return NumTraits<T>::dummy_precision(); } function in namespace:Eigen
36 typename NumTraits<Scalar>::Real precision = NumTraits<Scalar>::dummy_precision())
38 return internal::isMuchSmallerThan(x, y, precision);
43 typename NumTraits<Scalar>::Real precision = NumTraits<Scalar>::dummy_precision())
45 return internal::isApprox(x, y, precision);
50 typename NumTraits<Scalar>::Real precision = NumTraits<Scalar>::dummy_precision())
52 return internal::isApproxOrLessThan(x, y, precision);
/external/openfst/src/include/fst/script/
H A Ddraw.h48 const int precision; member in struct:fst::script::FstDrawerArgs
66 int precision,
73 fontsize(fontsize), precision(precision),
87 args->precision, args->show_weight_one);
104 int precision,
53 FstDrawerArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/external/skia/experimental/Intersection/
H A DCubicToQuadratics.cpp31 pick an absolute precision (prec)
57 static double calcTDiv(const Cubic& cubic, double precision, double start) { argument
72 double tDiv3 = precision / (adjust * dist);
93 int cubic_to_quadratics(const Cubic& cubic, double precision, SkTDArray<Quadratic>& quadratics) { argument
95 cubic_to_quadratics(cubic, precision, ts);
116 static bool addSimpleTs(const Cubic& cubic, double precision, SkTDArray<double>& ts) {
117 double tDiv = calcTDiv(cubic, precision, 0);
128 static void addTs(const Cubic& cubic, double precision, double start, double end,
130 double tDiv = calcTDiv(cubic, precision, 0);
144 void cubic_to_quadratics(const Cubic& cubic, double precision, SkTDArra
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_programs.cc369 const GLint precision = 16; local
372 SetArgumentPointee<3>(precision)))
382 EXPECT_EQ(precision, result->precision);
H A Dshader_translator.h34 precision(SH_PRECISION_UNDEFINED),
42 precision(_precision),
50 precision == other.precision &&
56 int precision; member in struct:gpu::gles2::ShaderTranslatorInterface::VariableInfo
H A Dshader_translator.cc67 ShPrecisionType precision = SH_PRECISION_UNDEFINED; local
71 &len, &size, &type, &precision, &static_use,
82 type, size, precision, static_use, name_string);
/external/chromium_org/third_party/angle/include/GLSLANG/
H A DShaderVars.h56 GLenum precision; member in struct:sh::ShaderVariable
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicToQuads.cpp30 pick an absolute precision (prec)
56 static double calc_t_div(const SkDCubic& cubic, double precision, double start) { argument
71 double tDiv3 = precision / (adjust * dist);
90 static bool add_simple_ts(const SkDCubic& cubic, double precision, SkTArray<double, true>* ts) { argument
91 double tDiv = calc_t_div(cubic, precision, 0);
102 static void addTs(const SkDCubic& cubic, double precision, double start, double end, argument
104 double tDiv = calc_t_div(cubic, precision, 0);
118 void SkDCubic::toQuadraticTs(double precision, SkTArray<double, true>* ts) const { argument
164 if (inflections == 0 && add_simple_ts(*this, precision, ts)) {
169 addTs(pair.first(), precision,
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsTestCommon.cpp14 void CubicToQuads(const SkDCubic& cubic, double precision, SkTArray<SkDQuad, true>& quads) { argument
16 cubic.toQuadraticTs(precision, &ts);
/external/skia/src/pathops/
H A DSkDCubicToQuads.cpp30 pick an absolute precision (prec)
56 static double calc_t_div(const SkDCubic& cubic, double precision, double start) { argument
71 double tDiv3 = precision / (adjust * dist);
90 static bool add_simple_ts(const SkDCubic& cubic, double precision, SkTArray<double, true>* ts) { argument
91 double tDiv = calc_t_div(cubic, precision, 0);
102 static void addTs(const SkDCubic& cubic, double precision, double start, double end, argument
104 double tDiv = calc_t_div(cubic, precision, 0);
118 void SkDCubic::toQuadraticTs(double precision, SkTArray<double, true>* ts) const { argument
164 if (inflections == 0 && add_simple_ts(*this, precision, ts)) {
169 addTs(pair.first(), precision,
[all...]
/external/skia/tests/
H A DPathOpsTestCommon.cpp14 void CubicToQuads(const SkDCubic& cubic, double precision, SkTArray<SkDQuad, true>& quads) { argument
16 cubic.toQuadraticTs(precision, &ts);
/external/smali/util/src/main/java/ds/tree/
H A DRadixTreeImpl.java417 public void formatTo(Formatter formatter, int flags, int width, int precision) { argument
/external/tcpdump/
H A Dntp.h82 int precision:8; member in struct:ntpdata
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddouble-conversion.cc286 int precision,
292 if (precision < kMinPrecisionDigits || precision > kMaxPrecisionDigits) {
304 DoubleToAscii(value, PRECISION, precision,
307 ASSERT(decimal_rep_length <= precision);
320 (decimal_point - precision + extra_zero >
322 // Fill buffer to contain 'precision' digits.
325 for (int i = decimal_rep_length; i < precision; ++i) {
330 precision,
335 Max(0, precision
285 ToPrecision(double value, int precision, StringBuilder* result_builder) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuilder.cpp358 void StringBuilder::appendNumber(double number, unsigned precision, TrailingZerosTruncatingPolicy trailingZerosTruncatingPolicy) argument
364 const char* result = numberToFixedPrecisionString(number, precision, reinterpret_cast<char*>(dest), truncateTrailingZeros);
368 const char* result = numberToFixedPrecisionString(number, precision, reinterpret_cast<char*>(dest), truncateTrailingZeros);

Completed in 565 milliseconds

12345678