Home | History | Annotate | Download | only in runtime

Lines Matching full:int16_t

736 extern uint16_t __attribute__((overloadable)) abs(int16_t v) {
762 extern int16_t __attribute__((overloadable)) clz(int16_t v) {
763 return (int16_t)__builtin_clz(v);