OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f80s
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/VEX/useful/
fp_80_64.c
507
int do_64_to_80_test ( Int test_no, UChar* f64, UChar* f80h, UChar*
f80s
)
513
convert_f64le_to_f80le(f64,
f80s
);
516
if (
f80s
[k] != f80h[k]) {
524
sprintf(buf80s, "%.20Le", *(long double*)
f80s
);
534
printf("
f80s
: "); show_f80(
f80s
); printf("\n");
592
UChar*
f80s
= malloc(10);
local
604
fails += do_64_to_80_test(tests, f64, f80h,
f80s
);
617
f80h[i] =
f80s
[i] = 0;
622
fails += do_64_to_80_test(tests, f64, f80h,
f80s
);
[
all
...]
Completed in 166 milliseconds