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