Searched defs:f80h (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/useful/
H A Dfp_80_64.c507 int do_64_to_80_test ( Int test_no, UChar* f64, UChar* f80h, UChar* f80s) argument
512 convert_f64le_to_f80le_HW(f64, f80h);
516 if (f80s[k] != f80h[k]) {
525 sprintf(buf80h, "%.20Le", *(long double*)f80h);
533 printf("f80h: "); show_f80(f80h); printf("\n");
591 UChar* f80h = 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, f80
[all...]

Completed in 179 milliseconds