OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F_lo
(Results
1 - 2
of
2
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/ld128/
s_logl.c
121
#define
F_lo
(i) (T[(i)].
F_lo
)
123
#define ln2_lo
F_lo
(TSIZE - 1)
131
long double
F_lo
; /* next 113 bits for log(1 / G_i) */
138
* and ln2_lo, to ensure that F_hi(i) and
F_lo
(i) cancel exactly
528
* Our algorithm depends on exact cancellation of
F_lo
(i) and
552
dd * P14))))))))))) + (
F_lo
(i) + dk * ln2_lo) + d * d * P2;
566
long double d, d_hi,
f_lo
, val_hi, val_lo;
local
588
f_lo
= x;
593
f_lo
= 1
[
all
...]
/external/valgrind/none/tests/ppc32/
round.c
190
float
F_lo
= *base;
191
float F_hi =
F_lo
+ denorm_small;
196
** ^
F_lo
^ ^ ^
200
**
F_lo
and F_hi are two consecutive single float model numbers
203
** and will be rounded to either
F_lo
or F_hi.
209
print_single("
F_lo
", &
F_lo
);
215
status |= check_dbl_to_flt_round(TO_NEAREST, D_lo, &
F_lo
);
218
status |= check_dbl_to_flt_round(TO_ZERO, D_hi, (D_hi > 0 ? &
F_lo
: &F_hi));
219
status |= check_dbl_to_flt_round(TO_ZERO, D_lo, (D_hi > 0 ? &
F_lo
: &F_hi))
[
all
...]
Completed in 1791 milliseconds