Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dmath_helpers.h50 struct bit_ashr { // NOLINT(readability-identifier-naming) struct
51 constexpr T operator()(const T &x, const T &y) const in operator()