Home
last modified time | relevance | path

Searched refs:truncate_to_intn (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/vixl/
Dutils.h57 inline unsigned truncate_to_intn(unsigned n, int64_t x) { in truncate_to_intn() function
77 inline int truncate_to_int##N(int x) { return truncate_to_intn(N, x); }
/external/v8/src/
Dutils.h910 inline T truncate_to_intn(T x, unsigned n) {
932 inline T truncate_to_int##N(T x) { return truncate_to_intn(x, N); }