Searched refs:divides (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | functional.hpp | 69 struct divides { struct
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | duration.cc | 233 // Scales (i.e., multiplies or divides, depending on the Operation template) 244 // Scales (i.e., multiplies or divides, depending on the Operation template) 468 return *this = ScaleFixed<std::divides>(*this, r); in operator /=() 476 return *this = ScaleDouble<std::divides>(*this, r); in operator /=()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.cpp | 69 map(divides(), grid_size, block_size); in launch()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 19278 struct divides; 19319 struct divides : public binary_function<_Tp, _Tp, _Tp> 19397 struct divides<void> [all...] |
Completed in 27 milliseconds