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

1 2 3

  /external/clang/test/CodeGen/
inline2.c 42 // CHECK-GNU89-LABEL: define i32 @fB()
43 inline int fB() { return 0; }
62 // CHECK-C99-LABEL: define i32 @fB()
66 + fA() + fB();
69 int fB(void);
  /external/chromium_org/third_party/skia/src/pathops/
SkLineParameters.h 73 fB = pts[e].fX - pts[s].fX;
87 fB = pts[1].fX - pts[0].fX;
112 fB = pts[e].fX - pts[s].fX;
122 return fA * fA + fB * fB;
128 fA = fB = fC = 0;
133 fB *= reciprocal;
142 distance[index].fY = fA * pts[index].fX + fB * pts[index].fY + fC;
150 distance[index].fY = fA * pts[index].fX + fB * pts[index].fY + fC;
156 return fA * pts[index].fX + fB * pts[index].fY + fC
    [all...]
  /external/skia/src/pathops/
SkLineParameters.h 73 fB = pts[e].fX - pts[s].fX;
87 fB = pts[1].fX - pts[0].fX;
112 fB = pts[e].fX - pts[s].fX;
122 return fA * fA + fB * fB;
128 fA = fB = fC = 0;
133 fB *= reciprocal;
142 distance[index].fY = fA * pts[index].fX + fB * pts[index].fY + fC;
150 distance[index].fY = fA * pts[index].fX + fB * pts[index].fY + fC;
156 return fA * pts[index].fX + fB * pts[index].fY + fC
    [all...]
  /external/chromium_org/third_party/skia/bench/
RegionContainBench.cpp 21 SkRegion fA, fB;
45 fB.setRect(0, 0, H, W);
59 proc(fA, fB);
  /external/skia/bench/
RegionContainBench.cpp 21 SkRegion fA, fB;
45 fB.setRect(0, 0, H, W);
59 proc(fA, fB);
  /external/chromium_org/third_party/skia/tests/
PathOpsOpLoopThreadedTest.cpp 29 SkPoint midB = { SkIntToScalar(a * state.fB + c * (6 - state.fB)) / 6,
30 SkIntToScalar(b * state.fB + d * (6 - state.fB)) / 6 };
98 for (state.fB = state.fA + 1; state.fB < 7; ++state.fB) {
PathOpsOpCubicThreadedTest.cpp 33 str += sprintf(str, " path.moveTo(%d,%d);\n", state.fA, state.fB);
42 state.fB, state.fA, state.fD, state.fC);
46 pathA.moveTo(SkIntToScalar(state.fA), SkIntToScalar(state.fB));
52 pathB.cubicTo(SkIntToScalar(c), SkIntToScalar(d), SkIntToScalar(state.fB),
PathOpsOpRectThreadedTest.cpp 38 " SkPath::kCW_Direction);\n", state.fA, state.fA, state.fB, state.fB);
51 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB),
52 SkIntToScalar(state.fB), SkPath::kCW_Direction);
PathOpsThreadedCommon.h 24 unsigned char fB;
52 fState.fB = b;
GrMemoryPoolTest.cpp 115 fB = new B();
120 fB->setValues(v);
124 fB->checkValues(v) &&
128 delete fB;
132 B* fB;
PathOpsQuadLineIntersectionThreadedTest.cpp 79 int bx = state.fB & 0x03;
80 int by = state.fB >> 2;
PathOpsSimplifyDegenerateThreadedTest.cpp 20 int bx = state.fB & 0x03;
21 int by = state.fB >> 2;
PathOpsSimplifyQuadThreadedTest.cpp 21 int bx = state.fB & 0x03;
22 int by = state.fB >> 2;
PathOpsSimplifyQuadralateralsThreadedTest.cpp 21 int bx = state.fB & 0x03;
22 int by = state.fB >> 2;
PathOpsSimplifyTrianglesThreadedTest.cpp 21 int bx = state.fB & 0x03;
22 int by = state.fB >> 2;
  /external/skia/tests/
PathOpsOpLoopThreadedTest.cpp 29 SkPoint midB = { SkIntToScalar(a * state.fB + c * (6 - state.fB)) / 6,
30 SkIntToScalar(b * state.fB + d * (6 - state.fB)) / 6 };
92 for (state.fB = state.fA + 1; state.fB < 7; ++state.fB) {
PathOpsOpCubicThreadedTest.cpp 33 str += sprintf(str, " path.moveTo(%d,%d);\n", state.fA, state.fB);
42 state.fB, state.fA, state.fD, state.fC);
46 pathA.moveTo(SkIntToScalar(state.fA), SkIntToScalar(state.fB));
52 pathB.cubicTo(SkIntToScalar(c), SkIntToScalar(d), SkIntToScalar(state.fB),
PathOpsOpRectThreadedTest.cpp 38 " SkPath::kCW_Direction);\n", state.fA, state.fA, state.fB, state.fB);
51 pathA.addRect(SkIntToScalar(state.fA), SkIntToScalar(state.fA), SkIntToScalar(state.fB),
52 SkIntToScalar(state.fB), SkPath::kCW_Direction);
PathOpsThreadedCommon.h 24 unsigned char fB;
56 fState.fB = b;
GrMemoryPoolTest.cpp 115 fB = new B();
120 fB->setValues(v);
124 fB->checkValues(v) &&
128 delete fB;
132 B* fB;
  /external/valgrind/main/none/tests/ppc32/
round.c 386 double qtr, half, fA, fB, fD;
395 : "=f"(fD) : "f"(fA) , "f"(fB));
420 fB = s*q*qtr;
424 fB = s*(q == 1 ? 3 : 1)*qtr;
428 fB = s*(4+q)*half;
432 fB = 2.0;
505 if (two_args) printf(", %-13a", fB);
532 double fA, fB, fC, fD;
569 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC));
574 : "=f"(fD) : "f"(fA) , "f"(fB));
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 386 double qtr, half, fA, fB, fD;
395 : "=f"(fD) : "f"(fA) , "f"(fB));
420 fB = s*q*qtr;
424 fB = s*(q == 1 ? 3 : 1)*qtr;
428 fB = s*(4+q)*half;
432 fB = 2.0;
505 if (two_args) printf(", %-13a", fB);
532 double fA, fB, fC, fD;
569 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC));
574 : "=f"(fD) : "f"(fA) , "f"(fB));
    [all...]
  /external/clang/test/SemaCXX/
references.cpp 43 B fB();
51 const A& rca = fB();
  /external/chromium_org/third_party/skia/src/core/
SkMaskGamma.h 171 * If fR, fG, or fB is NULL, all of them will be. This indicates that no mask
179 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { }
185 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { }
192 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }
196 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */
201 const uint8_t* fB;
  /external/skia/src/core/
SkMaskGamma.h 171 * If fR, fG, or fB is NULL, all of them will be. This indicates that no mask
179 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { }
185 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { }
192 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }
196 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */
203 const uint8_t* fB;

Completed in 455 milliseconds

1 2 3