Searched defs:RDIV (Results 1 – 3 of 3) sorted by relevance
369 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; enumerator
77 #define RDIV(X,Y) (((X) + (Y) / 2) / (Y)) macro
52 #define RDIV(X,Y) (((X) + (Y) / 2) / (Y)) macro