/external/kernel-headers/original/uapi/linux/ |
timex.h | 72 __kernel_long_t precision;/* clock precision (usec) (read only) */ member in struct:timex
|
/external/openfst/src/bin/ |
fstprint.cc | 69 ostrm->precision(9);
|
/external/valgrind/main/none/tests/ppc32/ |
test_dfp1.c | 295 precision_type_t precision; member in struct:dfp_test 337 if (test_group.precision == LONG_TEST) { 350 if (test_group.precision == QUAD_TEST) { 365 if (test_group.precision == LONG_TEST) {
|
/external/vixl/tools/ |
make_instruction_doc.pl | 77 operations to the precision required by AArch64 - please check the simulator
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
timex.h | 43 long int precision; /* clock precision (usec) (read only) */ member in struct:timex
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
timex.h | 43 long int precision; /* clock precision (usec) (read only) */ member in struct:timex
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_ios.i | 117 precision() const ; 120 precision(streamsize __prec);
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
timex.h | 34 __kernel_long_t precision; member in struct:timex
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
timex.h | 34 __kernel_long_t precision; member in struct:timex
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
timex.h | 34 __kernel_long_t precision; member in struct:timex
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
timex.h | 34 __kernel_long_t precision; member in struct:timex
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
timex.h | 34 __kernel_long_t precision; member in struct:timex
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
timex.h | 34 __kernel_long_t precision; member in struct:timex
|
/external/chromium_org/gpu/command_buffer/service/ |
shader_translator.cc | 67 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/tests/angle_tests/ |
MaxTextureSizeTest.cpp | 22 precision highp float; 35 precision highp float; 47 precision highp float;
|
/external/deqp/framework/opengl/ |
gluVarType.hpp | 53 VarType (DataType basicType, Precision precision); //!< Basic type constructor. 63 Precision getPrecision (void) const { DE_ASSERT(isBasicType()); return m_data.basic.precision; } 99 Precision precision; member in struct:glu::VarType::Data::__anon3463 121 inline VarType varTypeOf (Precision prec = PRECISION_LAST) { return VarType(dataTypeOf<T>(), prec); }
|
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
copyfmt.pass.cpp | 114 ios1.precision(1); 134 ios2.precision(2); 168 assert(ios1.precision() == 2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
copyfmt.pass.cpp | 114 ios1.precision(1); 134 ios2.precision(2); 168 assert(ios1.precision() == 2);
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
ShaderParser.cpp | 54 version 1.30.10 is the first version of GLSL Language containing precision qualifiers 56 all precision qualifiers from the shader source , otherwise we will use a shader parser 66 //XXX: Until proved otherwise, glsl doesn't know/use those precision macros, so we omit then 209 // parse the source and blank out precision statements 211 // precision {qualifier} {type}; 217 // precision to be empty. 222 PRECISION, 225 } statementState = PRECISION; 226 const char *precision = NULL; local 265 case PRECISION [all...] |
/external/chromium_org/gpu/tools/compositor_model_bench/ |
shaders.cc | 127 precision mediump float; 170 precision mediump float; 171 precision mediump int; 193 precision mediump float; 210 precision mediump float;
|
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | 28 * An immutable arbitrary-precision signed decimal. 30 * <p>A value is represented by an arbitrary-precision "unscaled value" and a signed 32-bit "scale", 212 * The arbitrary precision integer (unscaled value) in the internal 228 * precision is calculated the first time, and used in the following calls 229 * of method <code>precision()</code>. Note that some call to the private 232 * @see #precision() 235 private transient int precision = 0; field in class:BigDecimal 363 * rounding mode and precision for the result of this operation. 369 * if {@code mc.precision > 0} and {@code mc.roundingMode == 371 * within the given precision without rounding 1783 public int precision() { method in class:BigDecimal [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderPackingFunctionTests.cpp | 120 static const char* getPrecisionPostfix (glu::Precision precision) 129 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); 130 return s_postfix[precision]; 147 PackSnorm2x16Case (Context& context, glu::ShaderType shaderType, glu::Precision precision) 148 : ShaderPackingFunctionCase (context, (string("packsnorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str(), "packSnorm2x16", shaderType) 149 , m_precision (precision) 151 m_spec.inputs.push_back(Symbol("in0", glu::VarType(glu::TYPE_FLOAT_VEC2, precision))); 245 glu::Precision m_precision [all...] |
es3fFragmentOutputTests.cpp | 97 , precision (glu::PRECISION_LAST) 103 FragmentOutput (glu::DataType type_, glu::Precision precision_, int location_, int arrayLength_ = 0) 105 , precision (precision_) 112 glu::Precision precision; member in struct:deqp::gles3::Functional::FragmentOutput 184 const char* precName = glu::getPrecisionName(output.precision); 338 static Vec2 getFloatRange (glu::Precision precision) 348 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(ranges))); 349 return ranges[precision]; [all...] |
/external/chromium_org/cc/test/ |
test_web_graphics_context_3d.cc | 390 GLint* precision) { 391 // Return the minimum precision requirements of the GLES2 397 *precision = 0; 402 *precision = 0; 407 *precision = 0; 412 *precision = 8; 417 *precision = 10; 422 *precision = 16;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
utilities.js | 928 function addSpecifierToken(specifier, precision, substitutionIndex) 930 tokens.push({ type: "specifier", specifier: specifier, precision: precision, substitutionIndex: substitutionIndex }); 959 var precision = -1; 961 // This is a precision specifier. If no digit follows the ".", 962 // then the precision should be zero. 964 precision = parseInt(format.substring(index), 10); 965 if (isNaN(precision)) 966 precision = 0; 978 addSpecifierToken(format[index], precision, substitutionIndex) [all...] |