Home
last modified time | relevance | path

Searched refs:precisionType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/test/ScopInfo/
Dbug_2011_1_5.ll8 %struct.precisionType = type { i16, i16, i16, i8, [1 x i16] }
15 %tmp51.i = inttoptr i64 0 to %struct.precisionType*
26 %1 = getelementptr inbounds %struct.precisionType, %struct.precisionType* %tmp51.i, i64 0, i32 0
/external/jsoncpp/src/lib_json/
Djson_writer.cpp128 unsigned int precision, PrecisionType precisionType) { in valueToString() argument
143 (precisionType == PrecisionType::significantDigits) ? "%.*g" : "%.*f", in valueToString()
158 if (precisionType == PrecisionType::decimalPlaces) { in valueToString()
172 PrecisionType precisionType) { in valueToString() argument
173 return valueToString(value, false, precision, precisionType); in valueToString()
882 PrecisionType precisionType);
918 bool emitUTF8, unsigned int precision, PrecisionType precisionType) in BuiltStyledStreamWriter() argument
924 precision_(precision), precisionType_(precisionType) {} in BuiltStyledStreamWriter()
1178 PrecisionType precisionType(significantDigits); in newStreamWriter() local
1180 precisionType = PrecisionType::significantDigits; in newStreamWriter()
[all …]
/external/jsoncpp/include/json/
Dwriter.h351 PrecisionType precisionType = PrecisionType::significantDigits);
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp2176 …text, const char* name, const char* description, glw::GLenum shaderType, glw::GLenum precisionType) in PrecisionFormatCase() argument
2179 , m_precisionType (precisionType) in PrecisionFormatCase()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp620 GLenum precisionType) in QueryTypePrecision() argument
623 functions->getShaderPrecisionFormat(shaderType, precisionType, precision.range.data(), in QueryTypePrecision()
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp3532 …text, const char* name, const char* description, glw::GLenum shaderType, glw::GLenum precisionType) in PrecisionFormatCase() argument
3535 , m_precisionType (precisionType) in PrecisionFormatCase()