OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:var1units
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c
4236
Int
var1units
, var2units; /* actual lengths */
local
4421
var1units
=D2U(maxdigits)+2;
4423
if (!(op&DIVIDE))
var1units
++;
4424
if ((
var1units
+1)*sizeof(Unit)>sizeof(varbuff)) {
4425
/* printf("malloc dvvar %ld units\n",
var1units
+1); */
4426
varalloc=(Unit *)malloc((
var1units
+1)*sizeof(Unit));
4439
msu1=var1+
var1units
-1; /* msu of var1 */
4445
var2ulen=
var1units
; /* rhs logical length (units) */
4477
var1initpad=(
var1units
-D2U(lhs->digits))*DECDPUN;
4481
decShiftToLeast(var1,
var1units
, cut)
[
all
...]
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
4236
Int
var1units
, var2units; /* actual lengths */
local
4421
var1units
=D2U(maxdigits)+2;
4423
if (!(op&DIVIDE))
var1units
++;
4424
if ((
var1units
+1)*sizeof(Unit)>sizeof(varbuff)) {
4425
/* printf("malloc dvvar %ld units\n",
var1units
+1); */
4426
varalloc=(Unit *)malloc((
var1units
+1)*sizeof(Unit));
4439
msu1=var1+
var1units
-1; /* msu of var1 */
4445
var2ulen=
var1units
; /* rhs logical length (units) */
4477
var1initpad=(
var1units
-D2U(lhs->digits))*DECDPUN;
4481
decShiftToLeast(var1,
var1units
, cut)
[
all
...]
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c
4236
Int
var1units
, var2units; /* actual lengths */
local
4421
var1units
=D2U(maxdigits)+2;
4423
if (!(op&DIVIDE))
var1units
++;
4424
if ((
var1units
+1)*sizeof(Unit)>sizeof(varbuff)) {
4425
/* printf("malloc dvvar %ld units\n",
var1units
+1); */
4426
varalloc=(Unit *)malloc((
var1units
+1)*sizeof(Unit));
4439
msu1=var1+
var1units
-1; /* msu of var1 */
4445
var2ulen=
var1units
; /* rhs logical length (units) */
4477
var1initpad=(
var1units
-D2U(lhs->digits))*DECDPUN;
4481
decShiftToLeast(var1,
var1units
, cut)
[
all
...]
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c
4236
Int
var1units
, var2units; /* actual lengths */
local
4421
var1units
=D2U(maxdigits)+2;
4423
if (!(op&DIVIDE))
var1units
++;
4424
if ((
var1units
+1)*sizeof(Unit)>sizeof(varbuff)) {
4425
/* printf("malloc dvvar %ld units\n",
var1units
+1); */
4426
varalloc=(Unit *)malloc((
var1units
+1)*sizeof(Unit));
4439
msu1=var1+
var1units
-1; /* msu of var1 */
4445
var2ulen=
var1units
; /* rhs logical length (units) */
4477
var1initpad=(
var1units
-D2U(lhs->digits))*DECDPUN;
4481
decShiftToLeast(var1,
var1units
, cut)
[
all
...]
Completed in 62 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026