Home | History | Annotate | Download | only in useful-harnesses

Lines Matching full:016

272       printf("  lhs = %19lld (0x%016llx)\n", *pred->tests[j].lhs,
274 printf(" rhs = %19lld (0x%016llx)\n", *pred->tests[j].rhs,
290 printf(" lhs = %19lld (0x%016llx)\n", *pred->tests[j].lhs,
292 printf(" rhs = %19lld (0x%016llx)\n", *pred->tests[j].rhs,
294 printf(" true = %19lld (0x%016llx)\n", *pred->tests[j].select_a,
296 printf(" false = %19lld (0x%016llx)\n", *pred->tests[j].select_b,
323 printf(" lhs = %19llu (0x%016llx)\n", *pred->tests[j].lhs,
325 printf(" rhs = %19llu (0x%016llx)\n", *pred->tests[j].rhs,
340 printf(" lhs = %19llu (0x%016llx)\n", *pred->tests[j].lhs,
342 printf(" rhs = %19llu (0x%016llx)\n", *pred->tests[j].rhs,
344 printf(" true = %19llu (0x%016llx)\n", *pred->tests[j].select_a,
346 printf(" false = %19llu (0x%016llx)\n", *pred->tests[j].select_b,
505 printf("%s(0x%016llx) returns 0x%016llx, expected 0x%016llx\n", func_name, a, result, expected);
517 printf("%s(0x%016llx) returns 0x%016llx, expected 0x%016llx\n", func_name, a, result, expected);
529 printf("%s(0x%016llx, %d) returns 0x%016llx, expected 0x%016llx\n", func_name, a, b, result, expected);
541 printf("%s(0x%016llx, %d) returns 0x%016llx, expected 0x%016llx\n", func_name, a, b, result, expected);
563 printf("tval_a = %20lld (0x%016llx)\n", tval_a, tval_a);
564 printf("tval_b = %20lld (0x%016llx)\n", tval_b, tval_b);
565 printf("tval_c = %20lld (0x%016llx)\n", tval_c, tval_c);
566 printf("tval_d = %20lld (0x%016llx)\n", tval_d, tval_d);
567 printf("tval_e = %20lld (0x%016llx)\n", tval_e, tval_e);
568 printf("tval_f = %20llu (0x%016llx)\n", tval_f, tval_f);
569 printf("tval_g = %20llu (0x%016llx)\n", tval_g, tval_g);
663 printf("%20lld * %20lld = %20lld (0x%016llx)\n", tval_g, tval_g, result, result);
665 printf("%20lld * %20lld = %20lld (0x%016llx)\n", tval_d, tval_e, result, result);
668 printf("%20lld * %20lld = %20lld (0x%016llx)\n", tval_a, tval_b, result, result);