OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:summ
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c
1129
Int
summ
; /* sum of the MSDs */
local
1152
summ
=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */
1157
summ
+=DECTESTMSD[sourhir>>26]; /* sum MSDs for testing */
1172
/* the
summ
value just calculated, so the test for specials is no */
1175
if (
summ
<=8) { /* MSD+MSD is good, or there is a special */
1176
if (
summ
<0) { /* there is a special */
1178
if (
summ
<-64) return decNaNs(result, dfl, dfr, set); /* one or two NaNs */
1180
if (
summ
==-64 && diffsign) return decInvalid(result, set);
/src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c
1129
Int
summ
; /* sum of the MSDs */
local
1152
summ
=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */
1157
summ
+=DECTESTMSD[sourhir>>26]; /* sum MSDs for testing */
1172
/* the
summ
value just calculated, so the test for specials is no */
1175
if (
summ
<=8) { /* MSD+MSD is good, or there is a special */
1176
if (
summ
<0) { /* there is a special */
1178
if (
summ
<-64) return decNaNs(result, dfl, dfr, set); /* one or two NaNs */
1180
if (
summ
==-64 && diffsign) return decInvalid(result, set);
/src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c
1129
Int
summ
; /* sum of the MSDs */
local
1152
summ
=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */
1157
summ
+=DECTESTMSD[sourhir>>26]; /* sum MSDs for testing */
1172
/* the
summ
value just calculated, so the test for specials is no */
1175
if (
summ
<=8) { /* MSD+MSD is good, or there is a special */
1176
if (
summ
<0) { /* there is a special */
1178
if (
summ
<-64) return decNaNs(result, dfl, dfr, set); /* one or two NaNs */
1180
if (
summ
==-64 && diffsign) return decInvalid(result, set);
/src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c
1129
Int
summ
; /* sum of the MSDs */
local
1152
summ
=DECTESTMSD[sourhil>>26]; /* get first MSD for testing */
1157
summ
+=DECTESTMSD[sourhir>>26]; /* sum MSDs for testing */
1172
/* the
summ
value just calculated, so the test for specials is no */
1175
if (
summ
<=8) { /* MSD+MSD is good, or there is a special */
1176
if (
summ
<0) { /* there is a special */
1178
if (
summ
<-64) return decNaNs(result, dfl, dfr, set); /* one or two NaNs */
1180
if (
summ
==-64 && diffsign) return decInvalid(result, set);
/src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c
1509
double
summ
, reps, diff;
local
1517
summ
= rd + x;
1518
reps = diff/
summ
;
/src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c
2560
double
summ
, reps, diff;
local
2568
summ
= rd + x;
2569
reps = diff/
summ
;
Completed in 43 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026