Home | History | Annotate | Download | only in src

Lines Matching defs:is_int8

1016 inline bool is_int8(int x)  { return is_intn(x, 8); }