HomeSort by relevance Sort by last modified time
    Searched refs:fD (Results 1 - 25 of 38) sorted by null

1 2

  /external/valgrind/main/none/tests/ppc32/
round.c 386 double qtr, half, fA, fB, fD;
395 : "=f"(fD) : "f"(fA) , "f"(fB));
399 : "=f"(fD) : "f"(fA));
464 R.dbl = fD;
469 R.dbl = fD;
474 R.dbl = fD;
479 R.dbl = fD;
515 print_double("double result", fD);
532 double fA, fB, fC, fD;
569 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC))
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 386 double qtr, half, fA, fB, fD;
395 : "=f"(fD) : "f"(fA) , "f"(fB));
399 : "=f"(fD) : "f"(fA));
464 R.dbl = fD;
469 R.dbl = fD;
474 R.dbl = fD;
479 R.dbl = fD;
515 print_double("double result", fD);
532 double fA, fB, fC, fD;
569 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC))
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsOpLoopThreadedTest.cpp 33 SkPoint endD = { midB.fX - v.fY * state.fD / 3,
34 midB.fY + v.fX * state.fD / 3 };
94 for (state.fD = state.fC + 1; state.fD < 7; ++state.fD) {
PathOpsOpCubicThreadedTest.cpp 34 str += sprintf(str, " path.cubicTo(%d,%d, %d,%d, %d,%d);\n", state.fC, state.fD,
42 state.fB, state.fA, state.fD, state.fC);
47 pathA.cubicTo(SkIntToScalar(state.fC), SkIntToScalar(state.fD), SkIntToScalar(b),
53 SkIntToScalar(state.fA), SkIntToScalar(state.fD), SkIntToScalar(state.fC));
PathOpsOpRectThreadedTest.cpp 40 " SkPath::kCW_Direction);\n", state.fC, state.fC, state.fD, state.fD);
53 pathA.addRect(SkIntToScalar(state.fC), SkIntToScalar(state.fC), SkIntToScalar(state.fD),
54 SkIntToScalar(state.fD), SkPath::kCW_Direction);
PathOpsThreadedCommon.h 26 unsigned char fD;
58 fState.fD = d;
PathOpsSimplifyQuadThreadedTest.cpp 25 int dx = state.fD & 0x03;
26 int dy = state.fD >> 2;
PathOpsSimplifyQuadralateralsThreadedTest.cpp 25 int dx = state.fD & 0x03;
26 int dy = state.fD >> 2;
PathOpsSimplifyRectThreadedTest.cpp 32 int dShape = state.fD & 0x03;
33 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
PathOpsSimplifyDegenerateThreadedTest.cpp 33 if (state.fD && (ex - dx) * (fy - dy)
  /external/skia/tests/
PathOpsOpLoopThreadedTest.cpp 33 SkPoint endD = { midB.fX - v.fY * state.fD / 3,
34 midB.fY + v.fX * state.fD / 3 };
94 for (state.fD = state.fC + 1; state.fD < 7; ++state.fD) {
PathOpsOpCubicThreadedTest.cpp 34 str += sprintf(str, " path.cubicTo(%d,%d, %d,%d, %d,%d);\n", state.fC, state.fD,
42 state.fB, state.fA, state.fD, state.fC);
47 pathA.cubicTo(SkIntToScalar(state.fC), SkIntToScalar(state.fD), SkIntToScalar(b),
53 SkIntToScalar(state.fA), SkIntToScalar(state.fD), SkIntToScalar(state.fC));
PathOpsOpRectThreadedTest.cpp 40 " SkPath::kCW_Direction);\n", state.fC, state.fC, state.fD, state.fD);
53 pathA.addRect(SkIntToScalar(state.fC), SkIntToScalar(state.fC), SkIntToScalar(state.fD),
54 SkIntToScalar(state.fD), SkPath::kCW_Direction);
PathOpsThreadedCommon.h 26 unsigned char fD;
58 fState.fD = d;
PathOpsSimplifyQuadThreadedTest.cpp 25 int dx = state.fD & 0x03;
26 int dy = state.fD >> 2;
PathOpsSimplifyQuadralateralsThreadedTest.cpp 25 int dx = state.fD & 0x03;
26 int dy = state.fD >> 2;
PathOpsSimplifyRectThreadedTest.cpp 32 int dShape = state.fD & 0x03;
33 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
PathOpsSimplifyDegenerateThreadedTest.cpp 33 if (state.fD && (ex - dx) * (fy - dy)
  /external/chromium_org/third_party/icu/source/test/intltest/
sdtfmtts.cpp 142 Formattable fD(d, Formattable::kIsDate);
151 res2 = cust1.format(fD, res2, pos2, status);
155 logln((UnicodeString) "" + fD.getDate() + " formatted to " + res2);
dcfmapts.cpp 133 Formattable fD(d);
146 res3 = cust1.format(fD, res3, pos3, status);
150 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res3);
nmfmapts.cpp 119 Formattable fD(d);
138 res5 = cur_fr->format(fD, res5, pos3, status);
142 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5);
  /external/icu/icu4c/source/test/intltest/
sdtfmtts.cpp 142 Formattable fD(d, Formattable::kIsDate);
151 res2 = cust1.format(fD, res2, pos2, status);
155 logln((UnicodeString) "" + fD.getDate() + " formatted to " + res2);
nmfmapts.cpp 119 Formattable fD(d);
138 res5 = cur_fr->format(fD, res5, pos3, status);
142 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5);
  /external/valgrind/main/VEX/priv/
host_arm_defs.c     [all...]
host_arm_defs.h 769 HReg fD;
834 HReg fD;
995 extern ARMInstr* ARMInstr_VXferS ( Bool toS, HReg fD, HReg rLo );

Completed in 684 milliseconds

1 2