Home
last modified time | relevance | path

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

12345678

/netbsd/tests/lib/libarchive/
H A DMakefile300 test_acl_pax_nfs4.tar.uu \
342 test_compat_xz_1.txz.uu \
343 test_compat_zip_1.zip.uu \
344 test_compat_zip_2.zip.uu \
345 test_compat_zip_3.zip.uu \
346 test_compat_zip_4.zip.uu \
347 test_compat_zip_5.zip.uu \
348 test_compat_zip_6.zip.uu \
352 test_fuzz.cab.uu \
353 test_fuzz.lzh.uu \
[all …]
/netbsd/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 \
86 test_extract.cpio.lz.uu \
90 test_extract.cpio.xz.uu \
100 test_option_f.cpio.uu \
101 test_option_m.cpio.uu \
103 test_option_t.cpio.uu \
104 test_option_t.stdout.uu \
[all …]
/netbsd/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 \
103 test_extract.tar.xz.uu \
108 test_option_s.tar.Z.uu \
109 test_patterns_2.tar.uu \
110 test_patterns_3.tar.uu \
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.c68 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } }; in __negdi2()
283 if (__builtin_expect (uu.s.high == uu.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3()
302 if (uu.s.low < 0) in __mulvDI3()
326 w1.ll -= uu.ll; in __mulvDI3()
725 if (uu.s.high) in __clzDI2()
757 if (uu.s.low) in __ctzDI2()
873 UWtype x1 = uu.s.low, x2 = uu.s.high; in __popcountDI2()
920 UWtype nx = uu.s.low ^ uu.s.high; in __parityDI2()
1240 uu.ll = -uu.ll; in __divdi3()
1264 uu.ll = -uu.ll; in __moddi3()
[all …]
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.c68 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } }; in __negdi2()
263 if (__builtin_expect (uu.s.high == uu.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3()
282 if (uu.s.low < 0) in __mulvDI3()
306 w1.ll -= uu.ll; in __mulvDI3()
705 if (uu.s.high) in __clzDI2()
737 if (uu.s.low) in __ctzDI2()
853 UWtype x1 = uu.s.low, x2 = uu.s.high; in __popcountDI2()
900 UWtype nx = uu.s.low ^ uu.s.high; in __parityDI2()
1220 uu.ll = -uu.ll; in __divdi3()
1244 uu.ll = -uu.ll; in __moddi3()
[all …]
/netbsd/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/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/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/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/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/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/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/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/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/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/external/gpl3/gcc.old/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()

12345678