OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fexp
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpq/
set_f.c
38
mp_size_t
fexp
= EXP(f);
local
57
if (
fexp
>= abs_fsize)
62
num_ptr = MPZ_NEWALLOC (mpq_numref (q),
fexp
);
63
MPN_ZERO (num_ptr,
fexp
- abs_fsize);
64
MPN_COPY (num_ptr +
fexp
- abs_fsize, fptr, abs_fsize);
66
SIZ(NUM(q)) = fsize >= 0 ?
fexp
: -
fexp
;
76
den_size = abs_fsize -
fexp
;
/src/external/bsd/nsd/dist/
udb.c
1072
int
fexp
= udb_exp_offset(alloc->disk->nextgrow);
local
1073
uint64_t fsz = (uint64_t)1<<
fexp
;
1078
udb_alloc_push_fl(base, alloc, f,
fexp
);
/src/external/gpl3/binutils/dist/gprofng/src/
DbeView.cc
2123
FilterNumeric *
fexp
= NULL;
local
2132
fexp
= new FilterNumeric (NULL, NULL, NULL);
2133
fexp
->set_range (1, nexps, nexps);
2134
fexp
->set_pattern (pb, &error);
2148
if (!
fexp
||
fexp
->is_selected (i + 1))
2159
delete
fexp
;
2160
fexp
= NULL;
2184
delete
fexp
;
Dbe.cc
2251
Experiment*
fexp
= dbeSession->get_exp (ii);
local
2252
if (
fexp
->founder_exp != NULL)
2259
fexp
->get_expt_name (),
2260
fexp
->groupId));
2267
int nchildren =
fexp
->children_exps->size ();
2276
exp =
fexp
;
2287
exp =
fexp
->children_exps->fetch (jj);
2301
exp =
fexp
; // founder
2303
exp =
fexp
->children_exps->fetch (0); // first child
/src/external/gpl3/binutils.old/dist/gprofng/src/
DbeView.cc
2123
FilterNumeric *
fexp
= NULL;
local
2132
fexp
= new FilterNumeric (NULL, NULL, NULL);
2133
fexp
->set_range (1, nexps, nexps);
2134
fexp
->set_pattern (pb, &error);
2148
if (!
fexp
||
fexp
->is_selected (i + 1))
2159
delete
fexp
;
2160
fexp
= NULL;
2184
delete
fexp
;
Dbe.cc
2251
Experiment*
fexp
= dbeSession->get_exp (ii);
local
2252
if (
fexp
->founder_exp != NULL)
2259
fexp
->get_expt_name (),
2260
fexp
->groupId));
2267
int nchildren =
fexp
->children_exps->size ();
2276
exp =
fexp
;
2287
exp =
fexp
->children_exps->fetch (jj);
2301
exp =
fexp
; // founder
2303
exp =
fexp
->children_exps->fetch (0); // first child
Completed in 37 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026