Searched refs:u64_val (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/none/tests/ppc32/ |
D | test_dfp5.c | 32 unsigned long long u64_val; member 418 test_val.u64_val = dfp64_vals[i]; in test_dfp_ddedpd_ops() 421 test_val.u64_val = test_val.u128.valu; in test_dfp_ddedpd_ops() 429 test_def.op, test_val.u64_val); in test_dfp_ddedpd_ops() 434 printf(" ==> %016llx\n", result.u64_val); in test_dfp_ddedpd_ops() 484 test_val.u64_val = bcd64_vals[i]; in test_dfp_denbcd_ops() 487 test_val.u64_val = test_val.u128.valu; in test_dfp_denbcd_ops() 493 test_def.op, test_val.u64_val); in test_dfp_denbcd_ops() 498 printf(" ==> %016llx\n", result.u64_val); in test_dfp_denbcd_ops() 532 test_valB.u64_val = dfp64_vals[i]; in test_dfp_test_significance_ops() [all …]
|
D | test_dfp4.c | 32 unsigned long long u64_val; member 495 test_val.u64_val = dfp64_vals[i]; in test_dfp_ClassAndGroupTest_ops() 498 test_val.u64_val = test_val.u128.valu; in test_dfp_ClassAndGroupTest_ops() 513 test_def.op, test_val.u64_val); in test_dfp_ClassAndGroupTest_ops() 561 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_ExpTest_ops() 562 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_ExpTest_ops() 565 test_val1.u64_val = test_val1.u128.valu; in test_dfp_ExpTest_ops() 568 test_val2.u64_val = test_val2.u128.valu; in test_dfp_ExpTest_ops() 578 printf("%s %016llx", test_def.name, test_val1.u64_val); in test_dfp_ExpTest_ops() 581 test_def.op, test_val2.u64_val); in test_dfp_ExpTest_ops()
|
/external/valgrind/main/none/tests/ppc64/ |
D | test_dfp5.c | 32 unsigned long long u64_val; member 418 test_val.u64_val = dfp64_vals[i]; in test_dfp_ddedpd_ops() 421 test_val.u64_val = test_val.u128.valu; in test_dfp_ddedpd_ops() 429 test_def.op, test_val.u64_val); in test_dfp_ddedpd_ops() 434 printf(" ==> %016llx\n", result.u64_val); in test_dfp_ddedpd_ops() 484 test_val.u64_val = bcd64_vals[i]; in test_dfp_denbcd_ops() 487 test_val.u64_val = test_val.u128.valu; in test_dfp_denbcd_ops() 493 test_def.op, test_val.u64_val); in test_dfp_denbcd_ops() 498 printf(" ==> %016llx\n", result.u64_val); in test_dfp_denbcd_ops() 532 test_valB.u64_val = dfp64_vals[i]; in test_dfp_test_significance_ops() [all …]
|
D | test_dfp4.c | 32 unsigned long long u64_val; member 495 test_val.u64_val = dfp64_vals[i]; in test_dfp_ClassAndGroupTest_ops() 498 test_val.u64_val = test_val.u128.valu; in test_dfp_ClassAndGroupTest_ops() 513 test_def.op, test_val.u64_val); in test_dfp_ClassAndGroupTest_ops() 561 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_ExpTest_ops() 562 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_ExpTest_ops() 565 test_val1.u64_val = test_val1.u128.valu; in test_dfp_ExpTest_ops() 568 test_val2.u64_val = test_val2.u128.valu; in test_dfp_ExpTest_ops() 578 printf("%s %016llx", test_def.name, test_val1.u64_val); in test_dfp_ExpTest_ops() 581 test_def.op, test_val2.u64_val); in test_dfp_ExpTest_ops()
|