Home | History | Annotate | Download | only in src

Lines Matching refs:is_intn

898 inline bool is_intn(int64_t x, unsigned n) {
926 inline bool is_int##N(int64_t x) { return is_intn(x, N); }