Lines Matching refs:u0x
808 unsigned long long u0, u0x; in test_dfp_quai_ops() local
812 u0 = u0x = 0; in test_dfp_quai_ops()
827 u0x = dfp128_vals[(i * 2) + 1]; in test_dfp_quai_ops()
832 *(unsigned long long *)d0xp = u0x; in test_dfp_quai_ops()
848 u0x, *((unsigned long long *)(&res)), *((unsigned long long *)(&resx))); in test_dfp_quai_ops()
869 unsigned long long u0, u0x, u1, u1x; in test_dfp_qua_ops() local
873 u0x = u1x = 0; in test_dfp_qua_ops()
889 u0x = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_qua_ops()
898 *(unsigned long long *)d0xp = u0x; in test_dfp_qua_ops()
911 printf(" %016llx, %016llx %016llx ==> %016llx %016llx\n",u0x, u1, u1x, in test_dfp_qua_ops()
932 unsigned long long u0, u0x; in test_dfp_rrnd_ops() local
938 u0 = u0x = 0; in test_dfp_rrnd_ops()
954 u0x = dfp128_vals[(i * 2) + 1]; in test_dfp_rrnd_ops()
959 *(unsigned long long *)d0xp = u0x; in test_dfp_rrnd_ops()
977 u0x, *((unsigned long long *)(&res)), *((unsigned long long *)(&resx))); in test_dfp_rrnd_ops()
1000 unsigned long long u0, u0x; in test_dfp_xiex_ops() local
1008 u0 = u0x = 0; in test_dfp_xiex_ops()
1034 u0x = dfp128_vals[(i * 2) + 1]; in test_dfp_xiex_ops()
1041 *(unsigned long long *)d0xp = u0x; in test_dfp_xiex_ops()
1055 printf("%016llx %016llx ==> %016llx %016llx\n", u0, u0x, in test_dfp_xiex_ops()
1073 printf("%016llx %016llx ==> %016llx %016llx\n", u0, u0x, in test_dfp_xiex_ops()
1095 unsigned long long u0, u0x; in test_dfp_rint_ops() local
1098 u0 = u0x = 0; in test_dfp_rint_ops()
1113 u0x = dfp128_vals[(i * 2) + 1]; in test_dfp_rint_ops()
1118 *(unsigned long long *)d0xp = u0x; in test_dfp_rint_ops()
1133 u0x, *((unsigned long long *)(&res)), *((unsigned long long *)(&resx))); in test_dfp_rint_ops()
1155 unsigned long long u0, u0x, u1, u1x; in test_dfp_cmp_ops() local
1165 u0x = u1x = 0; in test_dfp_cmp_ops()
1186 u0x = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_cmp_ops()
1195 *(unsigned long long *)d0xp = u0x; in test_dfp_cmp_ops()
1213 u0x, test_def.op, u1, u1x, in test_dfp_cmp_ops()