Home
last modified time | relevance | path

Searched refs:double_data (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/util/
Droundeven_test.c53 } double_data[] = { in main() local
105 for (i = 0; i < ARRAY_SIZE(double_data); i++) { in main()
106 double output = _mesa_roundeven(double_data[i].input); in main()
107 if (memcmp(&double_data[i].expected, &output, sizeof(double))) { in main()
111 double_data[i].expected, in main()
112 double_data[i].expected, in main()
113 double_data[i].input, in main()
114 double_data[i].input, in main()
122 for (i = 0; i < ARRAY_SIZE(double_data); i++) { in main()
123 double output = _mesa_roundeven(-double_data[i].input); in main()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp2249 const double double_data[] = { in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() local
2285 gl.uniform1dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2288 gl.uniform2dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2291 gl.uniform3dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2294 gl.uniform4dv(uniform_location, 1 /* count */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2298 gl.uniformMatrix2dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2301 gl.uniformMatrix2x3dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2304 gl.uniformMatrix2x4dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2307 gl.uniformMatrix3dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2310 gl.uniformMatrix3x2dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
[all …]
Dgl4cShadingLanguage420PackTests.cpp4565 static const GLdouble double_data[16] = { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, in prepareUniforms() local
4577 program.uniform("uni_left", Utils::DOUBLE, test_case.m_n_cols, test_case.m_n_rows, double_data); in prepareUniforms()
4578 program.uniform("uni_right", Utils::DOUBLE, test_case.m_n_cols, test_case.m_n_rows, double_data); in prepareUniforms()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporter.cc167 auto it_row = it_vd->second.double_data().find(tag_values); in GetRelatedViewDataRowDouble()
168 GPR_ASSERT(it_row != it_vd->second.double_data().end()); in GetRelatedViewDataRowDouble()