Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-flow.h345 #define PERCENT(x,y) ((float)(x) * 100.0 / (float)(y)) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-into-ssa.c45 #define PERCENT(x,y) ((float)(x) * 100.0 / (float)(y)) macro