Searched refs:double_data (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/util/ |
D | roundeven_test.c | 53 } 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/ |
D | gl4cGPUShaderFP64Tests.cpp | 2249 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 …]
|
D | gl4cShadingLanguage420PackTests.cpp | 4565 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/ |
D | load_reporter.cc | 167 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()
|