OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pow2_i
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
frexp.c
91
DOUBLE
pow2_i
; /* = pow2[i] */
local
94
/* Invariants:
pow2_i
= 2^2^i, powh_i = 2^-2^i,
96
for (i = 0,
pow2_i
= L_(2.0), powh_i = L_(0.5);
98
i++,
pow2_i
=
pow2_i
*
pow2_i
, powh_i = powh_i * powh_i)
100
if (x >=
pow2_i
)
108
pow2[i] =
pow2_i
;
125
DOUBLE
pow2_i
; /* = pow2[i] */
local
128
/* Invariants:
pow2_i
= 2^2^i, powh_i = 2^-2^i
[
all
...]
/src/external/gpl3/gdb.old/dist/gnulib/import/
frexp.c
91
DOUBLE
pow2_i
; /* = pow2[i] */
local
94
/* Invariants:
pow2_i
= 2^2^i, powh_i = 2^-2^i,
96
for (i = 0,
pow2_i
= L_(2.0), powh_i = L_(0.5);
98
i++,
pow2_i
=
pow2_i
*
pow2_i
, powh_i = powh_i * powh_i)
100
if (x >=
pow2_i
)
108
pow2[i] =
pow2_i
;
125
DOUBLE
pow2_i
; /* = pow2[i] */
local
128
/* Invariants:
pow2_i
= 2^2^i, powh_i = 2^-2^i
[
all
...]
Completed in 27 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026