Searched refs:v_ptr (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | adam_fp32.c | 33 float *v_ptr = v + start; in AdamFp32() local 47 v_r = _mm256_loadu_ps(v_ptr); in AdamFp32() 50 _mm256_storeu_ps(v_ptr, v_r); in AdamFp32() 70 v_ptr += C8NUM; in AdamFp32() 102 float *v_ptr = v + start; in AdamDeltaFp32() local 115 v_r = _mm256_loadu_ps(v_ptr); in AdamDeltaFp32() 119 _mm256_storeu_ps(v_ptr, v_r); in AdamDeltaFp32() 134 v_ptr += C8NUM; in AdamDeltaFp32() 173 float *v_ptr = v + start; in AdamWeightDecayFp32() local 178 __m512 v_r = _mm512_loadu_ps(v_ptr); in AdamWeightDecayFp32() [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | picture_tools_enc.c | 118 uint8_t* v_ptr = pic->v; in WebPCleanupTransparentArea() local 121 if (a_ptr == NULL || y_ptr == NULL || u_ptr == NULL || v_ptr == NULL) { in WebPCleanupTransparentArea() 132 values[2] = v_ptr[x >> 1]; in WebPCleanupTransparentArea() 137 Flatten(v_ptr + (x >> 1), values[2], uv_stride, SIZE2); in WebPCleanupTransparentArea() 149 v_ptr += SIZE2 * uv_stride; in WebPCleanupTransparentArea() 213 uint8_t* v_ptr = pic->v; in WebPBlendAlpha() local 235 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha() 240 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha() 244 v_ptr += pic->uv_stride; in WebPBlendAlpha()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_tools_enc.c | 131 uint8_t* v_ptr = pic->v; in WebPCleanupTransparentArea() local 134 if (a_ptr == NULL || y_ptr == NULL || u_ptr == NULL || v_ptr == NULL) { in WebPCleanupTransparentArea() 145 values[2] = v_ptr[x >> 1]; in WebPCleanupTransparentArea() 150 Flatten(v_ptr + (x >> 1), values[2], uv_stride, SIZE2); in WebPCleanupTransparentArea() 162 v_ptr += SIZE2 * uv_stride; in WebPCleanupTransparentArea() 208 uint8_t* v_ptr = pic->v; in WebPBlendAlpha() local 230 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha() 235 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha() 239 v_ptr += pic->uv_stride; in WebPBlendAlpha()
|
/third_party/ffmpeg/libavcodec/ |
D | cyuv.c | 73 int v_ptr; in cyuv_decode_frame() local 125 for (y_ptr = 0, u_ptr = 0, v_ptr = 0; in cyuv_decode_frame() 129 v_ptr += frame->linesize[2] - s->width / 4) { in cyuv_decode_frame() 137 v_plane[v_ptr++] = v_pred = cur_byte & 0xF0; in cyuv_decode_frame() 159 v_plane[v_ptr++] = v_pred; in cyuv_decode_frame()
|
/third_party/boost/libs/unordered/test/unordered/ |
D | node_handle_tests.cpp | 270 value_type const* v_ptr = boost::to_address(c1.begin()); in insert_node_handle_unique() local 277 BOOST_TEST(boost::to_address(r.position) == v_ptr); in insert_node_handle_unique() 305 value_type const* v_ptr = boost::to_address(c1.begin()); in insert_node_handle_unique2() local 311 BOOST_TEST(boost::to_address(r.position) == v_ptr); in insert_node_handle_unique2() 342 value_type const* v_ptr = boost::to_address(c1.begin()); in insert_node_handle_equiv() local 347 BOOST_TEST(boost::to_address(r) == v_ptr); in insert_node_handle_equiv()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 4148 const T* v_ptr = (const T*)value; in iterate() local 4152 if ((*v_ptr > *t_ptr) || (*v_ptr < *l_ptr)) in iterate()
|