Searched refs:multiplies (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | algebra.hpp | 156 map(multiplies(), u, v)); in dot()
|
H A D | functional.hpp | 61 struct multiplies { struct
|
/third_party/mindspore/test/utils/ |
H A D | common.cpp | 324 data_size = accumulate(dim_info.begin(), dim_info.end(), 1, std::multiplies<uint64_t>()); in compFp32WithTData() 356 data_size = accumulate(dim_info.begin(), dim_info.end(), 1, std::multiplies<uint64_t>()); in compUint8WithTData()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | container_test.cc | 456 EXPECT_EQ(absl::c_accumulate(sequence_, 4, std::multiplies<int>()), in TEST_F() 467 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue, std::multiplies<int>()), in TEST_F() 478 std::multiplies<int>(), std::plus<int>()), in TEST_F() 491 std::multiplies<int>(), std::plus<int>()), in TEST_F() 504 std::multiplies<int>()); in TEST_F() 519 std::multiplies<int>()); in TEST_F()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | kernel.cpp | 302 if (fold(multiplies(), 1u, block_size) > in validate_block_size()
|
H A D | transfer.cpp | 47 map(multiplies(), region, pitch))) { in pitch() 90 if (any_of(greater(), map(multiplies(), pitch, region), tail(pitch))) in validate_object() 173 if (any_of(greater(), map(multiplies(), pitch, region), tail(pitch))) in validate_object()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | duration.cc | 216 // A functor that's similar to std::multiplies<T>, except this returns the max 233 // Scales (i.e., multiplies or divides, depending on the Operation template) 244 // Scales (i.e., multiplies or divides, depending on the Operation template) 460 return *this = ScaleDouble<std::multiplies>(*this, r); in operator *=()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 790 ; bpp, and 18+14+sign does not fit in 32bit, so we do 2-stage multiplies 1259 ; bpp, and 19+14+sign does not fit in 32bit, so we do 2-stage multiplies 2029 ; bpp, and 19+14+sign does not fit in 32bit, so we do 2-stage multiplies
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | tx_float.asm | 331 ; reorder the multiplies to save movs reg, reg in the %if above
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 19275 struct multiplies; 19309 struct multiplies : public binary_function<_Tp, _Tp, _Tp> 19382 struct multiplies<void> [all...] |
Completed in 35 milliseconds