HomeSort by: relevance | last modified time | path
    Searched defs:uu (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_251.c 12 unsigned int uu = 123UU; variable
  /src/external/lgpl3/gmp/dist/mpf/
ui_sub.c 37 __mpf_struct uu; local
47 uu._mp_size = 1;
48 uu._mp_d = &ul;
49 uu._mp_exp = 1;
50 mpf_sub (r, &uu, v);
  /src/external/lgpl3/mpfr/dist/src/
add_ui.c 63 removed if mpfr_add works even when uu is out-of-range. */
68 mpfr_t uu; local
72 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS);
77 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt);
78 inex = mpfr_add (y, x, uu, rnd_mode);
82 mpfr_t uu; local
84 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT);
85 mpfr_set_ui (uu, u, MPFR_RNDZ);
86 inex = mpfr_add (y, x, uu, rnd_mode);
87 mpfr_clear (uu);
    [all...]
fmod_ui.c 39 mpfr_t uu; local
45 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS);
51 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt);
52 inex = mpfr_fmod (r, x, uu, rnd_mode);
56 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT);
59 mpfr_set_ui (uu, u, MPFR_RNDZ);
60 inex = mpfr_fmod (r, x, uu, rnd_mode);
61 mpfr_clear (uu);
sqrt_ui.c 38 mpfr_t uu; local
44 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS);
50 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt);
51 inex = mpfr_sqrt (r, uu, rnd_mode);
55 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT);
58 mpfr_set_ui (uu, u, MPFR_RNDZ);
59 inex = mpfr_sqrt (r, uu, rnd_mode);
60 mpfr_clear (uu);
sub_ui.c 63 removed if mpfr_sub works even when uu is out-of-range. */
68 mpfr_t uu; local
72 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS);
77 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt);
78 inex = mpfr_sub (y, x, uu, rnd_mode);
82 mpfr_t uu; local
84 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT);
85 mpfr_set_ui (uu, u, MPFR_RNDZ);
86 inex = mpfr_sub (y, x, uu, rnd_mode);
87 mpfr_clear (uu);
    [all...]
ui_div.c 73 removed if mpfr_div works even when uu is out-of-range. */
78 mpfr_t uu; local
82 MPFR_TMP_INIT1(up, uu, GMP_NUMB_BITS);
87 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt);
88 inex = mpfr_div (y, uu, x, rnd_mode);
92 mpfr_t uu; local
94 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT);
95 mpfr_set_ui (uu, u, MPFR_RNDZ);
96 inex = mpfr_div (y, uu, x, rnd_mode);
97 mpfr_clear (uu);
    [all...]
ui_sub.c 64 removed if mpfr_sub works even when uu is out-of-range. */
69 mpfr_t uu; local
73 MPFR_TMP_INIT1 (up, uu, GMP_NUMB_BITS);
78 MPFR_SET_EXP (uu, GMP_NUMB_BITS - cnt);
79 inex = mpfr_sub (y, uu, x, rnd_mode);
83 mpfr_t uu; local
85 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT);
86 mpfr_set_ui (uu, u, MPFR_RNDZ);
87 inex = mpfr_sub (y, uu, x, rnd_mode);
88 mpfr_clear (uu);
    [all...]
fma.c 274 mpfr_ubf_t uu; local
283 MPFR_TMP_INIT (up, uu, (mpfr_prec_t) un * GMP_NUMB_BITS, un);
284 mpfr_ubf_mul_exact (uu, x, y);
286 inexact = mpfr_add (s, (mpfr_srcptr) uu, z, rnd_mode);
287 MPFR_UBF_CLEAR_EXP (uu);
div_ui.c 303 mpfr_t uu; local
307 mpfr_init2 (uu, sizeof (unsigned long) * CHAR_BIT);
308 mpfr_set_ui (uu, u, MPFR_RNDZ);
309 inexact = mpfr_div (y, x, uu, rnd_mode);
310 mpfr_clear (uu);
  /src/common/lib/libc/quad/
quad.h 71 union uu { union
  /src/external/gpl3/gcc/dist/libgcc/config/riscv/
multi3.c 43 const DWunion uu = {.ll = u}; local
46 UWtype u_low = uu.s.low;
79 if (uu.s.high)
80 w.s.high = w.s.high + __muluw3(vv.s.low, uu.s.high);
83 w.s.high += __muluw3(uu.s.low, vv.s.high);
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
dtime.c 43 static long us = 0, uu = 0, ss = 0 , su = 0; local
52 tu = (GFC_REAL_4) ((user_sec - us) + 1.e-6 * (user_usec - uu));
56 uu = user_usec;
  /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
multi3.c 43 const DWunion uu = {.ll = u}; local
46 UWtype u_low = uu.s.low;
79 if (uu.s.high)
80 w.s.high = w.s.high + __muluw3(vv.s.low, uu.s.high);
83 w.s.high += __muluw3(uu.s.low, vv.s.high);
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
dtime.c 43 static long us = 0, uu = 0, ss = 0 , su = 0; local
52 tu = (GFC_REAL_4) ((user_sec - us) + 1.e-6 * (user_usec - uu));
56 uu = user_usec;
  /src/sys/dev/qbus/
uba.c 98 uba_enqueue(struct uba_unit *uu)
103 uh = device_private(device_parent(uu->uu_dev));
106 SIMPLEQ_INSERT_TAIL(&uh->uh_resq, uu, uu_resq);
119 struct uba_unit *uu; local
121 while ((uu = SIMPLEQ_FIRST(&uh->uh_resq))) {
123 if ((*uu->uu_ready)(uu) == 0) {
124 SIMPLEQ_INSERT_HEAD(&uh->uh_resq, uu, uu_resq);
uda.c 267 struct uba_unit *uu; local
284 uu = malloc(sizeof(struct uba_unit), M_DEVBUF, M_NOWAIT|M_ZERO);
285 if (uu == NULL)
287 uu->uu_ready = udaready;
288 uu->uu_dev = dv;
289 uu->uu_ref = mxi;
290 uba_enqueue(uu);
301 udaready(struct uba_unit *uu)
303 struct uda_softc *sc = device_private(uu->uu_dev);
304 struct mscp_xi *mxi = uu->uu_ref
    [all...]
  /src/sys/arch/emips/ebus/
clock_ebus.c 164 uint32_t su, uu; local
166 uu = (uint32_t)r;
167 uu = uu / 10; /* in usecs */
169 tv->tv_usec = uu;
190 uint32_t uu; local
197 uu = (uint32_t)tv->tv_usec; /* 8(tv) */
201 free += uu * 10;
227 80260cc8: 8e530004 lw s3,4(s2) //s3=uu
232 80260cdc: 00401821 move v1,v0 //v1 = uu*1
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblutil/
uuid.c 282 uuid_t uu = {0}; local
287 uuid_create( &uu, &rc );
292 uuid_to_str( &uu, &s, &rc );
309 uuid_t uu;
311 uuid_generate( uu );
312 uuid_unparse_lower( uu, buf );
  /src/external/gpl3/gcc/dist/gcc/
graphds.cc 94 struct vertex *uu = &g->vertices[u]; local
97 for (e = uu->succ; e; e = next)
105 uu->succ = NULL;
107 for (e = uu->pred; e; e = next)
115 uu->pred = NULL;
  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
lib2mul.c 55 const DWunion uu = {.ll = u}; local
58 DWunion w = {.ll = __umulsidi3 (uu.s.low, vv.s.low)}; */
62 __ul = ((USItype) (uu.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1));
63 __uh = ((USItype) (uu.s.low) >> ((4 * 8) / 2));
79 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high
80 + (USItype) uu.s.high * (USItype) vv.s.low);
  /src/external/gpl3/gcc/dist/libgcc/config/visium/
lib2funcs.c 238 DWunion uu = {.ll = u};
242 if (uu.s.high < 0)
244 uu.ll = -uu.ll;
249 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0);
262 DWunion uu = {.ll = u};
266 if (uu.s.high < 0)
268 uu.ll = -uu.ll;
272 (void) __udivmoddi4 (uu.ll, vv.ll, (UDWtype*)&w)
236 DWunion uu = {.ll = u}; local
260 DWunion uu = {.ll = u}; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
graphds.cc 94 struct vertex *uu = &g->vertices[u]; local
97 for (e = uu->succ; e; e = next)
105 uu->succ = NULL;
107 for (e = uu->pred; e; e = next)
115 uu->pred = NULL;
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
lib2mul.c 55 const DWunion uu = {.ll = u}; local
58 DWunion w = {.ll = __umulsidi3 (uu.s.low, vv.s.low)}; */
62 __ul = ((USItype) (uu.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1));
63 __uh = ((USItype) (uu.s.low) >> ((4 * 8) / 2));
79 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high
80 + (USItype) uu.s.high * (USItype) vv.s.low);
  /src/external/gpl3/gcc.old/dist/libgcc/config/visium/
lib2funcs.c 238 DWunion uu = {.ll = u};
242 if (uu.s.high < 0)
244 uu.ll = -uu.ll;
249 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0);
262 DWunion uu = {.ll = u};
266 if (uu.s.high < 0)
268 uu.ll = -uu.ll;
272 (void) __udivmoddi4 (uu.ll, vv.ll, (UDWtype*)&w)
236 DWunion uu = {.ll = u}; local
260 DWunion uu = {.ll = u}; local
    [all...]

Completed in 34 milliseconds

1 2