Searched refs:truncate_to_intn (Results 1 – 2 of 2) sorted by relevance
936 inline T truncate_to_intn(T x, unsigned n) { in truncate_to_intn() function958 inline T truncate_to_int##N(T x) { return truncate_to_intn(x, N); }
127 inline uint64_t truncate_to_intn(unsigned n, int64_t x)) {