Searched refs:a_d (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/ |
| D | altivec-abi.c | 104 vector char a_d = {'q','q','q','q','q','q','q','q','q','q','q','q','q','q','q','q'}; in main() local
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | rv770_dpm.c | 265 int a_d; in rv770_populate_smc_t() local 275 a_d = (int)state->low.sclk * (100 - (int)pi->rlp) + in rv770_populate_smc_t() 278 l[1] = (u8)(pi->lmp - (int)pi->lmp * a_n / a_d); in rv770_populate_smc_t() 279 r[0] = (u8)(pi->rlp + (100 - (int)pi->rlp) * a_n / a_d); in rv770_populate_smc_t() 283 a_d = (int)state->medium.sclk * (100 - (int)pi->rmp) + in rv770_populate_smc_t() 286 l[2] = (u8)(pi->lhp - (int)pi->lhp * a_n / a_d); in rv770_populate_smc_t() 287 r[1] = (u8)(pi->rmp + (100 - (int)pi->rmp) * a_n / a_d); in rv770_populate_smc_t()
|
| D | rv6xx_dpm.c | 1004 int a_n, a_d, h_r, l_r; in rv6xx_calculate_t() local 1010 a_d = (int)l_f * l_r + (int)h_f * h_r; in rv6xx_calculate_t() 1012 if (a_d != 0) { in rv6xx_calculate_t() 1013 *l = d_l - h_r * a_n / a_d; in rv6xx_calculate_t() 1014 *r = d_r + l_r * a_n / a_d; in rv6xx_calculate_t()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
| D | templates.cc | 7 double a_d; variable
|