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

123

/external/valgrind/main/none/tests/ppc32/
H A Dround.c386 double qtr, half, fA, fB, fD; local
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; local
569 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC));
574 : "=f"(fD) : "f"(fA) , "f"(fB));
830 double fA, fB, fC, fD; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c386 double qtr, half, fA, fB, fD; local
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; local
569 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC));
574 : "=f"(fD) : "f"(fA) , "f"(fB));
830 double fA, fB, fC, fD; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c8329 UInt fB = INSN(11,8); local
8361 N = fB & 3;
8362 if ((fB >> 2) < 3) {
8366 size = fB >> 2;
8522 inc = (fB & 1) + 1;
8524 if (fB == BITS4(0,0,1,0) // Dd, Dd+1, Dd+2, Dd+3 inc = 1 regs = 4
8525 || fB == BITS4(0,1,1,0) // Dd, Dd+1, Dd+2 inc = 1 regs = 3
8526 || fB == BITS4(0,1,1,1) // Dd inc = 2 regs = 1
8527 || fB == BITS4(1,0,1,0)) { // Dd, Dd+1 inc = 1 regs = 2
8534 if (fB
[all...]
/external/valgrind/main/none/tests/mips32/
H A Dround.c65 : "f"(f) , "f"(fB));
/external/skia/src/core/
H A DSkMaskGamma.h171 * 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; member in class:SkTMaskPreBlend
H A DSkScalerContext.cpp492 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(fir[2], maskPreBlend.fB);
520 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(*srcP++, maskPreBlend.fB);
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.cpp15 float fB; member in struct:TwoPtRadialContext
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;
H A DSkTwoPointConicalGradient_gpu.cpp756 SkScalar fB; member in struct:CircleConicalInfo
803 info->fB = B;
835 SkScalar B() const { return fInfo.fB; }
846 this->fInfo.fB == s.fInfo.fB &&
1048 SkScalar B() const { return fInfo.fB; }
1061 this->fInfo.fB == s.fInfo.fB &&
/external/skia/src/pathops/
H A DSkLineParameters.h73 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 * pt
177 double fB; member in class:SkLineParameters
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp372 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
375 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
H A DSkFontHost_mac.cpp1250 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
1253 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
1259 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
1262 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
H A DSkFontHost_win.cpp1406 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
1409 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
1415 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
1418 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
H A DSkScalerContext_win_dw.cpp707 rgb_to_lcd16<true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
709 rgb_to_lcd16<false>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
714 rgb_to_lcd32<true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
716 rgb_to_lcd32<false>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
/external/skia/tests/
H A DGrMemoryPoolTest.cpp115 fB = new B();
120 fB->setValues(v);
124 fB->checkValues(v) &&
128 delete fB;
132 B* fB; member in class:D
H A DPathOpsExtendedTest.cpp264 state->fSerialNo[1] = hexorator(state->fB);
H A DPathOpsOpCubicThreadedTest.cpp33 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),
H A DPathOpsOpLoopThreadedTest.cpp29 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) {
H A DPathOpsOpRectThreadedTest.cpp38 " 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);
H A DPathOpsQuadLineIntersectionThreadedTest.cpp79 int bx = state.fB & 0x03;
80 int by = state.fB >> 2;
H A DPathOpsSimplifyDegenerateThreadedTest.cpp20 int bx = state.fB & 0x03;
21 int by = state.fB >> 2;
H A DPathOpsSimplifyQuadThreadedTest.cpp21 int bx = state.fB & 0x03;
22 int by = state.fB >> 2;
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp21 int bx = state.fB & 0x03;
22 int by = state.fB >> 2;
H A DPathOpsSimplifyRectThreadedTest.cpp28 int bShape = state.fB & 0x03;
29 SkPath::Direction bCW = state.fB >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
H A DPathOpsSimplifyTrianglesThreadedTest.cpp21 int bx = state.fB & 0x03;
22 int by = state.fB >> 2;
H A DPathOpsThreadedCommon.h24 unsigned char fB; member in struct:PathOpsThreadState
56 fState.fB = b;

Completed in 370 milliseconds

123