OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dcmul
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c
1107
decContext
dcmul
; /* context for the multiplication */
local
1130
dcmul
=*set;
1131
dcmul
.digits=lhs->digits+rhs->digits; /* just enough */
1133
dcmul
.emax=DEC_MAX_EMAX; /* effectively unbounded .. */
1134
dcmul
.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */
1137
needbytes=sizeof(decNumber)+(D2U(
dcmul
.digits)-1)*sizeof(Unit);
1146
/*printf("emin=%ld\n",
dcmul
.emin); */
1147
decMultiplyOp(acc, lhs, rhs, &
dcmul
, &status);
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
1107
decContext
dcmul
; /* context for the multiplication */
local
1130
dcmul
=*set;
1131
dcmul
.digits=lhs->digits+rhs->digits; /* just enough */
1133
dcmul
.emax=DEC_MAX_EMAX; /* effectively unbounded .. */
1134
dcmul
.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */
1137
needbytes=sizeof(decNumber)+(D2U(
dcmul
.digits)-1)*sizeof(Unit);
1146
/*printf("emin=%ld\n",
dcmul
.emin); */
1147
decMultiplyOp(acc, lhs, rhs, &
dcmul
, &status);
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c
1107
decContext
dcmul
; /* context for the multiplication */
local
1130
dcmul
=*set;
1131
dcmul
.digits=lhs->digits+rhs->digits; /* just enough */
1133
dcmul
.emax=DEC_MAX_EMAX; /* effectively unbounded .. */
1134
dcmul
.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */
1137
needbytes=sizeof(decNumber)+(D2U(
dcmul
.digits)-1)*sizeof(Unit);
1146
/*printf("emin=%ld\n",
dcmul
.emin); */
1147
decMultiplyOp(acc, lhs, rhs, &
dcmul
, &status);
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c
1107
decContext
dcmul
; /* context for the multiplication */
local
1130
dcmul
=*set;
1131
dcmul
.digits=lhs->digits+rhs->digits; /* just enough */
1133
dcmul
.emax=DEC_MAX_EMAX; /* effectively unbounded .. */
1134
dcmul
.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */
1137
needbytes=sizeof(decNumber)+(D2U(
dcmul
.digits)-1)*sizeof(Unit);
1146
/*printf("emin=%ld\n",
dcmul
.emin); */
1147
decMultiplyOp(acc, lhs, rhs, &
dcmul
, &status);
Completed in 52 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026