Home
last modified time | relevance | path

Searched defs:dp4 (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/geometry/doc/src/examples/arithmetic/
Ddot_product.cpp26 double dp1,dp2,dp3,dp4; in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS() local
/third_party/mesa3d/src/intel/compiler/
Dtest_vec4_register_coalesce.cpp195 vec4_instruction *dp4 = v->emit(v->DP4(temp, some_src_1, some_src_2)); in TEST_F() local
213 vec4_instruction *dp4 = v->emit(v->DP4(temp, some_src_1, some_src_2)); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dresize_bilinear_impl.cu74 const float dp4 = h_alpha * w_alpha * grad; in ResizeBilinearGrad() local
107 const float dp4 = h_alpha * w_alpha * grad; in ResizeBilinearGrad() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1045 void ShaderCore::dp4(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in dp4() function in sw::ShaderCore