HomeSort by relevance Sort by last modified time
    Searched refs:precision (Results 51 - 75 of 421) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/flac/libFLAC/include/private/
float.h 85 * 'precision' roughly limits the number of iterations that are done;
86 * use (unsigned)(-1) for maximum precision.
93 FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned precision);
  /external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
member_swap.pass.cpp 51 assert(is1.precision() == 6);
59 assert(is2.precision() == 6);
74 assert(is1.precision() == 6);
82 assert(is2.precision() == 6);
move_assign.pass.cpp 57 assert(is1.precision() == 6);
65 assert(is2.precision() == 6);
80 assert(is1.precision() == 6);
88 assert(is2.precision() == 6);
  /external/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/
member_swap.pass.cpp 51 assert(is1.precision() == 6);
59 assert(is2.precision() == 6);
74 assert(is1.precision() == 6);
82 assert(is2.precision() == 6);
move_assign.pass.cpp 57 assert(is1.precision() == 6);
65 assert(is2.precision() == 6);
80 assert(is1.precision() == 6);
88 assert(is2.precision() == 6);
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/
member_swap.pass.cpp 51 assert(os1.precision() == 6);
59 assert(os2.precision() == 6);
74 assert(os1.precision() == 6);
82 assert(os2.precision() == 6);
move_assign.pass.cpp 57 assert(os1.precision() == 6);
65 assert(os2.precision() == 6);
80 assert(os1.precision() == 6);
88 assert(os2.precision() == 6);
  /cts/suite/cts/deviceTests/opengl/assets/fragment/
blur 14 precision mediump float;
  /cts/suite/cts/deviceTests/opengl/assets/vertex/
perspective 14 precision mediump float;
  /external/chromium_org/cc/output/
program_binding.h 60 TexCoordPrecision precision,
71 fragment_shader_.GetShaderString(precision, sampler))) {
shader.cc 17 precision, SetFragmentSamplerType(sampler, SHADER0(Src)))
69 // way that the effective precision might be lower than expected.
79 // Initialize range and precision with minimum spec values for when
84 GLint precision = 10; local
87 range, &precision));
88 *highp_threshold_cache = 1 << precision;
213 precision mediump float;
702 TexCoordPrecision precision, SamplerType sampler) const {
704 precision mediump float;
716 TexCoordPrecision precision, SamplerType sampler) const
    [all...]
gl_renderer_unittest.cc 72 void TestShadersWithTexCoordPrecision(TexCoordPrecision precision) {
73 EXPECT_PROGRAM_VALID(renderer()->GetRenderPassProgram(precision));
74 EXPECT_PROGRAM_VALID(renderer()->GetRenderPassProgramAA(precision));
75 EXPECT_PROGRAM_VALID(renderer()->GetRenderPassMaskProgram(precision));
76 EXPECT_PROGRAM_VALID(renderer()->GetRenderPassMaskProgramAA(precision));
78 renderer()->GetRenderPassColorMatrixProgram(precision));
80 renderer()->GetRenderPassMaskColorMatrixProgramAA(precision));
82 renderer()->GetRenderPassColorMatrixProgramAA(precision));
84 renderer()->GetRenderPassMaskColorMatrixProgram(precision));
85 EXPECT_PROGRAM_VALID(renderer()->GetTextureProgram(precision));
    [all...]
  /external/chromium_org/third_party/angle/tests/angle_tests/
TransformFeedbackTest.cpp 23 precision highp float;
34 precision highp float;
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicUtilities.h 20 int cubic_to_quadratics(const Cubic& cubic, double precision,
22 void cubic_to_quadratics(const Cubic& cubic, double precision, SkTDArray<double>& ts);
  /external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
streambuf.pass.cpp 38 assert(is.precision() == 6);
51 assert(is.precision() == 6);
  /external/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
streambuf.pass.cpp 38 assert(is.precision() == 6);
51 assert(is.precision() == 6);
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
streambuf.pass.cpp 38 assert(os.precision() == 6);
50 assert(os.precision() == 6);
  /external/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/
ctor_streambuf.pass.cpp 31 assert(ios.precision() == 6);
44 assert(ios.precision() == 6);
  /external/llvm/test/MC/ARM/
directive-arch_extension-fp.s 180 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv8
183 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv8
186 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv8
189 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv8
192 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv8
195 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv8
199 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv8
202 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv8
205 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv8
208 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 100 InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective);
106 glu::Precision m_precision;
112 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective)
114 , m_precision (precision)
125 static bool isValidFloat (glu::Precision precision, float val)
127 if (precision == glu::PRECISION_MEDIUMP)
140 static bool isValidFloatVec (glu::Precision precision, const tcu::Vector<float, Size>& vec
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 103 InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective);
109 glu::Precision m_precision;
115 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective)
117 , m_precision (precision)
128 static bool isValidFloat (glu::Precision precision, float val)
130 if (precision == glu::PRECISION_MEDIUMP)
143 static bool isValidFloatVec (glu::Precision precision, const tcu::Vector<float, Size>& vec
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
TimelineGrid.js 52 * @return {!{offsets: !Array.<number>, precision: number}}
97 return {offsets: offsets, precision: Math.max(0, -Math.floor(Math.log(gridSliceTime * 1.01) / Math.LN10))};
114 var precision = 0;
118 precision = dividersData.precision;
143 var text = printDeltas ? calculator.formatTime(calculator.zeroTime() + time - lastTime) : calculator.formatTime(time, precision);
183 var precision = 0;
187 precision = dividersData.precision;
218 dividerLabelBar._labelElement.textContent = printDeltas ? calculator.formatTime(time - lastTime) : calculator.formatTime(time, precision);
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
Types.h 227 : type(t), precision(EbpUndefined), qualifier(EvqGlobal),
235 : type(t), precision(p), qualifier(q),
243 : type(EbtStruct), precision(p), qualifier(EvqTemporary),
251 : type(EbtInterfaceBlock), precision(EbpUndefined), qualifier(qualifierIn),
269 return precision;
273 precision = p;
437 return ::getPrecisionString(precision);
473 TPrecision precision; member in class:TType
504 TPrecision precision; member in struct:TPublicType
517 precision = EbpUndefined
    [all...]
  /external/chromium_org/third_party/angle/tests/compiler_tests/
ExpressionLimit_test.cpp 61 precision mediump float;
79 precision mediump float;
101 precision mediump float;
303 precision mediump float;
315 precision mediump float;
334 precision mediump float;
350 precision mediump float;
366 precision mediump float;
378 precision mediump float;
390 precision mediump float
    [all...]
  /external/eigen/Eigen/src/Core/
IO.h 31 * - \b precision number of digits for floating point values, or one of the special constants \c StreamPrecision and \c FullPrecision.
33 * stream's own precision setting, as set for instance using \c cout.precision(3). The other special value
34 * \c FullPrecision means that the number of digits will be computed to match the full precision of each floating-point
58 rowSpacer(""), coeffSeparator(_coeffSeparator), precision(_precision), flags(_flags)
70 int precision; member in struct:Eigen::IOFormat
168 if(fmt.precision == StreamPrecision)
172 else if(fmt.precision == FullPrecision)
185 explicit_precision = fmt.precision;
189 if(explicit_precision) old_precision = s.precision(explicit_precision)
    [all...]

Completed in 1704 milliseconds

1 23 4 5 6 7 8 91011>>