OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:d_hi
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libm/ld80/
s_logl.c
553
long double d,
d_hi
, d_lo, dk, f_lo, val_hi, val_lo, z;
local in function:log1pl
614
d_hi
= x * G(i) - 1;
617
d_hi
= (x - H(i)) * G(i) + E(i);
625
d_hi
= x_hi * G(i) - 1 + x_lo * G(i);
631
* This is _2sumF(
d_hi
, d_lo) inlined. The condition
632
* (
d_hi
== 0 || |
d_hi
| >= |d_lo|) for using _2sumF() is not
635
* normalized d_lo, since |d_lo| > |
d_hi
| implies that i is
638
* (By exhaustive testing, the worst case is
d_hi
= 0x1.bp-25.
643
d =
d_hi
+ d_lo
[
all
...]
/src/lib/libm/ld128/
s_logl.c
565
long double d,
d_hi
, f_lo, val_hi, val_lo;
local in function:log1pl
622
d_hi
= x * G(i) - 1;
625
d_hi
= (x - H(i)) * G(i) + E(i);
633
d_hi
= x_hi * G(i) - 1 + x_lo * G(i);
639
* This is _2sumF(
d_hi
, d_lo) inlined. The condition
640
* (
d_hi
== 0 || |
d_hi
| >= |d_lo|) for using _2sumF() is not
643
* normalized d_lo, since |d_lo| > |
d_hi
| implies that i is
646
* (By exhaustive testing, the worst case is
d_hi
= 0x1.bp-25.
651
d =
d_hi
+ d_lo
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025