Searched refs:truncate_to_intn (Results 1 – 2 of 2) sorted by relevance
57 inline unsigned truncate_to_intn(unsigned n, int64_t x) { in truncate_to_intn() function77 inline int truncate_to_int##N(int x) { return truncate_to_intn(N, x); }
910 inline T truncate_to_intn(T x, unsigned n) {932 inline T truncate_to_int##N(T x) { return truncate_to_intn(x, N); }