OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lgup
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
expmed.cc
3725
int
lgup
, post_shift;
3728
/*
lgup
= ceil(log2(divisor)); */
3729
lgup
= ceil_log2 (d);
3731
gcc_assert (
lgup
<= n);
3733
pow = n +
lgup
;
3734
pow2 = n +
lgup
- precision;
3736
/* mlow = 2^(N +
lgup
)/d */
3740
/* mhigh = (2^(N +
lgup
) + 2^(N +
lgup
- precision))/d */
3748
for (post_shift =
lgup
; post_shift > 0; post_shift--
3713
int
lgup
, post_shift;
local
4564
int
lgup
, post_shift;
local
4751
int pre_shift,
lgup
, post_shift;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
expmed.cc
3709
int
lgup
, post_shift;
3712
/*
lgup
= ceil(log2(divisor)); */
3713
lgup
= ceil_log2 (d);
3715
gcc_assert (
lgup
<= n);
3717
pow = n +
lgup
;
3718
pow2 = n +
lgup
- precision;
3720
/* mlow = 2^(N +
lgup
)/d */
3724
/* mhigh = (2^(N +
lgup
) + 2^(N +
lgup
- precision))/d */
3732
for (post_shift =
lgup
; post_shift > 0; post_shift--
3697
int
lgup
, post_shift;
local
4548
int
lgup
, post_shift;
local
4735
int pre_shift,
lgup
, post_shift;
local
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Jul 09 00:25:44 UTC 2026