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

  /external/clang/test/CodeGen/
inline2.c 39 // CHECK-GNU89-LABEL: define i32 @fA()
40 inline int fA(void) { return 0; }
60 // CHECK-C99-LABEL: define available_externally i32 @fA()
66 + fA() + fB();
  /external/chromium_org/third_party/skia/bench/
RegionContainBench.cpp 21 SkRegion fA, fB;
42 fA.op(randrect(rand, i), SkRegion::kXOR_Op);
59 proc(fA, fB);
RegionBench.cpp 74 SkRegion fA, fB;
97 fA.op(randrect(rand), SkRegion::kXOR_Op);
112 proc(fA, fB);
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointRadialGradient.h 57 SkScalar fStartRadius, fDiffRadius, fSr2D2, fA, fOneOverTwoA;
SkTwoPointConicalGradient.h 25 float fA;
SkTwoPointConicalGradient_gpu.cpp 765 SkScalar fA;
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsThreadedCommon.h 23 unsigned char fA;
51 fState.fA = a;
70 fState.fA = dirNo;
  /external/chromium_org/third_party/skia/src/pathops/
SkLineParameters.h 49 // 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 = fB = fC = 0
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 346 float fA = level*cStep;
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);
377 float fA = level*cStep;
378 float fB = 1.0f-fA;
379 Vec2 f (fA, fB);
  /external/libvorbis/lib/
psy.c     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 650 float fA = level*levelStep;
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...]

Completed in 340 milliseconds