HomeSort by relevance Sort by last modified time
    Searched defs:fB (Results 1 - 22 of 22) sorted by null

  /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/bench/
RegionContainBench.cpp 21 SkRegion fA, fB;
45 fB.setRect(0, 0, H, W);
59 proc(fA, fB);
RegionBench.cpp 74 SkRegion fA, fB;
98 fB.op(randrect(rand), SkRegion::kXOR_Op);
112 proc(fA, fB);
  /external/chromium_org/third_party/skia/tests/
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;
  /external/skia/bench/
RegionContainBench.cpp 21 SkRegion fA, fB;
45 fB.setRect(0, 0, H, W);
59 proc(fA, fB);
RegionBench.cpp 74 SkRegion fA, fB;
98 fB.op(randrect(rand), SkRegion::kXOR_Op);
112 proc(fA, fB);
  /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/skia/tests/
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/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;
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 15 float fB;
104 , fB(-2 * (rec.fDCenterX * fRelX + rec.fDCenterY * fRelY + rec.fRDR))
111 int countRoots = find_quad_roots(fRec.fA, fB, C, roots, fRec.fFlipped);
115 fB += fDB;
SkTwoPointConicalGradient_gpu.cpp 756 SkScalar fB;
803 info->fB = B;
    [all...]
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient.cpp 15 float fB;
104 , fB(-2 * (rec.fDCenterX * fRelX + rec.fDCenterY * fRelY + rec.fRDR))
111 int countRoots = find_quad_roots(fRec.fA, fB, C, roots, fRec.fFlipped);
115 fB += fDB;
SkTwoPointConicalGradient_gpu.cpp 766 SkScalar fB;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 347 float fB = 1.0f-fA;
348 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB);
349 Vec4 colorB = cBias + cScale*Vec4(fB, fA, fB, fA);
378 float fB = 1.0f-fA;
379 Vec2 f (fA, 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/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 651 float fB = 1.0f-fA;
652 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB);
653 Vec4 colorB = cBias + cScale*Vec4(fB, fA, fB, fA);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c     [all...]

Completed in 805 milliseconds