Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ntp.c383 register uint32_t ou, ouf; in p_ntp_delta() local
391 ouf = EXTRACT_32BITS(&olfp->fraction); in p_ntp_delta()
392 if (ou == 0 && ouf == 0) { in p_ntp_delta()
401 f = uf - ouf; in p_ntp_delta()
402 if (ouf > uf) /* must borrow from high-order bits */ in p_ntp_delta()
406 f = ouf - uf; in p_ntp_delta()
407 if (uf > ouf) /* must carry into the high-order bits */ in p_ntp_delta()
411 if (uf > ouf) { in p_ntp_delta()
413 f = uf - ouf; in p_ntp_delta()
416 f = ouf - uf; in p_ntp_delta()
/external/llvm/test/CodeGen/SystemZ/
Dvec-move-08.ll36 ; Test v16i8 insertion with the first ouf-of-range offset.
89 ; Test v8i16 insertion with the first ouf-of-range offset.
142 ; Test v4i32 insertion with the first ouf-of-range offset.
195 ; Test v2i64 insertion with the first ouf-of-range offset.
248 ; Test v4f32 insertion with the first ouf-of-range offset.
301 ; Test v2f64 insertion with the first ouf-of-range offset.
Dvec-move-10.ll47 ; Test v16i8 extraction with the first ouf-of-range offset.
111 ; Test v8i16 extraction with the first ouf-of-range offset.
175 ; Test v4i32 extraction with the first ouf-of-range offset.
239 ; Test v2i64 extraction with the first ouf-of-range offset.
303 ; Test v4f32 extraction with the first ouf-of-range offset.
356 ; Test v2f64 extraction with the first ouf-of-range offset.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-move-08.ll36 ; Test v16i8 insertion with the first ouf-of-range offset.
89 ; Test v8i16 insertion with the first ouf-of-range offset.
142 ; Test v4i32 insertion with the first ouf-of-range offset.
195 ; Test v2i64 insertion with the first ouf-of-range offset.
248 ; Test v4f32 insertion with the first ouf-of-range offset.
301 ; Test v2f64 insertion with the first ouf-of-range offset.
Dvec-move-10.ll47 ; Test v16i8 extraction with the first ouf-of-range offset.
111 ; Test v8i16 extraction with the first ouf-of-range offset.
175 ; Test v4i32 extraction with the first ouf-of-range offset.
239 ; Test v2i64 extraction with the first ouf-of-range offset.
303 ; Test v4f32 extraction with the first ouf-of-range offset.
356 ; Test v2f64 extraction with the first ouf-of-range offset.