Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/interpreter/
Dmath_helpers.h144 struct imodulus : public std::binary_function<T, T, T> { // NOLINT(readability-identifier-naming) struct
145 constexpr T operator()(const T &x, const T &y) const in operator()