Searched refs:u64_val (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | test_dfp5.c | 32 unsigned long long u64_val; member 423 test_val.u64_val = dfp64_vals[i]; in test_dfp_ddedpd_ops() 440 printf("%016llx ==> %016llx\n", test_val.u64_val, result.u64_val); in test_dfp_ddedpd_ops() 493 test_val.u64_val = bcd64_vals[i]; in test_dfp_denbcd_ops() 507 printf("%016llx ==> %016llx\n", test_val.u64_val, result.u64_val); in test_dfp_denbcd_ops() 544 test_valB.u64_val = dfp64_vals[i]; in test_dfp_test_significance_ops() 570 printf("%016llx", test_valB.u64_val); in test_dfp_test_significance_ops()
|
D | test_dfp4.c | 32 unsigned long long u64_val; member 500 test_val.u64_val = dfp64_vals[i]; in test_dfp_ClassAndGroupTest_ops() 527 printf("%016llx", test_val.u64_val); in test_dfp_ClassAndGroupTest_ops() 575 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_ExpTest_ops() 576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_ExpTest_ops() 598 test_val1.u64_val, test_def.op, test_val2.u64_val); in test_dfp_ExpTest_ops()
|
/external/valgrind/none/tests/ppc64/ |
D | test_dfp5.c | 32 unsigned long long u64_val; member 423 test_val.u64_val = dfp64_vals[i]; in test_dfp_ddedpd_ops() 440 printf("%016llx ==> %016llx\n", test_val.u64_val, result.u64_val); in test_dfp_ddedpd_ops() 493 test_val.u64_val = bcd64_vals[i]; in test_dfp_denbcd_ops() 507 printf("%016llx ==> %016llx\n", test_val.u64_val, result.u64_val); in test_dfp_denbcd_ops() 544 test_valB.u64_val = dfp64_vals[i]; in test_dfp_test_significance_ops() 570 printf("%016llx", test_valB.u64_val); in test_dfp_test_significance_ops()
|
D | test_dfp4.c | 32 unsigned long long u64_val; member 500 test_val.u64_val = dfp64_vals[i]; in test_dfp_ClassAndGroupTest_ops() 527 printf("%016llx", test_val.u64_val); in test_dfp_ClassAndGroupTest_ops() 575 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_ExpTest_ops() 576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_ExpTest_ops() 598 test_val1.u64_val, test_def.op, test_val2.u64_val); in test_dfp_ExpTest_ops()
|