Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-fruit/examples/simple_injection/
H A Dchecked_adder.cpp24 bool add_overflows(int x, int y) { in add_overflows() function in CheckedAdder
/aosp_15_r20/external/pytorch/c10/util/
H A Dsafe_numerics.h17 C10_ALWAYS_INLINE bool add_overflows(uint64_t a, uint64_t b, uint64_t* out) { in add_overflows() function