Home | History | Annotate | Download | only in useful

Lines Matching full:f80s

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 f80s);
534 printf("f80s: "); show_f80(f80s); printf("\n");
592 UChar* f80s = malloc(10);
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);