OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HInvrse
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/contrib/
paranoia.cc
980
FLOAT H,
HInvrse
;
1853
HInvrse
= Two;
1855
HInvrse
= Radix;
1856
H = One /
HInvrse
;
1857
/* ... 1/
HInvrse
== H == Min(1/Radix, 1/2) */
1901
Y2 = Underflow *
HInvrse
;
2079
Y = -FLOOR (Half - TwoForty * LOG (UfThold) / LOG (
HInvrse
)) / TwoForty;
2082
printf ("UfThold = (%s) ^ (%s)\nonly underflow ",
HInvrse
.str(), Y.str());
2084
HInvrse
.str(), Y2.str());
2092
V9 = POW (
HInvrse
, Y2)
[
all
...]
/src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc
980
FLOAT H,
HInvrse
;
1853
HInvrse
= Two;
1855
HInvrse
= Radix;
1856
H = One /
HInvrse
;
1857
/* ... 1/
HInvrse
== H == Min(1/Radix, 1/2) */
1901
Y2 = Underflow *
HInvrse
;
2079
Y = -FLOOR (Half - TwoForty * LOG (UfThold) / LOG (
HInvrse
)) / TwoForty;
2082
printf ("UfThold = (%s) ^ (%s)\nonly underflow ",
HInvrse
.str(), Y.str());
2084
HInvrse
.str(), Y2.str());
2092
V9 = POW (
HInvrse
, Y2)
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026