HomeSort by relevance Sort by last modified time
    Searched full:precision (Results 226 - 250 of 7852) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/fmtflags.state/
precision_streamsize.pass.cpp 14 // streamsize precision(streamsize prec);
32 assert(t.precision() == 6);
33 std::streamsize p = t.precision(10);
35 assert(t.precision() == 10);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
double_const.py 4 # precision depending on whether Python was loading a module for the first
8 # double_const.pyc, it fails. This indicates a woeful loss of precision in
10 # produce enough digits to get reasonable precision for this box.
27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
double_const.py 4 # precision depending on whether Python was loading a module for the first
8 # double_const.pyc, it fails. This indicates a woeful loss of precision in
10 # produce enough digits to get reasonable precision for this box.
27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
half-prec-neon.d 2 #name: Half-precision neon instructions
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
attr-gnu-abi-msa-1.d 7 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
attr-gnu-8-00.d 8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
attr-gnu-8-01.d 8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
attr-gnu-8-02.d 8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
attr-gnu-8-10.d 8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
attr-gnu-8-11.d 8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
attr-gnu-8-20.d 8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
attr-gnu-8-22.d 8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
attr-gnu-4-03.d 10 Tag_GNU_Power_ABI_FP: single-precision hard float, unspecified long double
attr-gnu-4-33.d 10 Tag_GNU_Power_ABI_FP: single-precision hard float, unspecified long double
  /external/vulkan-validation-layers/libs/glm/gtc/
noise.hpp 46 #include "../detail/precision.hpp"
59 template <typename T, precision P, template<typename, precision> class vecType>
65 template <typename T, precision P, template<typename, precision> class vecType>
72 template <typename T, precision P, template<typename, precision> class vecType>
quaternion.hpp 57 template <typename T, precision P>
71 template <typename U, precision Q>
113 template <typename T, precision P>
117 template <typename T, precision P>
122 template <typename T, precision P>
127 template <typename T, precision P>
132 template <typename T, precision P>
137 template <typename T, precision P>
142 template <typename T, precision P>
147 template <typename T, precision P
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
noise.hpp 46 #include "../detail/precision.hpp"
59 template <typename T, precision P, template<typename, precision> class vecType>
65 template <typename T, precision P, template<typename, precision> class vecType>
72 template <typename T, precision P, template<typename, precision> class vecType>
  /external/vulkan-validation-layers/libs/glm/detail/
type_float.hpp 48 /// Low precision floating-point numbers.
49 /// There is no guarantee on the actual precision.
52 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
55 /// Medium precision floating-point numbers.
56 /// There is no guarantee on the actual precision.
59 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
62 /// High precision floating-point numbers.
63 /// There is no guarantee on the actual precision.
66 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
78 # error "GLM error: multiple default precision requested for floating-point types
    [all...]
type_int.hpp 102 /// Low precision signed integer.
103 /// There is no guarantee on the actual precision.
106 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
109 /// Medium precision signed integer.
110 /// There is no guarantee on the actual precision.
113 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
116 /// High precision signed integer.
117 /// There is no guarantee on the actual precision.
120 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
123 /// Low precision unsigned integer.
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
matrix_query.hpp 58 template<typename T, precision P>
63 template<typename T, precision P>
68 template<typename T, precision P>
73 template<typename T, precision P, template <typename, precision> class matType>
78 template<typename T, precision P>
83 template<typename T, precision P>
88 template<typename T, precision P>
93 template<typename T, precision P, template <typename, precision> class matType
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_float.hpp 48 /// Low precision floating-point numbers.
49 /// There is no guarantee on the actual precision.
52 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
55 /// Medium precision floating-point numbers.
56 /// There is no guarantee on the actual precision.
59 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
62 /// High precision floating-point numbers.
63 /// There is no guarantee on the actual precision.
66 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
78 # error "GLM error: multiple default precision requested for floating-point types
    [all...]
type_int.hpp 102 /// Low precision signed integer.
103 /// There is no guarantee on the actual precision.
106 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
109 /// Medium precision signed integer.
110 /// There is no guarantee on the actual precision.
113 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
116 /// High precision signed integer.
117 /// There is no guarantee on the actual precision.
120 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a>
123 /// Low precision unsigned integer.
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
matrix_query.hpp 58 template<typename T, precision P>
63 template<typename T, precision P>
68 template<typename T, precision P>
73 template<typename T, precision P, template <typename, precision> class matType>
78 template<typename T, precision P>
83 template<typename T, precision P>
88 template<typename T, precision P>
93 template<typename T, precision P, template <typename, precision> class matType
    [all...]
  /external/libpcap/
pcap_set_tstamp_precision.3pcap 24 pcap_set_tstamp_precision \- set the time stamp precision returned in
38 sets the precision of the time stamp desired for packets captured on the pcap
49 to request desired precision. By default, time stamps are in microseconds.
52 returns 0 on success if the specified time stamp precision is expected to be
55 if operating system does not support requested time stamp precision,
pcap_set_tstamp_precision.3pcap.in 24 pcap_set_tstamp_precision \- set the time stamp precision returned in
38 sets the precision of the time stamp desired for packets captured on the pcap
49 to request desired precision. By default, time stamps are in microseconds.
52 returns 0 on success if the specified time stamp precision is expected to be
55 if operating system does not support requested time stamp precision,

Completed in 695 milliseconds

1 2 3 4 5 6 7 8 91011>>