Home
last modified time | relevance | path

Searched refs:vs2 (Results 1 – 15 of 15) sorted by relevance

/third_party/libexif/libexif/pentax/
Dmnote-pentax-entry.c313 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/
Dconversion.cpp98 quantity<si::volume> vs2(vc); in main() local
110 << "volume (m^3) = " << vs2 << std::endl in main()
/third_party/libexif/libexif/fuji/
Dmnote-fuji-entry.c195 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/
Dswscale_ppc_template.c33 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/
Dtest71.cpp123 vs2 (v2, ublas::slice (0, 1, N)), in operator ()() local
125 test_with (vs1, vs2, vs3); in operator ()()
Dtest31.cpp139 vs2 (v2, ublas::slice (0, 1, N)), in operator ()() local
141 test_with (vs1, vs2, vs3); in operator ()()
Dtest11.cpp159 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/
Dtest71.cpp134 vs2(v2, ublas::slice(0, 1, N)), in operator ()() local
136 test_with(vs1, vs2, vs3); in operator ()()
Dtest31.cpp146 vs2(v2, ublas::slice(0, 1, N)), in operator ()() local
148 test_with(vs1, vs2, vs3); in operator ()()
Dtest11.cpp167 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/
DglcUniformBlockTests.cpp600 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/
Dvector_proxy.hpp800 friend void swap (vector_slice vs1, vector_slice vs2) { in swap() argument
801 vs1.swap (vs2); in swap()
/third_party/pixman/pixman/
Dpixman-mmx.c1746 __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/
Des31cShaderStorageBufferObjectTests.cpp4978 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/
Dgl4cShaderStorageBufferObjectTests.cpp5236 std::string vs2("buffer Buf { float x; };\n" in Run() local
5245 if (!Link(vs2, fs2)) in Run()