OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uj
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
rint.c
132
mp_size_t
uj
;
local
136
uj
= un - ui; /* lowest limb of the integer part */
137
idiff = exp % GMP_NUMB_BITS; /* #int-part bits in up[
uj
] or 0 */
139
uflags = idiff == 0 || MPFR_LIMB_LSHIFT(up[
uj
],idiff) == 0 ? 0 : 2;
141
while (
uj
> 0)
142
if (up[--
uj
] != 0)
210
mp_size_t
uj
, rj;
local
213
uj
= un - ui; /* lowest limb of the integer part in u */
217
MPN_COPY(rp + rj, up +
uj
, ui);
242
if (
uj
== 0 && sh == 0
[
all
...]
/src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c
722
uInt *ui, *
uj
; /* work */
local
751
for (
uj
=bufr+MULOPLEN-1;
uj
>=bufr;
uj
--) printf(" %08lx", (LI)*
uj
);
780
for (
uj
=bufl;
uj
<bufl+MULOPLEN;
uj
++, pl++) { /* over each item in lhs */
781
/* if (*
uj
==0) continue; // product cannot affect result */
782
*pl+=((uLong)*ui)*(*
uj
);
[
all
...]
/src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c
722
uInt *ui, *
uj
; /* work */
local
751
for (
uj
=bufr+MULOPLEN-1;
uj
>=bufr;
uj
--) printf(" %08lx", (LI)*
uj
);
780
for (
uj
=bufl;
uj
<bufl+MULOPLEN;
uj
++, pl++) { /* over each item in lhs */
781
/* if (*
uj
==0) continue; // product cannot affect result */
782
*pl+=((uLong)*ui)*(*
uj
);
[
all
...]
/src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c
722
uInt *ui, *
uj
; /* work */
local
751
for (
uj
=bufr+MULOPLEN-1;
uj
>=bufr;
uj
--) printf(" %08lx", (LI)*
uj
);
780
for (
uj
=bufl;
uj
<bufl+MULOPLEN;
uj
++, pl++) { /* over each item in lhs */
781
/* if (*
uj
==0) continue; // product cannot affect result */
782
*pl+=((uLong)*ui)*(*
uj
);
[
all
...]
/src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c
722
uInt *ui, *
uj
; /* work */
local
751
for (
uj
=bufr+MULOPLEN-1;
uj
>=bufr;
uj
--) printf(" %08lx", (LI)*
uj
);
780
for (
uj
=bufl;
uj
<bufl+MULOPLEN;
uj
++, pl++) { /* over each item in lhs */
781
/* if (*
uj
==0) continue; // product cannot affect result */
782
*pl+=((uLong)*ui)*(*
uj
);
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026