Searched refs:precision (Results 26 - 50 of 473) sorted by relevance

1234567891011>>

/external/vulkan-validation-layers/libs/glm/gtx/
H A Dmatrix_cross_product.hpp56 template <typename T, precision P>
62 template <typename T, precision P>
H A Dorthonormalize.hpp56 template <typename T, precision P>
62 template <typename T, precision P>
H A Dpolar_coordinates.hpp56 template <typename T, precision P>
63 template <typename T, precision P>
H A Dcolor_space.hpp55 template <typename T, precision P>
61 template <typename T, precision P>
67 template <typename T, precision P>
73 template <typename T, precision P>
80 template <typename T, precision P>
87 template <typename T, precision P>
H A Dnorm.hpp83 template <typename T, precision P>
90 template <typename T, precision P>
96 template <typename T, precision P>
103 template <typename T, precision P>
109 template <typename T, precision P>
117 template <typename T, precision P>
H A Drotate_vector.hpp57 template <typename T, precision P>
64 template <typename T, precision P>
72 template <typename T, precision P>
80 template <typename T, precision P>
87 template <typename T, precision P>
94 template <typename T, precision P>
101 template <typename T, precision P>
108 template <typename T, precision P>
115 template <typename T, precision P>
122 template <typename T, precision
[all...]
H A Dio.hpp90 GLM_FUNC_DECL unsigned& precision();
92 // sign + value + '.' + decimals (dflt: 1 + 4 + 1 + precision())
117 template <typename CTy, typename CTr, typename T, precision P>
119 template <typename CTy, typename CTr, typename T, precision P>
121 template <typename CTy, typename CTr, typename T, precision P>
123 template <typename CTy, typename CTr, typename T, precision P>
125 template <typename CTy, typename CTr, typename T, precision P>
127 template <typename CTy, typename CTr, typename T, precision P>
129 template <typename CTy, typename CTr, typename T, precision P>
131 template <typename CTy, typename CTr, typename T, precision
[all...]
H A Dmatrix_transform_2d.hpp59 template <typename T, precision P>
68 template <typename T, precision P>
77 template <typename T, precision P>
86 template <typename T, precision P>
95 template <typename T, precision P>
H A Dmatrix_major_storage.hpp56 template <typename T, precision P>
63 template <typename T, precision P>
69 template <typename T, precision P>
77 template <typename T, precision P>
83 template <typename T, precision P>
92 template <typename T, precision P>
98 template <typename T, precision P>
105 template <typename T, precision P>
111 template <typename T, precision P>
119 template <typename T, precision
[all...]
/external/llvm/test/MC/ARM/
H A Dvfp-aliases-diagnostics.s34 @ CHECK: error: VFP/Neon double precision register expected
37 @ CHECK: error: VFP/Neon double precision register expected
40 @ CHECK: error: VFP/Neon double precision register expected
43 @ CHECK: error: VFP/Neon double precision register expected
46 @ CHECK: error: VFP/Neon single precision register expected
49 @ CHECK: error: VFP/Neon single precision register expected
52 @ CHECK: error: VFP/Neon single precision register expected
55 @ CHECK: error: VFP/Neon single precision register expected
59 @ CHECK: error: VFP/Neon single precision register expected
62 @ CHECK: error: VFP/Neon single precision registe
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumberformat2test.cpp33 #include "precision.h"
806 FixedPrecision precision; local
808 precision.initVisibleDigits(246.801, digits, status);
836 FixedPrecision precision; local
837 precision.initVisibleDigits(43560.02, visibleDigits, status);
873 FixedPrecision precision; local
874 precision.initVisibleDigits((int64_t) 8192, visibleDigits, status);
921 precision.initVisibleDigits((int64_t) 43560, visibleDigits, status);
935 FixedPrecision precision; local
937 precision
988 FixedPrecision precision; local
1023 FixedPrecision precision; local
1051 ScientificPrecision precision; local
1081 ScientificPrecision precision; local
1137 FixedPrecision precision; local
1174 FixedPrecision precision; local
1195 FixedPrecision precision; local
1225 FixedPrecision precision; local
1235 FixedPrecision precision; local
1245 FixedPrecision precision; local
1255 ScientificPrecision precision; local
1679 FixedPrecision precision; local
1689 FixedPrecision precision; local
1701 FixedPrecision precision; local
1711 FixedPrecision precision; local
1728 FixedPrecision precision; local
1737 FixedPrecision precision; local
1746 FixedPrecision precision; local
1755 FixedPrecision precision; local
1764 FixedPrecision precision; local
1773 FixedPrecision precision; local
1782 FixedPrecision precision; local
1793 FixedPrecision precision; local
1804 FixedPrecision precision; local
1815 FixedPrecision precision; local
1826 FixedPrecision precision; local
1837 FixedPrecision precision; local
1847 FixedPrecision precision; local
1857 FixedPrecision precision; local
1871 FixedPrecision precision; local
1881 FixedPrecision precision; local
1892 FixedPrecision precision; local
1903 FixedPrecision precision; local
1918 FixedPrecision precision; local
1927 FixedPrecision precision; local
1936 FixedPrecision precision; local
1949 FixedPrecision precision; local
1961 FixedPrecision precision; local
1973 FixedPrecision precision; local
1985 FixedPrecision precision; local
1996 FixedPrecision precision; local
2006 FixedPrecision precision; local
2017 FixedPrecision precision; local
2032 FixedPrecision precision; local
2043 FixedPrecision precision; local
2054 FixedPrecision precision; local
2069 FixedPrecision precision; local
2081 FixedPrecision precision; local
2096 FixedPrecision precision; local
2107 FixedPrecision precision; local
2116 FixedPrecision precision; local
2127 ScientificPrecision precision; local
2135 ScientificPrecision precision; local
2143 ScientificPrecision precision; local
2154 ScientificPrecision precision; local
2174 FixedPrecision precision; local
2371 FixedPrecision precision; local
2482 ScientificPrecision precision; local
2693 ScientificPrecision precision; local
2889 FixedPrecision precision; local
[all...]
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_vec1.hpp46 template <typename T, precision P>
79 template <precision Q>
94 template <typename U, precision Q>
97 template <typename U, precision Q>
100 template <typename U, precision Q>
103 template <typename U, precision Q>
168 template <typename T, precision P>
171 template <typename T, precision P>
174 template <typename T, precision P>
177 template <typename T, precision
[all...]
H A Dtype_vec3.hpp46 template <typename T, precision P>
105 template <precision Q>
134 template <typename A, typename B, precision Q>
137 template <typename A, typename B, precision Q>
140 template <typename U, precision Q>
143 template <typename U, precision Q>
230 template <typename T, precision P>
233 template <typename T, precision P>
236 template <typename T, precision P>
239 template <typename T, precision
[all...]
H A Dtype_vec2.hpp46 template <typename T, precision P>
104 template <precision Q>
142 template <typename U, precision Q>
145 template <typename U, precision Q>
148 template <typename U, precision Q>
212 template <typename T, precision P>
215 template <typename T, precision P>
218 template <typename T, precision P>
221 template <typename T, precision P>
224 template <typename T, precision
[all...]
H A D_noise.hpp47 template <typename T, precision P>
53 template <typename T, precision P>
59 template <typename T, precision P>
65 template <typename T, precision P, template<typename> class vecType>
77 template <typename T, precision P>
83 template <typename T, precision P>
89 template <typename T, precision P>
95 template <typename T, precision P, template<typename> class vecType>
102 template <typename T, precision P>
108 template <typename T, precision
[all...]
H A Dfunc_geometric.hpp73 template <typename T, precision P, template <typename, precision> class vecType>
95 template <typename T, precision P>
140 template <typename T, precision P, template <typename, precision> class vecType>
H A Dtype_mat2x2.hpp40 template <typename T, precision P>
53 template <typename U, precision Q>
55 template <typename U, precision Q>
68 template <precision Q>
96 template <typename U, precision Q>
144 template <typename T, precision P>
148 template <typename T, precision P>
153 template <typename T, precision P>
158 template <typename T, precision P>
163 template <typename T, precision
[all...]
H A Dtype_mat3x3.hpp40 template <typename T, precision P>
53 template <typename U, precision Q>
55 template <typename U, precision Q>
67 template <precision Q>
101 template <typename U, precision Q>
147 template <typename T, precision P>
151 template <typename T, precision P>
156 template <typename T, precision P>
161 template <typename T, precision P>
166 template <typename T, precision
[all...]
H A Dtype_mat4x4.hpp41 template <typename T, precision P>
54 template <typename U, precision Q>
56 template <typename U, precision Q>
67 template <precision Q>
107 template <typename U, precision Q>
153 template <typename T, precision P>
157 template <typename T, precision P>
162 template <typename T, precision P>
167 template <typename T, precision P>
172 template <typename T, precision
[all...]
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dquaternion.hpp57 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
[all...]
H A Dmatrix_transform.hpp84 template <typename T, precision P>
100 template <typename T, precision P>
116 template <typename T, precision P>
167 template <typename T, precision P>
184 template <typename T, precision P>
200 template <typename T, precision P>
215 template <typename T, precision P>
226 template <typename T, precision P>
239 template <typename T, typename U, precision P>
255 template <typename T, typename U, precision
[all...]
/external/skia/src/gpu/
H A DGrShaderVar.h50 GrSLPrecision precision = kDefault_GrSLPrecision)
54 , fPrecision(precision)
62 GrSLPrecision precision = kDefault_GrSLPrecision)
66 , fPrecision(precision)
74 GrSLPrecision precision = kDefault_GrSLPrecision)
78 , fPrecision(precision)
85 int arrayCount, GrSLPrecision precision = kDefault_GrSLPrecision)
89 , fPrecision(precision)
113 GrSLPrecision precision = kDefault_GrSLPrecision,
118 SkASSERT(kDefault_GrSLPrecision == precision || GrSLTypeTemporarilyAcceptsPrecisio
[all...]
/external/skqp/src/gpu/
H A DGrShaderVar.h50 GrSLPrecision precision = kDefault_GrSLPrecision)
54 , fPrecision(precision)
62 GrSLPrecision precision = kDefault_GrSLPrecision)
66 , fPrecision(precision)
74 GrSLPrecision precision = kDefault_GrSLPrecision)
78 , fPrecision(precision)
85 int arrayCount, GrSLPrecision precision = kDefault_GrSLPrecision)
89 , fPrecision(precision)
113 GrSLPrecision precision = kDefault_GrSLPrecision,
118 SkASSERT(kDefault_GrSLPrecision == precision || GrSLTypeTemporarilyAcceptsPrecisio
[all...]
/external/toybox/toys/lsb/
H A Dseq.c32 int precision;
47 // Parse a numeric argument setting *prec to the precision of this argument.
48 // This reproduces the "1.234e5" precision bug from upstream.
53 if (dp++) TT.precision = maxof(TT.precision, strcspn(dp, "eE"));
70 // Prepare format string with appropriate precision. Can't use %g because 1e6
72 else sprintf(TT.fmt = toybuf, "%%.%df", TT.precision);
82 sprintf(TT.fmt = toybuf, "%%0%d.%df", len, TT.precision);
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp127 inline bool supportsSignedZero (glu::Precision precision) argument
131 return precision == glu::PRECISION_HIGHP;
153 static int getMinMantissaBits (glu::Precision precision) argument
162 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(bits)));
163 return bits[precision];
166 static int getMaxNormalizedValueExponent (glu::Precision precision) argument
175 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(exponent)));
176 return exponent[precision];
179 static int getMinNormalizedValueExponent (glu::Precision precision) argument
188 DE_ASSERT(de::inBounds<int>(precision,
192 makeFloatRepresentable(float f, glu::Precision precision) argument
464 getPrecisionPostfix(glu::Precision precision) argument
492 getCommonFuncCaseName(glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
500 AbsCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
525 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
537 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
582 SignCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
607 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
630 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
688 RoundEvenCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
707 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
737 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
799 ModfCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
819 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
828 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
865 IsnanCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
882 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
905 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
948 IsinfCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
965 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
988 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
1032 FloatBitsToUintIntCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType, bool outIsSigned) argument
1055 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
1064 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
1092 FloatBitsToIntCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
1101 FloatBitsToUintCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
1160 FloorCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
1179 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
1195 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
1256 TruncCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
1275 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
1301 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
1364 RoundCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
1383 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
1413 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
1492 CeilCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
1511 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
1528 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
1597 FractCase(Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) argument
1616 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
1646 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); local
[all...]

Completed in 664 milliseconds

1234567891011>>