#include int16_t int16_leq_mask(int16_t x,int16_t y) { if (x <= y) return -1; return 0; }