Home
last modified time | relevance | path

Searched refs:SetDoubleValue (Results 1 – 17 of 17) sorted by relevance

/external/deqp-deps/amber/src/
Dverifier_test.cc847 values.back().SetDoubleValue(13.7); in TEST_F()
873 values[0].SetDoubleValue(2.9); in TEST_F()
874 values[1].SetDoubleValue(0.73); in TEST_F()
875 values[2].SetDoubleValue(10.0); in TEST_F()
876 values[3].SetDoubleValue(1234.56); in TEST_F()
902 values[i].SetDoubleValue(static_cast<double>(i) / 1.7); in TEST_F()
932 values.back().SetDoubleValue(13.7); in TEST_F()
958 values[0].SetDoubleValue(2.9); in TEST_F()
959 values[1].SetDoubleValue(0.73); in TEST_F()
960 values[2].SetDoubleValue(10.0); in TEST_F()
[all …]
Dtokenizer.h61 void SetDoubleValue(double val) { double_value_ = val; } in SetDoubleValue() function
Dtokenizer.cc159 tok->SetDoubleValue(val); in NextToken()
/external/deqp-deps/amber/src/vulkan/
Dvertex_buffer_test.cc247 values[0].SetDoubleValue(-6.0); in TEST_F()
248 values[1].SetDoubleValue(14.0); in TEST_F()
249 values[2].SetDoubleValue(0.1171875); in TEST_F()
264 values[0].SetDoubleValue(-6.0); in TEST_F()
265 values[1].SetDoubleValue(14.0); in TEST_F()
266 values[2].SetDoubleValue(0.1171875); in TEST_F()
Dengine_vulkan.cc395 values[0].SetDoubleValue(static_cast<double>(x)); in DoDrawRect()
396 values[1].SetDoubleValue(static_cast<double>(y + height)); in DoDrawRect()
398 values[2].SetDoubleValue(static_cast<double>(x)); in DoDrawRect()
399 values[3].SetDoubleValue(static_cast<double>(y)); in DoDrawRect()
401 values[4].SetDoubleValue(static_cast<double>(x + width)); in DoDrawRect()
402 values[5].SetDoubleValue(static_cast<double>(y + height)); in DoDrawRect()
404 values[6].SetDoubleValue(static_cast<double>(x + width)); in DoDrawRect()
405 values[7].SetDoubleValue(static_cast<double>(y)); in DoDrawRect()
/external/deqp-deps/amber/include/amber/
Dvalue.h38 void SetDoubleValue(double val) { in SetDoubleValue() function
/external/deqp-deps/amber/src/amberscript/
Dparser.cc865 value.SetDoubleValue(token->AsDouble()); in ParsePipelineSet()
1131 values[i].SetDoubleValue(token->AsDouble()); in ParseBufferInitializerFill()
1161 counter.SetDoubleValue(token->AsDouble()); in ParseBufferInitializerSeries()
1184 values[i].SetDoubleValue(value); in ParseBufferInitializerSeries()
1185 counter.SetDoubleValue(value + token->AsDouble()); in ParseBufferInitializerSeries()
1228 v.SetDoubleValue(val); in ParseBufferInitializerData()
1511 v.SetDoubleValue(token->AsDouble()); in ParseValues()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp764 attrib->SetDoubleValue( val ); in SetDoubleAttribute()
774 attrib->SetDoubleValue( val ); in SetDoubleAttribute()
1261 void TiXmlAttribute::SetDoubleValue( double _value ) in SetDoubleValue() function in TiXmlAttribute
Dtinyxml.h839 void SetDoubleValue( double _value ); ///< Set the value from a double.
/external/deqp-deps/amber/src/vkscript/
Dparser.cc419 v.SetDoubleValue(token->AsDouble()); in ProcessVertexDataBlock()
Dcommand_parser.cc504 v.SetDoubleValue(token->AsDouble()); in ParseValues()
/external/protobuf/src/google/protobuf/
Dmap_field.cc321 map_val->SetDoubleValue(other_it->second.GetDoubleValue()); in MergeFrom()
Dmap_test_util.cc610 map_val.SetDoubleValue(0.0); in SetMapFieldsViaMapReflection()
702 map_val.SetDoubleValue(1.0); in SetMapFieldsViaMapReflection()
845 map_val.SetDoubleValue(2.0); in ModifyMapFieldsViaReflection()
Dmap_field.h602 void SetDoubleValue(double value) {
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc262 value_ref->SetDoubleValue(value); in PythonToMapValueRef()
/external/tinyxml/
Dtinyxml.h748 void SetDoubleValue( double _value ); ///< Set the value from a double.
Dtinyxml.cpp1255 void TiXmlAttribute::SetDoubleValue( double _value ) in SetDoubleValue() function in TiXmlAttribute