Searched defs:fA (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/CodeGen/
H A Dinline2.c39 // CHECK-GNU89-LABEL: define i32 @fA()
40 inline int fA(void) { return 0; } function
60 // CHECK-C99-LABEL: define available_externally i32 @fA()
66 + fA() + fB();
/external/skia/tests/
H A DFlattenableCustomFactory.cpp16 : fA(a)
23 buffer.writeUInt(fA);
31 uint32_t a() const { return fA; }
39 uint32_t fA; member in class:IntFlattenable
H A DFlattenDrawableTest.cpp21 : fA(a)
28 buffer.writeUInt(fA);
44 uint32_t a() const { return fA; }
56 uint32_t fA; member in class:IntDrawable
H A DPathOpsThreadedCommon.h27 unsigned char fA; member in struct:PathOpsThreadState
58 fState.fA = a;
77 fState.fA = dirNo;
/external/skia/bench/
H A DRegionContainBench.cpp21 SkRegion fA, fB; member in class:RegionContainBench
42 fA.op(randrect(rand, i), SkRegion::kXOR_Op);
59 proc(fA, fB);
H A DRegionBench.cpp73 SkRegion fA, fB; member in class:RegionBench
96 fA.op(randrect(rand), SkRegion::kXOR_Op);
111 proc(fA, fB);
/external/skia/include/core/
H A DSkColorSpace.h45 float fA; member in struct:SkColorSpaceTransferFn
H A DSkColor.h183 float fA; member in struct:SkColor4f
186 return fA == other.fA && fR == other.fR && fG == other.fG && fB == other.fB;
203 return Pin(fR, fG, fB, fA);
/external/skia/src/pathops/
H A DSkLineParameters.h49 // FIXME: after switching to round sort, remove bumping fA
57 fA = DBL_EPSILON; // push it from 0 to slightly negative (y() returns -a)
66 fA = DBL_EPSILON; // push it from 0 to slightly negative (y() returns -a)
72 fA = pts[s].fY - pts[e].fY;
86 fA = pts[0].fY - pts[1].fY;
105 fA = DBL_EPSILON;
111 fA = pts[s].fY - pts[e].fY;
122 return fA * fA + fB * fB;
128 fA
176 double fA; member in class:SkLineParameters
[all...]
/external/skia/src/core/
H A DSkGeometry.h289 : fA(A)
300 fA = P2 - times_2(P1) + fC;
309 return (fA * tt + fB) * tt + fC;
312 Sk2s fA; member in struct:__anon18171::SkQuadCoeff
326 fNumer.fA = p2 - times_2(p1w) + p0;
331 fDenom.fA = Sk2s(0) - fDenom.fB;
352 fA = P3 + three * (P1 - P2) - P0;
364 return ((fA * t + fB) * t + fC) * t + fD;
367 Sk2s fA; member in struct:__anon18171::SkCubicCoeff
/external/clang/test/OpenMP/
H A Dtarget_map_codegen.cpp4104 int fA; member in struct:CC
4113 #pragma omp parallel firstprivate(fA,fB) private(pA,pB)
4137 #pragma omp target map(fA)
4139 ++fA;
4226 return fA + pA;
/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp341 float fA = float(level)*cStep; local
342 float fB = 1.0f-fA;
343 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB);
344 Vec4 colorB = cBias + cScale*Vec4(fB, fA, fB, fA);
372 float fA = float(level)*cStep; local
373 float fB = 1.0f-fA;
374 Vec2 f (fA, fB);
/external/skia/src/shaders/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp764 SkScalar fA; member in struct:CircleConicalInfo
811 info->fA = A;
838 SkScalar A() const { return fInfo.fA; }
852 this->fInfo.fA == s.fInfo.fA &&
1053 SkScalar A() const { return fInfo.fA; }
1068 this->fInfo.fA == s.fInfo.fA &&
/external/valgrind/none/tests/ppc32/
H A Dround.c399 double qtr, half, fA, fB, fD; local
408 : "=f"(fD) : "f"(fA) , "f"(fB));
412 : "=f"(fD) : "f"(fA));
432 fA = s*whole;
436 fA = s*2*whole;
440 fA = 0.5;
444 fA = s*(4+q)*half;
517 round_mode_name[mode], result, flt_op_names[op], fA);
545 double fA, fB, fC, fD; local
582 : "=f"(fD) : "f"(fA) , "
857 double fA, fB, fC, fD; local
[all...]
/external/valgrind/none/tests/ppc64/
H A Dround.c399 double qtr, half, fA, fB, fD; local
408 : "=f"(fD) : "f"(fA) , "f"(fB));
412 : "=f"(fD) : "f"(fA));
432 fA = s*whole;
436 fA = s*2*whole;
440 fA = 0.5;
444 fA = s*(4+q)*half;
517 round_mode_name[mode], result, flt_op_names[op], fA);
545 double fA, fB, fC, fD; local
582 : "=f"(fD) : "f"(fA) , "
857 double fA, fB, fC, fD; local
[all...]
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_widgetdata.cpp1405 int32_t fA, fB; local
1406 fA = FXSYS_wtoi(wsWideNarrowRatio.Left(ptPos).c_str());
1409 fRatio = (FX_FLOAT)fA / fB;
/external/skia/src/gpu/
H A DGrTessellator.cpp279 // A line equation in implicit form. fA * x + fB * y + fC = 0, for all points (x, y) on the line.
283 : fA(static_cast<double>(q.fY) - p.fY) // a = dY
288 return fA * p.fX + fB * p.fY + fC;
291 return fA * fA + fB * fB;
296 double denom = fA * other.fB - fB * other.fA;
302 point->fY = SkDoubleToScalar((other.fA * fC - fA * other.fC) * scale);
306 double fA, f member in struct:__anon18256::Line
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp677 float fA = float(level)*levelStep; local
678 float fB = 1.0f-fA;
679 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB);
680 Vec4 colorB = cBias + cScale*Vec4(fB, fA, fB, fA);
710 float fA = float(level)*levelStep; local
711 float fB = 1.0f-fA;
712 Vec2 f (fA, fB);
773 float fA local
804 float fA = (float)level*levelStep; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp587 float fA = float(level)*levelStep; local
588 float fB = 1.0f-fA;
589 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB);
590 Vec4 colorB = cBias + cScale*Vec4(fB, fA, fB, fA);
619 float fA = float(level)*levelStep; local
620 float fB = 1.0f-fA;
621 Vec2 f (fA, fB);
681 float fA local
711 float fA = (float)level*levelStep; local
[all...]

Completed in 622 milliseconds