Home
last modified time | relevance | path

Searched refs:ceil64 (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/tc/
Dq_htb.c124 __u64 ceil64 = 0, rate64 = 0; in htb_parse_class_opt() local
178 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 …]
/external/llvm/test/CodeGen/WebAssembly/
Df64.ll84 ; CHECK-LABEL: ceil64:
87 define double @ceil64(double %x) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Df64.ll86 ; CHECK-LABEL: ceil64:
89 define double @ceil64(double %x) {
/external/llvm/test/ExecutionEngine/Interpreter/
Dintrinsics.ll27 %ceil64 = call double @llvm.ceil.f64(double 0.000000e+00)
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/Interpreter/
Dintrinsics.ll27 %ceil64 = call double @llvm.ceil.f64(double 0.000000e+00)