Searched defs:int32_t (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMathFuncs.cpp21 typedef int int32_t; typedef
23 extern uint32_t SC_abs_i32(int32_t v);
24 uint32_t __attribute__((overloadable)) abs(int32_t v) {return SC_abs_i32(v);}

Completed in 261 milliseconds