/external/chromium_org/third_party/skia/include/gpu/ |
GrShaderVar.h | 37 enum Precision { 49 * Defaults to a float with no precision specifier 59 Precision precision = kDefault_Precision) 64 , fPrecision(precision) { 69 Precision precision = kDefault_Precision) 74 , fPrecision(precision) { 79 int arrayCount = kNonArray, Precision precision = kDefault_Precision [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkDCubicToQuads.cpp | 30 pick an absolute precision (prec) 56 static double calc_t_div(const SkDCubic& cubic, double precision, double start) { 71 double tDiv3 = precision / (adjust * dist); 90 static bool add_simple_ts(const SkDCubic& cubic, double precision, SkTArray<double, true>* ts) { 91 double tDiv = calc_t_div(cubic, precision, 0); 102 static void addTs(const SkDCubic& cubic, double precision, double start, double end, 104 double tDiv = calc_t_div(cubic, precision, 0); 118 void SkDCubic::toQuadraticTs(double precision, SkTArray<double, true>* ts) const { 164 if (inflections == 0 && add_simple_ts(*this, precision, ts)) { 169 addTs(pair.first(), precision, 0, inflectT[0], ts) [all...] |
/external/skia/src/pathops/ |
SkDCubicToQuads.cpp | 30 pick an absolute precision (prec) 56 static double calc_t_div(const SkDCubic& cubic, double precision, double start) { 71 double tDiv3 = precision / (adjust * dist); 90 static bool add_simple_ts(const SkDCubic& cubic, double precision, SkTArray<double, true>* ts) { 91 double tDiv = calc_t_div(cubic, precision, 0); 102 static void addTs(const SkDCubic& cubic, double precision, double start, double end, 104 double tDiv = calc_t_div(cubic, precision, 0); 118 void SkDCubic::toQuadraticTs(double precision, SkTArray<double, true>* ts) const { 164 if (inflections == 0 && add_simple_ts(*this, precision, ts)) { 169 addTs(pair.first(), precision, 0, inflectT[0], ts) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
IllegalFormatPrecisionExceptionTest.java | 42 int precision = 12345; local 44 precision); 45 assertEquals(precision, illegalFormatPrecisionException.getPrecision()); 52 int precision = 12345; local 54 precision); 70 assertEquals("Precision", initEx.getPrecision(), desrEx
|
/external/deqp/modules/gles31/functional/ |
es31fShaderCommonFunctionTests.cpp | 124 inline bool supportsSignedZero (glu::Precision precision) 128 return precision == glu::PRECISION_HIGHP; 150 static int getMinMantissaBits (glu::Precision precision) 159 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(bits))); 160 return bits[precision]; 163 static int getMaxNormalizedValueExponent (glu::Precision precision) 172 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(exponent))) 478 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 490 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 560 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 583 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 660 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 690 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 772 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 781 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 835 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 858 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 918 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 941 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1008 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1017 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1132 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1148 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1228 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1254 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1336 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1366 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1464 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1481 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1569 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1599 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local [all...] |
es31fShaderIntegerFunctionTests.cpp | 111 inline int getShaderUintBitCount (glu::ShaderType shaderType, glu::Precision precision) 117 return bitCounts[precision]; 137 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dataType, glu::Precision precision, deUint32* dst, int numValues) 140 const deUint32 integerLength = (deUint32)getShaderUintBitCount(shaderType, precision); 322 static const char* getPrecisionPostfix (glu::Precision precision) 331 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); 332 return s_postfix[precision]; 372 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 426 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 468 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 520 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 743 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 807 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 830 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 881 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 890 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 930 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 939 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 990 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 999 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1068 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1077 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
printf.c | 39 ** * The %c field now accepts a precision. The character output 40 ** is repeated by the number of times the precision specifies. 104 #define FLAG_STRING 4 /* Allow infinity precision */ 236 int precision; /* Precision of the current field */ local 313 /* Get the precision */ 315 precision = 0; 318 precision = va_arg(ap,int); 319 if( precision<0 ) precision = -precision [all...] |
/external/llvm/test/MC/ARM/ |
single-precision-fp.s | 10 @ CHECK-ERRORS: error: instruction requires: double precision VFP 12 @ CHECK-ERRORS: error: instruction requires: double precision VFP 14 @ CHECK-ERRORS: error: instruction requires: double precision VFP 16 @ CHECK-ERRORS: error: instruction requires: double precision VFP 18 @ CHECK-ERRORS: error: instruction requires: double precision VFP 29 @ CHECK-ERRORS: error: instruction requires: double precision VFP 31 @ CHECK-ERRORS: error: instruction requires: double precision VFP 33 @ CHECK-ERRORS: error: instruction requires: double precision VFP 35 @ CHECK-ERRORS: error: instruction requires: double precision VFP 37 @ CHECK-ERRORS: error: instruction requires: double precision VF [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
CubicToQuadratics.cpp | 31 pick an absolute precision (prec) 57 static double calcTDiv(const Cubic& cubic, double precision, double start) { 72 double tDiv3 = precision / (adjust * dist); 93 int cubic_to_quadratics(const Cubic& cubic, double precision, SkTDArray<Quadratic>& quadratics) { 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, SkTDArray<double>& ts) [all...] |
/external/compiler-rt/lib/builtins/ |
fp_extend.h | 1 //===-lib/fp_extend.h - low precision -> high precision conversion -*- C -*-===// 43 #error Source should be single precision or double precision! 44 #endif //end source precision 59 #error Destination should be double precision or quad precision! 60 #endif //end destination precision
|
/external/skia/experimental/Intersection/ |
CubicToQuadratics.cpp | 31 pick an absolute precision (prec) 57 static double calcTDiv(const Cubic& cubic, double precision, double start) { 72 double tDiv3 = precision / (adjust * dist); 93 int cubic_to_quadratics(const Cubic& cubic, double precision, SkTDArray<Quadratic>& quadratics) { 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, SkTDArray<double>& ts) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderCommonFunctionTests.cpp | 123 inline bool supportsSignedZero (glu::Precision precision) 127 return precision == glu::PRECISION_HIGHP; 149 static int getMinMantissaBits (glu::Precision precision) 158 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(bits))); 159 return bits[precision]; 390 static const char* getPrecisionPostfix (glu::Precision precision) 399 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))) 447 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 459 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 529 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 552 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 629 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 659 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 741 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 750 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 804 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 827 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 885 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 908 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 972 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 981 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1096 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1112 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1192 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1218 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1300 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1330 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1428 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1445 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1533 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local 1563 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
lcast_precision.hpp | 41 // Calculate an argument to pass to std::ios_base::precision from 134 unsigned long const precision = 2UL + digits * 30103UL / 100000UL; 139 precision > limits::digits10 + 0UL && 140 precision <= streamsize_max + 0UL 142 return precision; 147 unsigned int const precision = limits::digits10 + 1U; 148 BOOST_ASSERT(precision <= streamsize_max + 0UL); 149 return precision; 153 // Integral type (for which precision has no effect) 155 // so assume stream precision remains the default 6 decimal digits [all...] |
/external/openfst/src/include/fst/script/ |
draw.h | 48 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,
|
/external/chromium_org/cc/output/ |
shader.h | 358 TexCoordPrecision precision, SamplerType sampler) const; 364 TexCoordPrecision precision, SamplerType sampler) const; 371 TexCoordPrecision precision, SamplerType sampler) const; 378 TexCoordPrecision precision, SamplerType sampler) const; 384 TexCoordPrecision precision, SamplerType sampler) const; 391 TexCoordPrecision precision, SamplerType sampler) const; 397 TexCoordPrecision precision, SamplerType sampler) const; 403 TexCoordPrecision precision, SamplerType sampler) const; 410 TexCoordPrecision precision, SamplerType sampler) const; 417 TexCoordPrecision precision, SamplerType sampler) const [all...] |
gl_renderer.h | 296 TexCoordPrecision precision, SamplerType sampler); 298 TexCoordPrecision precision, SamplerType sampler); 300 TexCoordPrecision precision, SamplerType sampler); 302 TexCoordPrecision precision, SamplerType sampler); 304 TexCoordPrecision precision, SamplerType sampler); 306 TexCoordPrecision precision, SamplerType sampler); 311 TexCoordPrecision precision); 313 TexCoordPrecision precision); 315 TexCoordPrecision precision); 317 TexCoordPrecision precision); [all...] |
/cts/suite/cts/deviceTests/opengl/assets/fragment/ |
perspective | 14 precision mediump float;
|
/cts/suite/cts/deviceTests/opengl/assets/vertex/ |
water | 14 precision mediump float;
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Uniform.h | 26 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
|
Uniform.cpp | 14 LinkedUniform::LinkedUniform(GLenum type, GLenum precision, const std::string &name, unsigned int arraySize, 17 precision(precision),
|
/external/deqp/modules/gles2/scripts/ |
gen-swizzles.py | 85 for (inputType, dataType, precision) in combinations.iterate(): 87 print inputType, precision, dataType 109 precision mediump float; 129 precision mediump float; 130 precision mediump int; 145 def __init__(self, name, precision, dataType, swizzle, inputs, outputs): 147 self.precision = precision 228 # \todo [petri] Uses fixed precision. 231 precision = "mediump variable [all...] |
/external/deqp/modules/gles3/scripts/ |
gen-swizzles.py | 85 for (inputType, dataType, precision) in combinations.iterate(): 87 print inputType, precision, dataType 111 precision mediump float; 133 precision mediump float; 134 precision mediump int; 149 def __init__(self, name, precision, dataType, swizzle, inputs, outputs): 151 self.precision = precision 232 # \todo [petri] Uses fixed precision. 235 precision = "mediump variable [all...] |
/external/openfst/src/script/ |
draw.cc | 39 int precision, 45 fontsize, precision, show_weight_one, ostrm, dest);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLShaderVar.h | 31 * Defaults to a float with no precision specifier 40 Precision precision = kDefault_Precision) 41 : GrShaderVar(name, type, arrayCount, precision) 50 int arrayCount = kNonArray, Precision precision = kDefault_Precision) 51 : GrShaderVar(name, type, typeModifier, arrayCount, precision) 86 Precision precision = kDefault_Precision, 90 INHERITED::set(type, typeModifier, name, precision); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_snprintf.c | 42 * precision specifications; fix various floating point conversion bugs; 45 * check for integer overflow of the field width, precision, and return 479 int precision = -1; local 566 if (precision == -1) 567 precision = 0; 570 if (precision > (INT_MAX - ch) / 10) { 574 precision = 10 * precision + ch; 578 * C99 says: "A negative precision argument is 579 * taken as if the precision were omitted. [all...] |