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 uint32_t truncate_to_intn(unsigned n, int64_t x) { in truncate_to_intn() function
77 inline uint32_t truncate_to_int##N(int x) { return truncate_to_intn(N, x); }
/external/v8/src/
Dutils.h1010 inline T truncate_to_intn(T x, unsigned n) {
1032 inline T truncate_to_int##N(T x) { return truncate_to_intn(x, N); }