Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Doverflow_util.h54 inline std::optional<T> OverflowSafeAdd(T x, T y) { in OverflowSafeAdd() function
/aosp_15_r20/system/extras/simpleperf/
H A Dutils.cpp494 void OverflowSafeAdd(uint64_t& dest, uint64_t add) { in OverflowSafeAdd() function