Home
last modified time | relevance | path

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

/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_arithmetic.h155 struct LessThanOrEqualOperation { struct
157 static inline constexpr bool Do(T l, T r) { in Do()