Symbol: DA
arch/alpha/math-emu/math.c
102
FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR);
arch/alpha/math-emu/math.c
161
FP_UNPACK_RAW_DP(DA, &va);
arch/alpha/math-emu/math.c
163
if (!DA_e && !_FP_FRAC_ZEROP_1(DA)) {
arch/alpha/math-emu/math.c
166
_FP_FRAC_SET_1(DA, _FP_ZEROFRAC_1);
arch/alpha/math-emu/math.c
173
FP_CMP_D(res, DA, DB, 3);
arch/alpha/math-emu/math.c
179
|| FP_ISSIGNAN_D(DA)
arch/alpha/math-emu/math.c
192
FP_UNPACK_DP(DA, &va);
arch/alpha/math-emu/math.c
197
FP_SUB_D(DR, DA, DB);
arch/alpha/math-emu/math.c
201
FP_ADD_D(DR, DA, DB);
arch/alpha/math-emu/math.c
205
FP_MUL_D(DR, DA, DB);
arch/alpha/math-emu/math.c
209
FP_DIV_D(DR, DA, DB);
arch/powerpc/math-emu/math_efp.c
345
FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR);
arch/powerpc/math-emu/math_efp.c
350
FP_UNPACK_DP(DA, va.dp);
arch/powerpc/math-emu/math_efp.c
356
FP_UNPACK_DP(DA, va.dp);
arch/powerpc/math-emu/math_efp.c
379
FP_ADD_D(DR, DA, DB);
arch/powerpc/math-emu/math_efp.c
383
FP_SUB_D(DR, DA, DB);
arch/powerpc/math-emu/math_efp.c
387
FP_MUL_D(DR, DA, DB);
arch/powerpc/math-emu/math_efp.c
391
FP_DIV_D(DR, DA, DB);
arch/powerpc/math-emu/math_efp.c
476
FP_CMP_D(IR, DA, DB, 3);
arch/powerpc/math-emu/math_efp.c
477
if (IR == 3 && (FP_ISSIGNAN_D(DA) || FP_ISSIGNAN_D(DB)))
arch/sparc/math-emu/math_32.c
287
FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR);
arch/sparc/math-emu/math_32.c
372
case 6: FP_UNPACK_DP (DA, rs1); break;
arch/sparc/math-emu/math_32.c
429
case FADDD: FP_ADD_D (DR, DA, DB); break;
arch/sparc/math-emu/math_32.c
433
case FSUBD: FP_SUB_D (DR, DA, DB); break;
arch/sparc/math-emu/math_32.c
437
case FSMULD: FP_CONV (D, S, 2, 1, DA, SA);
arch/sparc/math-emu/math_32.c
439
case FMULD: FP_MUL_D (DR, DA, DB); break;
arch/sparc/math-emu/math_32.c
440
case FDMULQ: FP_CONV (Q, D, 4, 2, QA, DA);
arch/sparc/math-emu/math_32.c
445
case FDIVD: FP_DIV_D (DR, DA, DB); break;
arch/sparc/math-emu/math_32.c
482
FP_CMP_D(IR, DB, DA, 3);
arch/sparc/math-emu/math_32.c
485
FP_ISSIGNAN_D(DA) ||
arch/sparc/math-emu/math_64.c
182
FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR);
arch/sparc/math-emu/math_64.c
388
case 6: FP_UNPACK_DP (DA, rs1); break;
arch/sparc/math-emu/math_64.c
434
case FADDD: FP_ADD_D (DR, DA, DB); break;
arch/sparc/math-emu/math_64.c
438
case FSUBD: FP_SUB_D (DR, DA, DB); break;
arch/sparc/math-emu/math_64.c
442
case FSMULD: FP_CONV (D, S, 1, 1, DA, SA);
arch/sparc/math-emu/math_64.c
444
case FMULD: FP_MUL_D (DR, DA, DB); break;
arch/sparc/math-emu/math_64.c
445
case FDMULQ: FP_CONV (Q, D, 2, 1, QA, DA);
arch/sparc/math-emu/math_64.c
450
case FDIVD: FP_DIV_D (DR, DA, DB); break;
drivers/dma/pl330.c
2387
val = readl(regs + DA(thrd->id));
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
1299
XGMAC_SET_BITS(mdio_sca, MAC_MDIOSCAR, DA, da);