HomeSort by relevance Sort by last modified time
    Searched refs:precision (Results 276 - 300 of 780) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/none/tests/ppc32/
test_dfp4.c 456 precision_type_t precision; member in struct:dfp_test
464 precision_type_t precision; member in struct:dfp_one_arg_test
494 if (test_def.precision == LONG_TEST) {
514 if (test_def.precision == QUAD_TEST) {
560 if (test_def.precision == LONG_TEST) {
579 if (test_def.precision == LONG_TEST) {
  /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/chromium_org/third_party/angle/tests/angle_tests/
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;
BufferDataTest.cpp 38 precision mediump float;
  /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/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
move.pass.cpp 85 ios2.precision(2);
110 assert(ios1.precision() == 2);
  /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
  /external/stlport/stlport/stl/
_complex.c 96 __tmp.precision(__os.precision());
  /libcore/luni/src/test/java/libcore/java/util/
OldFormatterTest.java 32 public void formatTo(Formatter formatter, int flags, int width, int precision) throws IllegalFormatException {
41 public void formatTo(Formatter formatter, int flags, int width, int precision) throws IllegalFormatException {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
move.pass.cpp 85 ios2.precision(2);
110 assert(ios1.precision() == 2);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c 96 __tmp.precision(__os.precision());
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.c 96 __tmp.precision(__os.precision());
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.c 96 __tmp.precision(__os.precision());
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.c 96 __tmp.precision(__os.precision());
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.c 96 __tmp.precision(__os.precision());
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_complex.c 96 __tmp.precision(__os.precision());
  /bionic/libc/kernel/uapi/linux/
timex.h 34 __kernel_long_t precision; member in struct:timex
  /external/chromium_org/gpu/command_buffer/service/
shader_manager_unittest.cc 184 EXPECT_EQ(it->second.precision, variable_info->precision);
195 EXPECT_EQ(it->second.precision, variable_info->precision);
  /external/chromium_org/third_party/angle/samples/angle/simple_texture_2d/
SimpleTexture2D.cpp 44 precision mediump float;
  /external/chromium_org/third_party/angle/samples/angle/simple_texture_cubemap/
SimpleTextureCubemap.cpp 46 precision mediump float;
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputGLSLBase.h 30 virtual bool writeVariablePrecision(TPrecision precision) = 0;

Completed in 969 milliseconds

<<11121314151617181920>>