Searched refs:ceil64 (Results 1 – 5 of 5) sorted by relevance
124 __u64 ceil64 = 0, rate64 = 0; in htb_parse_class_opt() local178 if (ceil64) { in htb_parse_class_opt()182 if (get_rate64(&ceil64, *argv)) { in htb_parse_class_opt()217 if (!ceil64) in htb_parse_class_opt()218 ceil64 = rate64; in htb_parse_class_opt()221 opt.ceil.rate = (ceil64 >= (1ULL << 32)) ? ~0U : ceil64; in htb_parse_class_opt()228 cbuffer = ceil64 / get_hz() + mtu; in htb_parse_class_opt()246 opt.cbuffer = tc_calc_xmittime(ceil64, cbuffer); in htb_parse_class_opt()254 if (ceil64 >= (1ULL << 32)) in htb_parse_class_opt()255 addattr_l(n, 1224, TCA_HTB_CEIL64, &ceil64, sizeof(ceil64)); in htb_parse_class_opt()[all …]
84 ; CHECK-LABEL: ceil64:87 define double @ceil64(double %x) {
86 ; CHECK-LABEL: ceil64:89 define double @ceil64(double %x) {
27 %ceil64 = call double @llvm.ceil.f64(double 0.000000e+00)