/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/ |
move_assign.pass.cpp | 57 assert(is1.precision() == 6); 65 assert(is2.precision() == 6); 80 assert(is1.precision() == 6); 88 assert(is2.precision() == 6);
|
/ndk/sources/cxx-stl/llvm-libc++/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);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pystrtod.h | 23 int precision,
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pystrtod.h | 23 int precision,
|
/external/stlport/src/ |
num_put_float.cpp | 403 // If long double value can be safely converted to double without losing precision 443 // If long double value can be safely converted to double without losing precision 481 // according to the specified precision and format flags. This is 490 int precision) { 506 if (precision != 0 || flags & ios_base::showpoint) { 511 while (*bp != 0 && precision--) 515 if (precision > 0) 516 buf.append(precision, '0'); 553 int precision) { 554 if ( sign && (decpt > -precision) && (*bp != 0) 761 snprintf(_STLP_ARRAY_AND_SIZE(static_buf), fmtbuf, precision, x); local [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
num_put_float.cpp | 403 // If long double value can be safely converted to double without losing precision 443 // If long double value can be safely converted to double without losing precision 481 // according to the specified precision and format flags. This is 490 int precision) { 506 if (precision != 0 || flags & ios_base::showpoint) { 511 while (*bp != 0 && precision--) 515 if (precision > 0) 516 buf.append(precision, '0'); 553 int precision) { 554 if ( sign && (decpt > -precision) && (*bp != 0) 761 snprintf(_STLP_ARRAY_AND_SIZE(static_buf), fmtbuf, precision, x); local [all...] |
/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))) {
|
/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/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);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/ |
streambuf.pass.cpp | 38 assert(is.precision() == 6); 51 assert(is.precision() == 6);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/ |
streambuf.pass.cpp | 38 assert(is.precision() == 6); 51 assert(is.precision() == 6);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/ |
streambuf.pass.cpp | 38 assert(os.precision() == 6); 50 assert(os.precision() == 6);
|
/ndk/sources/cxx-stl/llvm-libc++/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/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...] |