/external/valgrind/none/tests/ppc32/ |
D | test_dfp3.c | 809 double res, d0, *d0p, d0x, *d0xp; in test_dfp_quai_ops() local 814 d0xp = &d0x; in test_dfp_quai_ops() 833 f17 = d0x; in test_dfp_quai_ops() 871 double d0x, d1x, *d0xp, *d1xp; in test_dfp_qua_ops() local 875 d0xp = &d0x; in test_dfp_qua_ops() 900 f15 = d0x; in test_dfp_qua_ops() 933 double res, d0, *d0p, d0x, *d0xp, reference_sig, *reference_sig_p; in test_dfp_rrnd_ops() local 940 d0xp = &d0x; in test_dfp_rrnd_ops() 960 f17 = d0x; in test_dfp_rrnd_ops() 1001 double res, d0, *d0p, d0x, *d0xp, target_exp, *target_exp_p; in test_dfp_xiex_ops() local [all …]
|
D | test_dfp2.c | 440 double d0x, *d0xp; in test_dfp_one_arg_ops() local 446 d0xp = &d0x; in test_dfp_one_arg_ops() 475 f15 = d0x; in test_dfp_one_arg_ops() 511 double d0x, *d0xp; in test_dfp_two_arg_ops() local 517 d0xp = &d0x; in test_dfp_two_arg_ops() 549 f15 = d0x; in test_dfp_two_arg_ops()
|
D | test_dfp1.c | 319 double d0x, d1x, *d0xp, *d1xp; in test_dfp_two_arg_ops() local 323 d0xp = &d0x; in test_dfp_two_arg_ops() 353 f15 = d0x; in test_dfp_two_arg_ops()
|
/external/valgrind/none/tests/ppc64/ |
D | test_dfp3.c | 809 double res, d0, *d0p, d0x, *d0xp; in test_dfp_quai_ops() local 814 d0xp = &d0x; in test_dfp_quai_ops() 833 f17 = d0x; in test_dfp_quai_ops() 871 double d0x, d1x, *d0xp, *d1xp; in test_dfp_qua_ops() local 875 d0xp = &d0x; in test_dfp_qua_ops() 900 f15 = d0x; in test_dfp_qua_ops() 933 double res, d0, *d0p, d0x, *d0xp, reference_sig, *reference_sig_p; in test_dfp_rrnd_ops() local 940 d0xp = &d0x; in test_dfp_rrnd_ops() 960 f17 = d0x; in test_dfp_rrnd_ops() 1001 double res, d0, *d0p, d0x, *d0xp, target_exp, *target_exp_p; in test_dfp_xiex_ops() local [all …]
|
D | test_dfp2.c | 440 double d0x, *d0xp; in test_dfp_one_arg_ops() local 446 d0xp = &d0x; in test_dfp_one_arg_ops() 475 f15 = d0x; in test_dfp_one_arg_ops() 511 double d0x, *d0xp; in test_dfp_two_arg_ops() local 517 d0xp = &d0x; in test_dfp_two_arg_ops() 549 f15 = d0x; in test_dfp_two_arg_ops()
|
D | test_dfp1.c | 319 double d0x, d1x, *d0xp, *d1xp; in test_dfp_two_arg_ops() local 323 d0xp = &d0x; in test_dfp_two_arg_ops() 353 f15 = d0x; in test_dfp_two_arg_ops()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_emit.c | 514 #define R300_NIBBLES(x0, y0, x1, y1, x2, y2, d0y, d0x) \ argument 518 (((d0y) & 0xf) << 24) | (((d0x) & 0xf) << 28))
|