/third_party/libexif/libexif/pentax/ |
D | mnote-pentax-entry.c | 313 ExifShort vs, vs2; in mnote_pentax_entry_get_value() local 370 vs2 = ((unsigned int)exif_get_short (entry->data+2, entry->order)) << 16; in mnote_pentax_entry_get_value() 376 _("Internal error (unknown value %hu %hu)"), vs, vs2); in mnote_pentax_entry_get_value() 381 for (j = 0; items2[i].elem[j].string && ((items2[i].elem[j].index2 < vs2) in mnote_pentax_entry_get_value() 382 || ((items2[i].elem[j].index2 == vs2) && (items2[i].elem[j].index1 < vs))); j++); in mnote_pentax_entry_get_value() 383 if ((items2[i].elem[j].index1 != vs) || (items2[i].elem[j].index2 != vs2)) { in mnote_pentax_entry_get_value() 385 _("Internal error (unknown value %hi %hi)"), vs, vs2); in mnote_pentax_entry_get_value()
|
/third_party/boost/libs/units/example/ |
D | conversion.cpp | 98 quantity<si::volume> vs2(vc); in main() local 110 << "volume (m^3) = " << vs2 << std::endl in main()
|
/third_party/libexif/libexif/fuji/ |
D | mnote-fuji-entry.c | 195 ExifShort vs, vs2; in mnote_fuji_entry_get_value() local 255 vs2 = exif_get_short (entry->data+2, entry->order); in mnote_fuji_entry_get_value() 256 snprintf (val, maxlen, "%i, %i", vs, vs2); in mnote_fuji_entry_get_value()
|
/third_party/ffmpeg/libswscale/ppc/ |
D | swscale_ppc_template.c | 33 vector unsigned short vs1, vs2; in FUNC() local 63 vs2 = vec_packsu(vo3, vo4); in FUNC() 64 vf = vec_packsu(vs1, vs2); in FUNC()
|
/third_party/boost/libs/numeric/ublas/test/ |
D | test71.cpp | 123 vs2 (v2, ublas::slice (0, 1, N)), in operator ()() local 125 test_with (vs1, vs2, vs3); in operator ()()
|
D | test31.cpp | 139 vs2 (v2, ublas::slice (0, 1, N)), in operator ()() local 141 test_with (vs1, vs2, vs3); in operator ()()
|
D | test11.cpp | 159 vs2 (v2, ublas::slice (0, 1, N)), in operator ()() local 161 test_expression_with (vs1, vs2, vs3); in operator ()()
|
/third_party/boost/libs/multiprecision/test/ublas_interop/ |
D | test71.cpp | 134 vs2(v2, ublas::slice(0, 1, N)), in operator ()() local 136 test_with(vs1, vs2, vs3); in operator ()()
|
D | test31.cpp | 146 vs2(v2, ublas::slice(0, 1, N)), in operator ()() local 148 test_with(vs1, vs2, vs3); in operator ()()
|
D | test11.cpp | 167 vs2(v2, ublas::slice(0, 1, N)), in operator ()() local 169 test_expression_with(vs1, vs2, vs3); in operator ()()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcUniformBlockTests.cpp | 600 std::string vs2("layout (std140) uniform Data { highp int x; mediump int y; } myData;\n" in iterate() local 612 if (!Link(vs1, fs1) || !Link(vs2, fs2)) in iterate() 710 std::string vs2("precision highp float;\n" in iterate() local 723 if (!Test(vs2, fs2, GL_TRUE)) in iterate()
|
/third_party/boost/boost/numeric/ublas/ |
D | vector_proxy.hpp | 800 friend void swap (vector_slice vs1, vector_slice vs2) { in swap() argument 801 vs1.swap (vs2); in swap()
|
/third_party/pixman/pixman/ |
D | pixman-mmx.c | 1746 __m64 vs2 = ldq_u ((__m64 *)(src + 4)); in mmx_composite_over_x888_n_8888() local 1762 in_over (expandx888 (vs2, 0), srca, vmask, expand8888 (vd2, 0)), in mmx_composite_over_x888_n_8888() 1763 in_over (expandx888 (vs2, 1), srca, vmask, expand8888 (vd2, 1))); in mmx_composite_over_x888_n_8888()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cShaderStorageBufferObjectTests.cpp | 4978 std::string vs2("buffer Buf { float x; };\n" in Run() local 4987 if (!Link(vs2, fs2)) in Run()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderStorageBufferObjectTests.cpp | 5236 std::string vs2("buffer Buf { float x; };\n" in Run() local 5245 if (!Link(vs2, fs2)) in Run()
|