Searched defs:truncate_to_intn (Results 1 - 1 of 1) sorted by path

/external/vixl/src/
H A Dutils-vixl.h48 inline unsigned truncate_to_intn(unsigned n, int64_t x) { function in namespace:vixl
68 inline int truncate_to_int##N(int x) { return truncate_to_intn(N, x); }

Completed in 197 milliseconds