Searched defs:round_up (Results 1 – 7 of 7) sorted by relevance
11 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
10 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
21 #define round_up(val, rnd) \ macro
13 typedef struct { u64 a; u64 b; u64 d; u64 result; uint round_up;} test_params; member
49 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
507 bool round_up; member
2089 static dml_float_t RoundToDFSGranularity(dml_float_t Clock, dml_bool_t round_up, dml_float_t VCOSpe… in RoundToDFSGranularity()