Home
last modified time | relevance | path

Searched defs:SMODULO (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmodulo-sched.cc111 #define SMODULO(x,y) ((x) % (y) < 0 ? ((x) % (y) + (y)) : (x) % (y)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmodulo-sched.c111 #define SMODULO(x,y) ((x) % (y) < 0 ? ((x) % (y) + (y)) : (x) % (y)) macro