Home
last modified time | relevance | path

Searched refs:multiplies (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dalgebra.hpp156 map(multiplies(), u, v)); in dot()
H A Dfunctional.hpp61 struct multiplies { struct
/third_party/mindspore/test/utils/
H A Dcommon.cpp324 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 Dcontainer_test.cc456 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 Dkernel.cpp302 if (fold(multiplies(), 1u, block_size) > in validate_block_size()
H A Dtransfer.cpp47 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 Dduration.cc216 // 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 Dvp9itxfm_16bpp.asm790 ; 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 Dtx_float.asm331 ; reorder the multiplies to save movs reg, reg in the %if above
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp19275 struct multiplies;
19309 struct multiplies : public binary_function<_Tp, _Tp, _Tp>
19382 struct multiplies<void>
[all...]

Completed in 35 milliseconds