/development/ndk/platforms/android-3/include/linux/ |
timex.h | 44 long precision; member in struct:timex
|
/development/ndk/platforms/android-L/include/linux/ |
timex.h | 34 long precision; member in struct:timex
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
double-conversion.h | 95 // When converting to precision mode the converter may add 102 // max_trailing_padding_zeroes_in_precision_mode in precision mode to avoid 231 // Computes 'precision' leading digits of the given 'value' and returns them 241 // max_trailing_padding_zeroes_in_precision_mode in precision mode to avoid 260 // - precision < kMinPericisionDigits 261 // - precision > kMaxPrecisionDigits 266 int precision, 279 PRECISION 283 // A higher precision can be achieved by using more digits, but the shortest 310 // - PRECISION: produces 'requested_digits' where the first digit is not '0' [all...] |
/external/eigen/Eigen/src/Core/ |
DiagonalMatrix.h | 87 bool isApprox(const DiagonalBase<OtherDerived>& other, typename NumTraits<Scalar>::Real precision = NumTraits<Scalar>::dummy_precision()) const 89 return diagonal().isApprox(other.diagonal(), precision); 92 bool isApprox(const MatrixBase<OtherDerived>& other, typename NumTraits<Scalar>::Real precision = NumTraits<Scalar>::dummy_precision()) const 94 return toDenseMatrix().isApprox(other, precision); 284 * within the precision given by \a prec.
|
/external/eigen/bench/ |
quatmul.cpp | 30 std::cout.precision(3);
|
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
swap.pass.cpp | 76 ios1.precision(1); 96 ios2.precision(2); 121 assert(ios1.precision() == 2); 150 assert(ios2.precision() == 1);
|
move.pass.cpp | 85 ios2.precision(2); 110 assert(ios1.precision() == 2);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_reconinter.h | 39 enum mv_precision precision,
|
/external/openfst/src/script/ |
text-io.cc | 80 strm->precision(9);
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
GLSLTest.cpp | 195 fragmentShader->append("precision highp float;\n"); 261 precision mediump float; 282 precision mediump float; 314 precision mediump float; 357 precision mediump float; 387 "precision highp float;\n" 423 "precision highp float;\n" 437 precision mediump float; 468 precision mediump float; 494 precision mediump float [all...] |
ClearTest.cpp | 24 precision highp float; 35 precision highp float;
|
CompressedTextureTest.cpp | 23 precision highp float; 37 precision highp float;
|
IncompleteTextureTest.cpp | 24 precision highp float; 37 precision highp float;
|
IndexedPointsTest.cpp | 35 precision highp float; 47 precision highp float;
|
/external/deqp/framework/opengl/ |
gluVarType.cpp | 41 VarType::VarType (DataType basicType, Precision precision) 45 m_data.basic.precision = precision; 120 m_data.basic.precision == other.m_data.basic.precision;
|
/external/chromium_org/gpu/command_buffer/service/ |
shader_manager_unittest.cc | 185 EXPECT_EQ(it->second.precision, variable_info->precision); 198 EXPECT_EQ(it->second.precision, variable_info->precision); 211 EXPECT_EQ(it->second.precision, variable_info->precision);
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
ShaderLang.cpp | 88 ShPrecisionType ConvertPrecision(sh::GLenum precision) 90 switch (precision) 204 // Disable highp precision in fragment shader by default. 404 ShPrecisionType* precision, 409 if (!handle || !size || !type || !precision || !staticUse || !name) 429 *precision = ConvertPrecision(varInfo->precision);
|
Types.cpp | 49 : type(p.type), precision(p.precision), qualifier(p.qualifier), layoutQualifier(p.layoutQualifier),
|
/external/mdnsresponder/mDNSShared/ |
DebugServices.c | 1166 // Added %S - UTF-16 string. Host order if no BOM. Precision is UTF-16 char count. BOM counts in any precision. Arg=ptr 1201 unsigned int precision; member in struct:DebugSNPrintF_format [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
config.py | 50 self.precision = 0 119 if cp.has_option('report', 'precision'): 120 self.precision = cp.getint('report', 'precision')
|
results.py | 162 # A global to determine the precision on coverage percentages, the number 178 def set_precision(cls, precision): 180 assert 0 <= precision < 10 181 cls._precision = precision 182 cls._near0 = 1.0 / 10**precision
|
/external/deqp/modules/gles3/functional/ |
es3fTransformFeedbackTests.cpp | 529 glu::Precision precision = attrib.type.getPrecision(); local 540 switch (precision) 552 switch (precision) 564 switch (precision) 714 glu::Precision precision = attribute.type.getPrecision(); local 733 switch (precision) [all...] |
/external/llvm/test/MC/ARM/ |
vfp4.s | 9 @ THUMB_V7EM-ERRORS: error: instruction requires: double precision VFP 32 @ THUMB_V7EM-ERRORS: error: instruction requires: double precision VFP 43 @ THUMB_V7EM-ERRORS: error: instruction requires: double precision VFP 66 @ THUMB_V7EM-ERRORS: error: instruction requires: double precision VFP
|
/bionic/libc/kernel/uapi/linux/ |
timex.h | 34 __kernel_long_t precision; member in struct:timex
|
/external/chromium_org/third_party/angle/include/GLSLANG/ |
ShaderVars.h | 56 GLenum precision; member in struct:sh::ShaderVariable
|