Home
last modified time | relevance | path

Searched refs:uu (Results 1 – 25 of 168) sorted by relevance

1234567

/netbsd-src/tests/lib/libarchive/
H A DMakefile302 test_acl_pax_nfs4.tar.uu \
303 test_acl_pax_posix1e.tar.uu \
304 test_archive_string_conversion.txt.Z.uu \
305 test_compat_bzip2_1.tbz.uu \
306 test_compat_bzip2_2.tbz.uu \
307 test_compat_cpio_1.cpio.uu \
308 test_compat_gtar_1.tar.uu \
309 test_compat_gtar_2.tar.uu \
310 test_compat_gzip_1.tgz.uu \
311 test_compat_gzip_2.tgz.uu \
[all...]
/netbsd-src/tests/usr.bin/cpio/
H A DMakefile81 test_extract.cpio.Z.uu \
82 test_extract.cpio.bz2.uu \
83 test_extract.cpio.grz.uu \
84 test_extract.cpio.gz.uu \
85 test_extract.cpio.lrz.uu \
86 test_extract.cpio.lz.uu \
87 test_extract.cpio.lz4.uu \
88 test_extract.cpio.lzma.uu \
89 test_extract.cpio.lzo.uu \
90 test_extract.cpio.xz.uu \
[all …]
/netbsd-src/tests/usr.bin/tar/
H A DMakefile94 test_extract.tar.Z.uu \
95 test_extract.tar.bz2.uu \
96 test_extract.tar.grz.uu \
97 test_extract.tar.gz.uu \
98 test_extract.tar.lrz.uu \
99 test_extract.tar.lz.uu \
100 test_extract.tar.lz4.uu \
101 test_extract.tar.lzma.uu \
102 test_extract.tar.lzo.uu \
103 test_extract.tar.xz.uu \
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.c66 const DWunion uu = {.ll = u}; in __negdi2() local
67 const DWunion w = { {.low = -uu.s.low, in __negdi2()
68 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } }; in __negdi2()
260 const DWunion uu = {.ll = u}; in __mulvDI3() local
263 if (__builtin_expect (uu.s.high == uu.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3()
270 return (DWtype) uu.s.low * (DWtype) vv.s.low; in __mulvDI3()
275 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low in __mulvDI3()
277 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low in __mulvDI3()
281 w1.s.high -= uu.s.low; in __mulvDI3()
282 if (uu.s.low < 0) in __mulvDI3()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.c66 const DWunion uu = {.ll = u}; in __negdi2() local
67 const DWunion w = { {.low = -uu.s.low, in __negdi2()
68 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } }; in __negdi2()
280 const DWunion uu = {.ll = u}; in __mulvDI3() local
283 if (__builtin_expect (uu.s.high == uu.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3()
290 return (DWtype) uu.s.low * (DWtype) vv.s.low; in __mulvDI3()
295 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low in __mulvDI3()
297 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low in __mulvDI3()
301 w1.s.high -= uu.s.low; in __mulvDI3()
302 if (uu.s.low < 0) in __mulvDI3()
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dsub_ui.c68 mpfr_t uu; in mpfr_sub_ui() local
72 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS); in mpfr_sub_ui()
77 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt); in mpfr_sub_ui()
78 inex = mpfr_sub (y, x, uu, rnd_mode); in mpfr_sub_ui()
82 mpfr_t uu; in mpfr_sub_ui() local
84 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT); in mpfr_sub_ui()
85 mpfr_set_ui (uu, u, MPFR_RNDZ); in mpfr_sub_ui()
86 inex = mpfr_sub (y, x, uu, rnd_mode); in mpfr_sub_ui()
87 mpfr_clear (uu); in mpfr_sub_ui()
H A Dui_sub.c69 mpfr_t uu; in mpfr_ui_sub() local
73 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS); in mpfr_ui_sub()
78 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt); in mpfr_ui_sub()
79 inex = mpfr_sub (y, uu, x, rnd_mode); in mpfr_ui_sub()
83 mpfr_t uu; in mpfr_ui_sub() local
85 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT); in mpfr_ui_sub()
86 mpfr_set_ui (uu, u, MPFR_RNDZ); in mpfr_ui_sub()
87 inex = mpfr_sub (y, uu, x, rnd_mode); in mpfr_ui_sub()
88 mpfr_clear (uu); in mpfr_ui_sub()
H A Dadd_ui.c68 mpfr_t uu; in mpfr_add_ui() local
72 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS); in mpfr_add_ui()
77 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt); in mpfr_add_ui()
78 inex = mpfr_add (y, x, uu, rnd_mode); in mpfr_add_ui()
82 mpfr_t uu; in mpfr_add_ui() local
84 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT); in mpfr_add_ui()
85 mpfr_set_ui (uu, u, MPFR_RNDZ); in mpfr_add_ui()
86 inex = mpfr_add (y, x, uu, rnd_mode); in mpfr_add_ui()
87 mpfr_clear (uu); in mpfr_add_ui()
H A Dui_div.c78 mpfr_t uu; in mpfr_ui_div() local
82 MPFR_TMP_INIT1(up, uu, GMP_NUMB_BITS); in mpfr_ui_div()
87 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt); in mpfr_ui_div()
88 inex = mpfr_div (y, uu, x, rnd_mode); in mpfr_ui_div()
92 mpfr_t uu; in mpfr_ui_div() local
94 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT); in mpfr_ui_div()
95 mpfr_set_ui (uu, u, MPFR_RNDZ); in mpfr_ui_div()
96 inex = mpfr_div (y, uu, x, rnd_mode); in mpfr_ui_div()
97 mpfr_clear (uu); in mpfr_ui_div()
H A Dsqrt_ui.c38 mpfr_t uu; in mpfr_sqrt_ui() local
44 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS); in mpfr_sqrt_ui()
50 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt); in mpfr_sqrt_ui()
51 inex = mpfr_sqrt (r, uu, rnd_mode); in mpfr_sqrt_ui()
55 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT); in mpfr_sqrt_ui()
58 mpfr_set_ui (uu, u, MPFR_RNDZ); in mpfr_sqrt_ui()
59 inex = mpfr_sqrt (r, uu, rnd_mode); in mpfr_sqrt_ui()
60 mpfr_clear (uu); in mpfr_sqrt_ui()
H A Dfmod_ui.c39 mpfr_t uu; in mpfr_fmod_ui() local
45 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS); in mpfr_fmod_ui()
51 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt); in mpfr_fmod_ui()
52 inex = mpfr_fmod (r, x, uu, rnd_mode); in mpfr_fmod_ui()
56 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT); in mpfr_fmod_ui()
59 mpfr_set_ui (uu, u, MPFR_RNDZ); in mpfr_fmod_ui()
60 inex = mpfr_fmod (r, x, uu, rnd_mode); in mpfr_fmod_ui()
61 mpfr_clear (uu); in mpfr_fmod_ui()
H A Dcmp_ui.c97 mpfr_t uu; in mpfr_cmp_ui_2exp()
101 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT); in mpfr_cmp_ui_2exp()
104 mpfr_set_ui_2exp (uu, i, f, MPFR_RNDZ); in mpfr_cmp_ui_2exp()
106 ret = mpfr_cmp (b, uu); in mpfr_cmp_ui_2exp()
107 mpfr_clear (uu); in mpfr_cmp_ui_2exp()
H A Dcmp_si.c97 mpfr_t uu; in mpfr_cmp_si_2exp()
101 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT); in mpfr_cmp_si_2exp()
104 mpfr_set_si_2exp (uu, i, f, MPFR_RNDZ); in mpfr_cmp_si_2exp()
106 ret = mpfr_cmp (b, uu); in mpfr_cmp_si_2exp()
107 mpfr_clear (uu); in mpfr_cmp_si_2exp()
H A Dmul_ui.c125 mpfr_t uu; in mpfr_mul_ui() local
128 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT); in mpfr_mul_ui()
131 mpfr_set_ui (uu, u, MPFR_RNDZ); in mpfr_mul_ui()
132 inexact = mpfr_mul (y, x, uu, rnd_mode); in mpfr_mul_ui()
133 mpfr_clear (uu); in mpfr_mul_ui()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/visium/
H A Dlib2funcs.c236 DWunion uu = {.ll = u}; in __divdi3() local
240 if (uu.s.high < 0) in __divdi3()
242 uu.ll = -uu.ll; in __divdi3()
247 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0); in __divdi3()
260 DWunion uu = {.ll = u}; in __moddi3() local
264 if (uu.s.high < 0) in __moddi3()
266 uu.ll = -uu.ll; in __moddi3()
270 (void) __udivmoddi4 (uu.ll, vv.ll, (UDWtype*)&w); in __moddi3()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/visium/
H A Dlib2funcs.c236 DWunion uu = {.ll = u}; in __divdi3() local
240 if (uu.s.high < 0) in __divdi3()
242 uu.ll = -uu.ll; in __divdi3()
247 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0); in __divdi3()
260 DWunion uu = {.ll = u}; in __moddi3() local
264 if (uu.s.high < 0) in __moddi3()
266 uu.ll = -uu.ll; in __moddi3()
270 (void) __udivmoddi4 (uu.ll, vv.ll, (UDWtype*)&w); in __moddi3()
/netbsd-src/sys/dev/qbus/
H A Duda.c267 struct uba_unit *uu; in udago() local
284 uu = malloc(sizeof(struct uba_unit), M_DEVBUF, M_NOWAIT|M_ZERO); in udago()
285 if (uu == NULL) in udago()
287 uu->uu_ready = udaready; in udago()
288 uu->uu_dev = dv; in udago()
289 uu->uu_ref = mxi; in udago()
290 uba_enqueue(uu); in udago()
301 udaready(struct uba_unit *uu) in udaready() argument
303 struct uda_softc *sc = device_private(uu->uu_dev); in udaready()
304 struct mscp_xi *mxi = uu->uu_ref; in udaready()
[all …]
H A Duba.c98 uba_enqueue(struct uba_unit *uu) in uba_enqueue() argument
103 uh = device_private(device_parent(uu->uu_dev)); in uba_enqueue()
106 SIMPLEQ_INSERT_TAIL(&uh->uh_resq, uu, uu_resq); in uba_enqueue()
119 struct uba_unit *uu; in uba_done() local
121 while ((uu = SIMPLEQ_FIRST(&uh->uh_resq))) { in uba_done()
123 if ((*uu->uu_ready)(uu) == 0) { in uba_done()
124 SIMPLEQ_INSERT_HEAD(&uh->uh_resq, uu, uu_resq); in uba_done()
/netbsd-src/sys/arch/emips/ebus/
H A Dclock_ebus.c164 uint32_t su, uu; in eclock_gettime() local
166 uu = (uint32_t)r; in eclock_gettime()
167 uu = uu / 10; /* in usecs */ in eclock_gettime()
169 tv->tv_usec = uu; in eclock_gettime()
190 uint32_t uu; in eclock_settime() local
197 uu = (uint32_t)tv->tv_usec; /* 8(tv) */ in eclock_settime()
201 free += uu * 10; in eclock_settime()
249 tv->tv_sec, tv->tv_usec, su, uu, free); in eclock_settime()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Dmulti3.c43 const DWunion uu = {.ll = u}; in __multi3() local
46 UWtype u_low = uu.s.low; in __multi3()
79 if (uu.s.high) in __multi3()
80 w.s.high = w.s.high + __muluw3(vv.s.low, uu.s.high); in __multi3()
83 w.s.high += __muluw3(uu.s.low, vv.s.high); in __multi3()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Dmulti3.c43 const DWunion uu = {.ll = u}; in __multi3() local
46 UWtype u_low = uu.s.low; in __multi3()
79 if (uu.s.high) in __multi3()
80 w.s.high = w.s.high + __muluw3(vv.s.low, uu.s.high); in __multi3()
83 w.s.high += __muluw3(uu.s.low, vv.s.high); in __multi3()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/msp430/
H A Dlib2mul.c55 const DWunion uu = {.ll = u}; in __muldi3() local
62 __ul = ((USItype) (uu.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1)); in __muldi3()
63 __uh = ((USItype) (uu.s.low) >> ((4 * 8) / 2)); in __muldi3()
79 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
80 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A DMakefile5 uu:: target
9 uuencode WMIPSDbg/pbsdboot.exe pbsdboot1.exe > pbsdboot1.uu; \
12 uuencode WMIPSDbg/pbsdboot.exe pbsdboot.exe > pbsdboot.uu; \
/netbsd-src/external/lgpl3/gmp/dist/mpf/
H A Dui_sub.c37 __mpf_struct uu; in mpf_ui_sub() local
47 uu._mp_size = 1; in mpf_ui_sub()
48 uu._mp_d = &ul; in mpf_ui_sub()
49 uu._mp_exp = 1; in mpf_ui_sub()
50 mpf_sub (r, &uu, v); in mpf_ui_sub()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Ddtime.c43 static long us = 0, uu = 0, ss = 0 , su = 0; in dtime_sub() local
52 tu = (GFC_REAL_4) ((user_sec - us) + 1.e-6 * (user_usec - uu)); in dtime_sub()
56 uu = user_usec; in dtime_sub()

1234567