Home
last modified time | relevance | path

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

/external/v8/src/utils/
Dutils.h495 inline T truncate_to_intn(T x, unsigned n) { in truncate_to_intn() function
521 return truncate_to_intn(x, N); \
/external/vixl/src/
Dutils-vixl.h133 inline uint64_t truncate_to_intn(unsigned n, int64_t x)) {